Date: Thu, 14 Oct 2004 05:10:27 GMT From: Greg Satz <satz@sprynet.com> To: apache@FreeBSD.org Subject: Re: ports/71740: apache2 drops core when sent HUP signal and /etc/nsswitch.conf file exists Message-ID: <200410140510.i9E5ARie021125@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/71740; it has been noted by GNATS. From: Greg Satz <satz@sprynet.com> To: Greg Satz <satz@sprynet.com>, freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/71740: apache2 drops core when sent HUP signal and /etc/nsswitch.conf file exists Date: Wed, 13 Oct 2004 23:06:43 -0600 The problem persisted regardless of whether there was a /etc/nsswitch.conf file so I spent some time and think I have it figured out. I have mail/squirrelmail installed which depends on lang/php4 which in turn depends on security/php4-mhash. mhash was trying to use the libpthread.so. At one point this machine ran CURRENT but I reverted back to 5.2.1. I had an old libpthread.so which mhash linked against. The crash was apparently confusion between the different threading libraries. I had to remove the libpthread and setup a libmap.conf to use libthr.so. Now httpd survives a HUP signal like it was meant to. Thanks, Greg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410140510.i9E5ARie021125>