Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从 C++ 编译器收到此错误消息:
CC:ccfe 中的致命错误:分段错误(核心转储)
什么可能导致它?
我的用户堆栈限制非常低(1MB)。由于编译器是高度递归的,因此这个限制是不够的。在 solaris 中,用于显示和更改此限制的命令是 ulimt。其他内存限制(虚拟、堆)也可能导致此问题。
http://forums.sun.com/thread.jspa?threadID=5389815&tstart=0
我认为这个答案不太可能成为长期有用的资源。现在原始用户已经解决了他们的问题,也许这个问题应该退休了。(已删除?)否则,应该有人从论坛发布的信息中提取信息,并在此处以对人们普遍有用的方式对其进行总结。