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)表示指针指向错误。