New issue
Advanced search Search tips

Issue 620013 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Nov 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug

Blocking:
issue 589665



Sign in to add a comment

Compiler ICE when trying to use /LTCG:Incremental

Project Member Reported by sebmarchand@chromium.org, Jun 14 2016

Issue description

In https://codereview.chromium.org/2045683002/ I've tried to enable /LTCG:Incremental for the official builds of Chrome. The goal was to reduce the link time on the x64 perf bots (they build with the official bit set, which enable LTCG) but we've started to get some compiler ICE after a few builds, e.g.:

c:\b\build\slave\win_x64_builder\build\src\chrome\common\chrome_icon_resources_win.cc : fatal error C1001: An internal error has occurred in the compiler.

(compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c', line 249)

 To work around this problem, try simplifying or changing the program near the locations listed above.

Please choose the Technical Support command on the Visual C++ 

 Help menu, or open the Technical Support help file for more information

  link!InvokeCompilerPass()+0x2c741

  link!InvokeCompilerPass()+0x2c741

  link!DllGetC2Telemetry()+0xbe6bc


(See https://build.chromium.org/p/chromium.perf/builders/Win%20x64%20Builder/builds/9316/steps/compile/logs/stdio for a log with more failure like this, the location mentioned, in chrome_icon_resources_win.cc,  seems irrelevant here).

We saw this issue for the first time in https://build.chromium.org/p/chromium.perf/builders/Win%20x64%20Builder/builds/9271/

The first build with this flag was https://build.chromium.org/p/chromium.perf/builders/Win%20x64%20Builder/builds/9269/ (succeed), the next one (9270) timed out and we hit this compiler error in 9271.

I've tried to repro locally but without success, I'll retry soon.
 
Blocking: 589665
Components: Blink>JavaScript>Compiler
Components: -Blink>JavaScript>Compiler Build
Labels: -Build-Toolchain Build
Labels: -Build Build-Toolchain
Project Member

Comment 5 by sheriffbot@chromium.org, Nov 3 2017

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available. If you change it back, also remove the "Hotlist-Recharge-Cold" label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Status: WontFix (was: Untriaged)
1) The crashes were with VS 2015 and we have now switched to VS 2017
2) We have subsequently switched from VS 2017 to clang-cl
3) We aren't using PGO anymore

So, closing as WontFix

I mean, it might have been fixed in VS 2017, but the fix is no longer relevant.

Sign in to add a comment