首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >为什么在使用msbuild时会出现“致命错误C1001”错误?

为什么在使用msbuild时会出现“致命错误C1001”错误?
EN

Stack Overflow用户
提问于 2010-12-06 22:32:36
回答 2查看 1.3K关注 0票数 3

可能与我的最后一个问题有关(注意:不同的错误代码):

在我们每晚64位的构建中,我们看到这个错误断断续续地出现:

代码语言:javascript
复制
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 (但我希望不是这样)。

有什么办法可以解决这个问题吗?也许有个我找不到的热点?也许我应该通过连接联系微软?

EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2011-10-11 02:18:04

替换RAM修复了这个问题(与我使用不同错误代码的另一个问题一样)。

票数 1
EN

Stack Overflow用户

发布于 2010-12-06 22:58:09

我也会遇到这个错误(有时/很少出现在我的所有系统x86和x64上)。只需重新构建,如果不起作用,请重新启动Visual,它很可能已经消失。(不算太严重,至少对我的系统来说不是这样)

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/4371600

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档