RE: Problem with Apache22

2007-11-05 Thread Peter Uthoff
-questions@freebsd.org Subject: Re: Problem with Apache22 Peter Uthoff wrote: 10:45:11 kernel: pid 66395 (httpd), uid 80: exited on signal 4 Oct 25 Can you provide either an strace or ktrace/kdump output from one of the children. Just attached to one let it die, then send the last 500 lines or so

Re: Problem with Apache22

2007-11-05 Thread Philip M. Gollucci
Which MPM did you use, if you didn't change it the default is prefork. how about: ldd /usr/local/sbin/httpd | egrep 'libthr|libpthread|libc_r' ldd /usr/local/libexec/mysqld | egrep 'libthr|libpthread|libc_r' ldd /usr/local/bin/php| egrep

RE: Problem with Apache22

2007-11-05 Thread Peter Uthoff
in output of Bus Error and nothing else. The web logs showed no errors at all. -Original Message- From: Philip M. Gollucci [mailto:[EMAIL PROTECTED] Sent: Monday, November 05, 2007 3:42 PM To: Peter Uthoff Cc: Philip M. Gollucci; freebsd-questions@freebsd.org Subject: Re: Problem with Apache22

Re: Problem with Apache22

2007-11-01 Thread Philip M. Gollucci
Peter Uthoff wrote: 10:45:11 kernel: pid 66395 (httpd), uid 80: exited on signal 4 Oct 25 Can you provide either an strace or ktrace/kdump output from one of the children. Just attached to one let it die, then send the last 500 lines or so of the output. You probably have core dumps somewhere

Re: Problem with Apache22

2007-11-01 Thread James
On 11/1/07, Peter Uthoff [EMAIL PROTECTED] wrote: Hello, I have a problem where my Apache procs are dying almost exactly every ten minutes as you can from the messages and web logs below: Oct 25 10:34:44 kernel: pid 66337 (httpd), uid 80: exited on signal 4 Oct 25 10:35:33 kernel: pid

Re: Problem with Apache22

2007-11-01 Thread Ivan Voras
Peter Uthoff wrote: Hello, I have a problem where my Apache procs are dying almost exactly every ten minutes as you can from the messages and web logs below: Oct 25 10:34:44 kernel: pid 66337 (httpd), uid 80: exited on signal 4 Signal 4 is illegal instruction, it might be caused by: -