Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Issue 1783533002: Add code to collect crash data for https://crbug.com/592319. (Closed)

Created:
4 years, 9 months ago by wjmaclean
Modified:
4 years, 9 months ago
Reviewers:
tdresser
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add code to collect crash data for https://crbug.com/592319. The crash reports related to this bug, which is happening very infrequently, do not yield enough information to make an informed guess about the cause. No repro has been found. This CL adds code to record additional information which should show up in minidump reports related to this crash, and that should shed light on the underlying problem. The amount of (temporary) additional memory required should be small, as RenderWidgetHostInputEventRouters are not created in large numbers. BUG=592319 Committed: https://crrev.com/86c9af236a3551c8d9a94dcfc6f4ff111626cf48 Cr-Commit-Position: refs/heads/master@{#380257}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -1 line) Patch
M content/browser/renderer_host/render_widget_host_input_event_router.h View 1 1 chunk +16 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_input_event_router.cc View 1 5 chunks +38 lines, -1 line 0 comments Download

Messages

Total messages: 18 (9 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1783533002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1783533002/1
4 years, 9 months ago (2016-03-09 18:35:55 UTC) #2
wjmaclean
Here is an initial draft for collecting some data on the bug. Does this look ...
4 years, 9 months ago (2016-03-09 19:10:33 UTC) #5
tdresser
LGTM with nit. Fix description "No repro has been fount." -> found https://codereview.chromium.org/1783533002/diff/1/content/browser/renderer_host/render_widget_host_input_event_router.cc File content/browser/renderer_host/render_widget_host_input_event_router.cc ...
4 years, 9 months ago (2016-03-09 19:53:45 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-09 21:10:31 UTC) #9
wjmaclean
Comments addressed. https://codereview.chromium.org/1783533002/diff/1/content/browser/renderer_host/render_widget_host_input_event_router.cc File content/browser/renderer_host/render_widget_host_input_event_router.cc (right): https://codereview.chromium.org/1783533002/diff/1/content/browser/renderer_host/render_widget_host_input_event_router.cc#newcode203 content/browser/renderer_host/render_widget_host_input_event_router.cc:203: (last_gesture_event_index_ + 1) % kNumLastEventTypes; On 2016/03/09 ...
4 years, 9 months ago (2016-03-09 21:28:31 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1783533002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1783533002/20001
4 years, 9 months ago (2016-03-09 21:29:08 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 9 months ago (2016-03-09 23:25:40 UTC) #15
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/86c9af236a3551c8d9a94dcfc6f4ff111626cf48 Cr-Commit-Position: refs/heads/master@{#380257}
4 years, 9 months ago (2016-03-09 23:28:51 UTC) #17
tdresser
4 years, 9 months ago (2016-03-10 13:24:52 UTC) #18
Message was sent while issue was closed.
Thanks!

Powered by Google App Engine
This is Rietveld 408576698