报错:Killed

2018年11月5日 | 分类: 【技术】

【排错】

报错:g++: internal compiler error: Killed (program cc1plus)

编译 Boost 的时候,出现此错误。

参考:https://amon.org/boost

报错:/bin/sh: line 1: 31521 Killed

编译 GCC 的时候,出现此错误。

参考:https://amon.org/gcc

【方案】

可以通过添加 SWAP 分区来解决。

参考:https://amon.org/swap

【参考】

参考:https://blog.csdn.net/bxd1314/article/details/47338391

在编译时出现 killed 相关报错主要原因大体上是因为内存不足。

参考:https://unix.stackexchange.com/questions/184371/what-does-line-19-12364-killed-mean-in-crontab-error-message

The most common trigger (in my experience) has always been due to out-of-memory (OOM) errors