Date: Mon, 5 Nov 2007 16:42:27 -0500 From: "Philip M. Gollucci" <pgollucci@riderway.com> To: Peter Uthoff <Peter.Uthoff@reuters.com> Cc: "Philip M. Gollucci" <philip@ridecharge.com>, "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: Re: Problem with Apache22 Message-ID: <472F8E43.3030703@riderway.com> In-Reply-To: <05616E1516E61D4C9B338EA2C7DFD266367595@STLSMSXM02.amers.ime.reuters.com> References: <05616E1516E61D4C9B338EA2C7DFD266367595@STLSMSXM02.amers.ime.reuters.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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_r' ldd /usr/local/lib/libaprutil-1.so.2 | egrep 'libthr|libpthread|libc_r' ldd /usr/local/lib/libapr-1.so.2 | egrep 'libthr|libpthread|libc_r' ldd /usr/local/lib/mysql/libmysqlclient.so.15 | \ egrep 'libthr|libpthread|libc_r' > WITHOUT_THREADS=true So it looks like you don't want threads. That makes things easier as its the simpler case. At any rate, you'll want the output of all the above to match. Nothing in the ktrace/kdump jumps out at me. Are you sure it crashed ? (and you were attached to the correct httpd child) httpd -X and/or httpd -DONE_PROCESS might be helpful for that. ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) o:703.549.2050x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?472F8E43.3030703>