Skip to content

Instantly share code, notes, and snippets.

@arsenm
Created January 12, 2012 01:07
Show Gist options
  • Save arsenm/1597827 to your computer and use it in GitHub Desktop.
Save arsenm/1597827 to your computer and use it in GitHub Desktop.
VS linker crash
> Finished searching libraries
8> Generating code
8>c:\milkyway_msvc\milkywayathome_client\nbody\src\nbody_plain.c(121): fatal error C1001: An internal error has occurred in the compiler.
8> (compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c[0x50D245D3:0x000004E6]', line 183)
8> To work around this problem, try simplifying or changing the program near the locations listed above.
8> Please choose the Technical Support command on the Visual C++
8> Help menu, or open the Technical Support help file for more information
8>
8>LINK : fatal error LNK1000: Internal error during IMAGE::BuildImage
8>
8> Version 10.00.40219.01
8>
8> ExceptionCode = C0000005
8> ExceptionFlags = 00000000
8> ExceptionAddress = 50D245D3 (50C60000) "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\x86_amd64\c2.dll"
8> NumberParameters = 00000002
8> ExceptionInformation[ 0] = 00000000
8> ExceptionInformation[ 1] = 000004E6
8>
8> CONTEXT:
8> Eax = 045C9034 Esp = 0043EC28
8> Ebx = 046CDD44 Ebp = 0043ECF0
8> Ecx = 045C9034 Esi = 00000000
8> Edx = 00800000 Edi = 000004DE
8> Eip = 50D245D3 EFlags = 00010206
8> SegCs = 00000023 SegDs = 0000002B
8> SegSs = 0000002B SegEs = 0000002B
8> SegFs = 00000053 SegGs = 0000002B
8> Dr0 = 00000000 Dr3 = 00000000
8> Dr1 = 00000000 Dr6 = 00000000
8> Dr2 = 00000000 Dr7 = 00000000
8>
8>Build FAILED.
8>
8>Time Elapsed 00:05:16.13
========== Build: 7 succeeded, 1 failed, 4 up-to-date, 0 skipped ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment