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

Issue 1843783002: Revert of Fast-fail to catch VC++ compiler crashes (Closed)

Created:
4 years, 8 months ago by Nico
Modified:
4 years, 8 months ago
Reviewers:
scottmg, brucedawson
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of Fast-fail to catch VC++ compiler crashes (patchset #1 id:1 of https://codereview.chromium.org/1834413002/ ) Reason for revert: clang-cl complains about not understanding /d2FastFail. I added it upstream, but we need to roll that in first (or add !is_clang checks here in the meantime if it's important to have this CL in. The description sounds like it could wait a while, though.) Original issue's description: > Fast-fail to catch VC++ compiler crashes > > The VC++ compiler and linker default to catching their crashes using > structure exception handling. They then print out a helpful message. > This helpful message is rarely enough information to let us diagnose > what went wrong. crrev.com/1816333002 added /fastfail to the linker > command line and this adds /d2FastFail to the compiler command line, > for gyp and gn. > > These options are undocumented and unsupported but very handy - > the linker /fastfail option was crucial in tracking down a linker > crash. > > Committed: https://crrev.com/10b66c067178bfcfb89b20627f9bb4779ac2efeb > Cr-Commit-Position: refs/heads/master@{#383765} TBR=scottmg@chromium.org,brucedawson@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Committed: https://crrev.com/230c0945ebcba2b566ea5ce953854164d61c1305 Cr-Commit-Position: refs/heads/master@{#383803}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -7 lines) Patch
M build/common.gypi View 1 chunk +0 lines, -3 lines 0 comments Download
M build/config/win/BUILD.gn View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
Nico
Created Revert of Fast-fail to catch VC++ compiler crashes
4 years, 8 months ago (2016-03-29 20:26:07 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1843783002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1843783002/1
4 years, 8 months ago (2016-03-29 20:26:30 UTC) #2
scottmg
On 2016/03/29 20:26:30, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
4 years, 8 months ago (2016-03-29 20:26:53 UTC) #3
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 8 months ago (2016-03-29 20:27:10 UTC) #4
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/230c0945ebcba2b566ea5ce953854164d61c1305 Cr-Commit-Position: refs/heads/master@{#383803}
4 years, 8 months ago (2016-03-29 20:28:50 UTC) #6
brucedawson
lgtm. Landing later when clang-cl understands (or at least ignores) /d2FastFail is fine. There aren't ...
4 years, 8 months ago (2016-03-29 20:28:57 UTC) #7
brucedawson
4 years, 8 months ago (2016-04-13 18:50:29 UTC) #8
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/1882833003/ by brucedawson@chromium.org.

The reason for reverting is: clang-cl should support this now..

Powered by Google App Engine
This is Rietveld 408576698