开发者

Why might the "fatal error C1001" error occur intermittently when using msbuild?

Possibly related to my last question (note: different error code):

  • Why might the "fatal error C1075" error occur intermittently when using msbuild?

On our nightly 64-bit build, we see this error appear 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 开发者_Python百科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 full log output.

I get the feeling that this error will be much harder to solve (if this is even possible) than the error from my last question, since it could be a bug in the compiler (but I'm hoping this isn't the case).

Is there anything that can be done to work around this problem? Maybe there's a hotfix that I can't find? Perhaps I should just contact Microsoft through connect?


Replacing the RAM fixed this (as with my other question with the different error code).


I get this error too (sometimes/rarely on all my systems x86 and x64). Just rebuild and if that doesn't work restart Visual Studio and it probably it's gone. (Nothing too serious ,at least not with my systems)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜