RE: Problem with Apache22

2007-11-05 Thread Peter Uthoff
e console resulted 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.o

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 'libthr|libpthread|libc_

RE: Problem with Apache22

2007-11-05 Thread Peter Uthoff
ose(0x13) 84893 httpdRET close 0 84893 httpdCALL close(0x5) 84893 httpdRET close 0 84893 httpdCALL close(0x4) 84893 httpdRET close 0 84893 httpdCALL exit(0) -Original Message- From: Philip M. Gollucci [mailto:[EMAIL PROTECTED] Sent: Thursday, Nov

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

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 k

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