- 积分
- 117977
- 威望
-
- 金钱
-
- 注册时间
- 2009-4-24
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2017-6-19 20:33:16
|
显示全部楼层
[ 32%] Building C object storage/innobase/CMakeFiles/innobase_embedded.dir/eval/eval0eval.c.o
/soft/lnmp1.3-full/src/mysql-5.5.48/storage/innobase/eval/eval0eval.c: In function ‘eval_instr’:
/soft/lnmp1.3-full/src/mysql-5.5.48/storage/innobase/eval/eval0eval.c:528: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
The bug is not reproducible, so it is likely a hardware or OS problem.
make[2]: *** [storage/innobase/CMakeFiles/innobase_embedded.dir/eval/eval0eval.c.o] Error 1
make[1]: *** [storage/innobase/CMakeFiles/innobase_embedded.dir/all] Error 2
make: *** [all] Error 2
。。。。。。
/soft/lnmp1.3-full/src/php-5.4.45/Zend/zend_string.c -o Zend/zend_string.lo
cc: Internal error: Segmentation fault (program cc1)
Please submit a full bug report.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
make: *** [Zend/zend_string.lo] Error 1
可能编译器有问题或者有其他程序占用了过多内存
可以尝试查看是否有其他占用内存的程序然后kill掉或更换其他版本centos试试 |
|