Re: [users@httpd] Please help Apache Segmentation fault

2013-01-07 Thread Al Zick
Hello, On Jan 6, 2013, at 2:05 PM, Nick Kew wrote: On 6 Jan 2013, at 17:11, Yehuda Katz wrote: It certainly looks like it could be a PHP problem. Did you try removing the PHP module to see if the problem goes away? (You could run it as FastCGI or even traditional CGI in the mean time.)

Re: [users@httpd] Please help Apache Segmentation fault

2013-01-07 Thread Al Zick
Hi, On Jan 6, 2013, at 10:28 AM, Yehuda Katz wrote: On Sun, Jan 6, 2013 at 8:39 AM, Nick Kew wrote: What is a "sokva"? NetBSD sysctl -w kern.somaxkva=[sbmax] Set maximum size for all socket buffers together in the system This is exactly right. Still it doesn't answer the question of why

Re: [users@httpd] Please help Apache Segmentation fault

2013-01-07 Thread Al Zick
Hi, On Jan 6, 2013, at 12:11 PM, Yehuda Katz wrote: On Sun, Jan 6, 2013 at 12:02 PM, Al Zick wrote: This is what I get from gdb: [New process 1] Core was generated by `httpd'. Program terminated with signal 11, Segmentation fault. #0 0xfddf352c in ?? () from /usr/lib/libc.so.12 (gdb) bt #0

Re: [users@httpd] Please help Apache Segmentation fault

2013-01-06 Thread Nick Kew
On 6 Jan 2013, at 17:11, Yehuda Katz wrote: > It certainly looks like it could be a PHP problem. Did you try removing the > PHP module to see if the problem goes away? (You could run it as FastCGI or > even traditional CGI in the mean time.) Yes, but it's happening at server shutdown. That's b

Re: [users@httpd] Please help Apache Segmentation fault

2013-01-06 Thread Yehuda Katz
On Sun, Jan 6, 2013 at 12:02 PM, Al Zick wrote: > This is what I get from gdb: > > [New process 1] > Core was generated by `httpd'. > Program terminated with signal 11, Segmentation fault. > #0 0xfddf352c in ?? () from /usr/lib/libc.so.12 > (gdb) bt > #0 0xfddf352c in ?? () from /usr/lib/libc.s

Re: [users@httpd] Please help Apache Segmentation fault

2013-01-06 Thread Al Zick
Hello, On Jan 6, 2013, at 8:39 AM, Nick Kew wrote: On 6 Jan 2013, at 13:21, Al Zick wrote: I am seeing "[notice] child pid 16566 exit signal Segmentation fault (11)" in my apache error_log. Get a backtrace. gdb on a coredump would be the most usual way. That's the startingpoint for getting

Re: [users@httpd] Please help Apache Segmentation fault

2013-01-06 Thread Yehuda Katz
On Sun, Jan 6, 2013 at 8:39 AM, Nick Kew wrote: > What is a "sokva"? > NetBSD sysctl -w kern.somaxkva=[sbmax] Set maximum size for all socket buffers together in the system

Re: [users@httpd] Please help Apache Segmentation fault

2013-01-06 Thread Nick Kew
On 6 Jan 2013, at 13:21, Al Zick wrote: > Hello, > > I am seeing "[notice] child pid 16566 exit signal Segmentation fault (11)" in > my apache error_log. Get a backtrace. gdb on a coredump would be the most usual way. That's the startingpoint for getting help with a segfault. If you don't k

[users@httpd] Please help Apache Segmentation fault

2013-01-06 Thread Al Zick
Hello, I am seeing "[notice] child pid 16566 exit signal Segmentation fault (11)" in my apache error_log. There is something like 66790 in maybe 1 or 2 days. I think this problem is being caused by php. Also, I am getting many core dumps from apache. I wonder if this could be causing the is