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

Issue 10908115: Always drop a tombstone (Closed)

Created:
8 years, 3 months ago by cjhopman
Modified:
8 years, 3 months ago
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Always drop a tombstone If the DoneCallback returns false, breakpad should reinstall the old signal handlers. Specifically, it will reinstall the Android tombstone handler. This change ensure that on Android we always return false from these callbacks. When this happens, the minidump should still be created/uploaded as normal. Also, just prior to returning we log a Chrome build fingerprint. This should appear in the log just above the tombstone. Requires breakpad DEPS roll to >=1025 (http://breakpad.appspot.com/440002/) to work correctly, but fails safely without it. BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=156063

Patch Set 1 : #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -1 line) Patch
M build/common.gypi View 1 2 3 4 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/app/breakpad_linux.cc View 1 2 3 4 chunks +50 lines, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
cjhopman
8 years, 3 months ago (2012-09-06 16:11:27 UTC) #1
Lei Zhang
+yfriedman for a second look. https://chromiumcodereview.appspot.com/10908115/diff/9001/build/common.gypi File build/common.gypi (right): https://chromiumcodereview.appspot.com/10908115/diff/9001/build/common.gypi#newcode2534 build/common.gypi:2534: # Gyp defines by ...
8 years, 3 months ago (2012-09-06 19:13:36 UTC) #2
cjhopman
http://codereview.chromium.org/10908115/diff/9001/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/10908115/diff/9001/build/common.gypi#newcode2534 build/common.gypi:2534: # Gyp defines by the buildbots that actually archive ...
8 years, 3 months ago (2012-09-07 18:09:20 UTC) #3
Lei Zhang
lgtm with Yaron's approval.
8 years, 3 months ago (2012-09-07 18:12:55 UTC) #4
Yaron
lgtm - fine with me but wondering about Mark's thoughts on this. I understand that ...
8 years, 3 months ago (2012-09-07 20:15:17 UTC) #5
Mark Mentovai
http://codereview.chromium.org/10908115/diff/10001/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/10908115/diff/10001/build/common.gypi#newcode2537 build/common.gypi:2537: 'chrome_symbols_location%': '', What’s your intention for this? meaning: What ...
8 years, 3 months ago (2012-09-07 20:22:35 UTC) #6
cjhopman
On 2012/09/07 20:22:35, Mark Mentovai wrote: > http://codereview.chromium.org/10908115/diff/10001/build/common.gypi > File build/common.gypi (right): > > http://codereview.chromium.org/10908115/diff/10001/build/common.gypi#newcode2537 ...
8 years, 3 months ago (2012-09-07 20:30:56 UTC) #7
Mark Mentovai
Is it publicly accessible? Is it OK to ship the links to the world?
8 years, 3 months ago (2012-09-07 20:33:04 UTC) #8
cjhopman1
The archive buckets are not publicly accessible. Currently, the actual path is a variation of: ...
8 years, 3 months ago (2012-09-07 20:45:46 UTC) #9
cjhopman
http://codereview.chromium.org/10908115/diff/10001/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/10908115/diff/10001/build/common.gypi#newcode2537 build/common.gypi:2537: 'chrome_symbols_location%': '', On 2012/09/07 20:22:36, Mark Mentovai wrote: > ...
8 years, 3 months ago (2012-09-10 16:21:48 UTC) #10
Mark Mentovai
LGTM
8 years, 3 months ago (2012-09-10 16:23:52 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/10908115/8006
8 years, 3 months ago (2012-09-11 16:18:23 UTC) #12
commit-bot: I haz the power
8 years, 3 months ago (2012-09-11 18:19:05 UTC) #13
Change committed as 156063

Powered by Google App Engine
This is Rietveld 408576698