Why can the error "fatal error C1001" occur when using msbuild?

Perhaps related to my last question (note: error code):

In our 64-bit nightly build, we see that this error appears intermittently:

Generating Code...
c:\program files\microsoft visual studio 9.0\vc\include\xtree(944) : fatal error C1001: An internal error has occurred in the compiler.
(compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c[0x51120030:0x000E00AB]', line 182)
 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
Internal Compiler Error in c:\Program Files\Microsoft Visual Studio 9.0\VC\bin\x86_amd64\cl.exe.  You will be prompted to send an error report to Microsoft later.
Build log was saved at "file://c:\Buildbot\synergy\1.4-win64\build\bin\synergy.dir\Release\BuildLog.htm"

See the full issue of the magazine .

It seems to me that this error will be much more difficult to solve (if possible) than the error of my last question, as it may be a mistake in the compiler (but I hope this is not the case).

Is there anything that can be done to solve this problem? Maybe there is a fix that I cannot find? Maybe I just need to contact Microsoft through connect?

+3
2

( ).

+1

(/ x86 x64). , , Visual Studio, , , . ( , , )

0

Source: https://habr.com/ru/post/1778851/


All Articles