首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >运行cloud9时出错“错误: ld终止于信号11”

运行cloud9时出错“错误: ld终止于信号11”
EN

Stack Overflow用户
提问于 2014-03-31 18:21:22
回答 1查看 712关注 0票数 2

我试图在ubuntu上运行cloud9应用程序。然而,make命令给了我错误

代码语言:javascript
复制
llvm[2]: Linking Release+Asserts executable klee (without symbols)
collect2: error: ld terminated with signal 11 [Segmentation fault], core dumped
make[2]: *** [/home/mmalik9/cloud9-cloudsuite/cloud9/Release+Asserts/bin/klee] Error 1
make[2]: Leaving directory `/home/mmalik9/cloud9-cloudsuite/cloud9/tools/klee'
make[1]: *** [klee/.makeall] Error 2
make[1]: Leaving directory `/home/mmalik9/cloud9-cloudsuite/cloud9/tools'
make: *** [all] Error 1

请给我一些解决这个问题的方法。

https://askubuntu.com/questions/441621/cloud9-application-is-giving-error-error-ld-terminated-with-signal-11-segment更新PS

代码语言:javascript
复制
g++ helloworld.cpp -o proj

我得到了同样的错误"collect2: error: ld terminated with signal 11 [Segmentation fault], core dumped

EN

回答 1

Stack Overflow用户

发布于 2014-04-01 21:40:09

如果即使对于最简单的程序(如helloworld),也无法运行ld,那么似乎有些东西(ld二进制文件或其库)已经损坏,要么是内存中的东西(重新启动将有所帮助),要么是硬盘上的东西。

您可以重新检查已安装软件包的md5sums (在基于rpm的linuxs-rpm --verify中;在基于deb的- debsumsdpkg --verify中-根据debian 187019),或者简单地重新安装它们。

使用memtest,您可以测试RAM的缺陷(ECC更好地保护您的数据)。使用现代文件系统,有数据校验和 (ZFS,btrfs)和/或像AIDE这样的完整性检查器,您可以检测存储在硬盘上的数据的无声损坏。

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

https://stackoverflow.com/questions/22769216

复制
相关文章

相似问题

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