码迷,mamicode.com
首页 > 其他好文 > 详细

child pid xxx exit signal Segmentation fault (11)

时间:2014-07-29 18:25:23      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:segmentation fault (11)

下午检查apahe的error_log的时候发现大量:

[Tue Jul 29 14:35:39 2014] [notice] child pid 22397 exit signal Segmentation fault (11)

[Tue Jul 29 14:35:42 2014] [notice] child pid 22548 exit signal Segmentation fault (11)

[Tue Jul 29 14:35:45 2014] [notice] child pid 22540 exit signal Segmentation fault (11)

[Tue Jul 29 14:35:45 2014] [notice] child pid 22550 exit signal Segmentation fault (11)

[Tue Jul 29 14:35:47 2014] [notice] child pid 22551 exit signal Segmentation fault (11)

[Tue Jul 29 14:35:49 2014] [notice] child pid 22421 exit signal Segmentation fault (11)

[Tue Jul 29 14:35:52 2014] [notice] child pid 22549 exit signal Segmentation fault (11)

[Tue Jul 29 14:35:54 2014] [notice] child pid 22522 exit signal Segmentation fault (11)

[Tue Jul 29 14:35:55 2014] [notice] child pid 22478 exit signal Segmentation fault (11)

[Tue Jul 29 14:35:57 2014] [notice] child pid 22528 exit signal Segmentation fault (11)


这是内存泄漏了,网上一通搜啊,都没有找到想要的东西。

搞了半天突然发现网上有个地方不能跳转了,发现一点击这个链接就出现‘child pid xxx exit signal Segmentation fault (11)’的消息了。

查看程序也只是一个"header(‘location:$url‘);" 而已,在这个代码后面加个exit; 就ok了。奇怪了之前也是好的 怎么突然就不行呢...  之后在思考吧

本文出自 “冰寒于水” 博客,请务必保留此出处http://bing2010.blog.51cto.com/1822459/1532187

child pid xxx exit signal Segmentation fault (11),布布扣,bubuko.com

child pid xxx exit signal Segmentation fault (11)

标签:segmentation fault (11)

原文地址:http://bing2010.blog.51cto.com/1822459/1532187

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!