Apache的error_log:
[Wed Jun 01 14:59:05 2011] [notice] child pid 28198 exit signal Segmentation fault (11)
[Wed Jun 01 15:00:03 2011] [notice] child pid 28199 exit signal Segmentation fault (11)
解决办法:
使用gdb工具,查找出现错误的具体位置。我的错误是因为python的ice在加载到apache时出错。Segmentation fault (11)表示指针指向错误。
本文介绍了Apache错误日志中出现Segmentation fault (11)的原因及解决方案,通过使用gdb工具定位错误源,并具体说明了该问题是由python的ice组件在加载到Apache时引发。
801

被折叠的 条评论
为什么被折叠?



