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

Issue 1825163003: Enable crash dump collection on builders (Closed)

Created:
4 years, 9 months ago by brucedawson
Modified:
3 years, 8 months ago
Reviewers:
scottmg
CC:
chromium-reviews, dpranke+depot_tools_chromium.org, iannucci+depot_tools_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Enable crash dump collection on builders Toolchain crashes on build machines are an ongoing problem, particularly with the VC++ 2015 migration. Setting this registry key tells Windows Error Reporting to record minidumps (a few MB typically) to a local directory, up to a maximum of ten. This should help with investigations. This change also suppresses Windows Error Reporting dialogs with the DontShowUI registry value, to avoid builder hangs on crashes. See also crrev.com/1816333002 BUG=440500 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299426

Patch Set 1 #

Total comments: 6

Patch Set 2 : Check CHROME_HEADLESS and tweak comments #

Patch Set 3 : Responding to code review comments #

Patch Set 4 : Set DontShowUI to suppress WER dialog #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -0 lines) Patch
M win_toolchain/get_toolchain_if_necessary.py View 1 2 3 2 chunks +23 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
brucedawson
This is a companion change to crrev.com/1816333002. It should be safe/benign. It won't affect developers ...
4 years, 9 months ago (2016-03-22 18:47:41 UTC) #2
scottmg
lgtm https://codereview.chromium.org/1825163003/diff/1/win_toolchain/get_toolchain_if_necessary.py File win_toolchain/get_toolchain_if_necessary.py (right): https://codereview.chromium.org/1825163003/diff/1/win_toolchain/get_toolchain_if_necessary.py#newcode363 win_toolchain/get_toolchain_if_necessary.py:363: https://msdn.microsoft.com/en-us/library/windows/desktop/bb787181(v=vs.85).aspx Remove "(v=vs.85)" to make it fix in ...
4 years, 9 months ago (2016-03-22 19:27:45 UTC) #3
scottmg
Actually, if we want it for builders, we should probably key it off os.environ.get('CHROME_HEADLESS') or ...
4 years, 9 months ago (2016-03-22 19:32:02 UTC) #4
brucedawson
CR comments addressed, and DontShowUI added! PTAL? https://codereview.chromium.org/1825163003/diff/1/win_toolchain/get_toolchain_if_necessary.py File win_toolchain/get_toolchain_if_necessary.py (right): https://codereview.chromium.org/1825163003/diff/1/win_toolchain/get_toolchain_if_necessary.py#newcode363 win_toolchain/get_toolchain_if_necessary.py:363: https://msdn.microsoft.com/en-us/library/windows/desktop/bb787181(v=vs.85).aspx On ...
4 years, 9 months ago (2016-03-22 20:39:18 UTC) #5
scottmg
lgtm
4 years, 9 months ago (2016-03-22 20:46:13 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1825163003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1825163003/60001
4 years, 9 months ago (2016-03-22 20:48:18 UTC) #9
commit-bot: I haz the power
Committed patchset #4 (id:60001) as http://src.chromium.org/viewvc/chrome?view=rev&revision=299426
4 years, 9 months ago (2016-03-22 20:50:50 UTC) #11
brucedawson
On 2016/03/22 20:50:50, commit-bot: I haz the power wrote: > Committed patchset #4 (id:60001) as ...
3 years, 8 months ago (2017-04-08 00:00:58 UTC) #12
brucedawson
3 years, 8 months ago (2017-04-10 18:29:34 UTC) #13
Message was sent while issue was closed.
> I'll put together a patch to fix this.

https://chromium-review.googlesource.com/c/473567/ should fix this.

Powered by Google App Engine
This is Rietveld 408576698