【发布时间】:2015-05-11 14:50:08
【问题描述】:
我正在尝试在 VPS 服务器(1Gb RAM)上编译 phantom.js。构建过程产生错误(持续):
obj/svg/SVGAllInOne.o svg/SVGAllInOne.cpp
{standard input}: Assembler messages:
{standard input}:168320: Warning: end of file not at end of a line;
newline inserted
{standard input}: Error: open CFI at the end of file; missing
.cfi_endproc directive
g++: internal compiler error: Killed (program cc1plus)
我在http://forum.qt.io/topic/22672/g-crash-when-compiling-qt5 发现了同一个文件的问题。人们在那里说:内存不够。
在这种情况下我该怎么办? Phantom.js 网站上的信息说它应该从源代码构建。
补充:这肯定是内存不足的情况,因为我刚刚从提供商那里收到消息说服务器内存不足。
【问题讨论】: