可能与我的最后一个问题有关(注意:不同的错误代码):
在我们每晚64位的构建中,我们看到这个错误断断续续地出现:
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"见全日志输出。
我觉得这个错误比我上一个问题中的错误要难得多(如果可能的话),因为它可能是编译器中的一个bug (但我希望不是这样)。
有什么办法可以解决这个问题吗?也许有个我找不到的热点?也许我应该通过连接联系微软?
发布于 2011-10-11 02:18:04
替换RAM修复了这个问题(与我使用不同错误代码的另一个问题一样)。
发布于 2010-12-06 22:58:09
我也会遇到这个错误(有时/很少出现在我的所有系统x86和x64上)。只需重新构建,如果不起作用,请重新启动Visual,它很可能已经消失。(不算太严重,至少对我的系统来说不是这样)
https://stackoverflow.com/questions/4371600
复制相似问题