-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Fix for CoreCLR issue 3049 #3066
Conversation
@dotnet-bot test this please |
@jkotas PTAL. |
Not part of your change, but related... Why do we link with |
https://github.com/dotnet/coreclr/blob/master/CMakeLists.txt#L426 is passing |
Sorry for the false alarm, I was confused. I was just randomly looking through the file and didn't see the |
@gkhanna79 I'm still seeing frequent linker crashes. Not a blocker since I can just rebuild, but annoying. Happens when I'm doing development and so am always incrementally rebuilding stuff. @dotnet/jit-contrib anybody else running into this? |
I see link errors for the arm64 cross build only on certain machines. Unknown if it is related. |
CFG is not enabled for Arm64 |
I used to see this every other time for Debug builds for Windows. Fr some reason the installation of My VS got corrupted yesterday (the mspdb14.dll) was failing version check, so I reinstalled VS last night. This morning I have seen the crash only twice. |
I've also run into this, specifically when incrementally linking crossgen.exe. |
I hit it almost every build. Succeeds on rebuild. |
Do you see this on debug or release build? Also, does the failing build command line having incremental linking disabled (which is what this change enabled)? |
I mostly do plain vanilla debug x64 builds. Don't know what flags are used. |
No description provided.