Date: Fri, 14 Mar 2008 13:25:52 -0500 From: Kevin Kinsey <kdk@daleco.biz> To: mla@nasreddine.com Cc: freebsd-questions@freebsd.org Subject: Re: apache 2.2.8 uid 80: exited on signal 11 (was signal 4) Message-ID: <47DAC330.3040506@daleco.biz> In-Reply-To: <20080314175546.GH9831@phoenix.nasreddine.info> References: <264730.93904.qm@web33705.mail.mud.yahoo.com> <200803141832.41139.fbsd.questions@rachie.is-a-geek.net> <20080314175546.GH9831@phoenix.nasreddine.info>
next in thread | previous in thread | raw e-mail | index | archive | help
Wael Nasreddine wrote: > This One Time, at Band Camp, Mel <fbsd.questions@rachie.is-a-geek.net> said, On Fri, Mar 14, 2008 at 06:32:40PM +0100: >> On Friday 14 March 2008 16:32:30 Abdullah Ibn Hamad Al-Marri wrote: >>> pid 88487 (httpd), uid 80: exited on signal 4 >>> pid 98657 (httpd), uid 80: exited on signal 4 >>> pid 52780 (httpd), uid 80: exited on signal 4 >>> pid 58619 (httpd), uid 80: exited on signal 4 > >> #define SIGILL 4 /* illegal instr. (not reset when caught) */ > >> If you're sure there are no CPU specific flags set during apache compilation, >> you might want to get a core dump. Is apache the only program creating >> SIGILL? > > I'm having a similar issue, ny dmesg is filled with > -------- CUT > pid 63364 (httpd), uid 80: exited on signal 11 > -------- CUT > > my /etc/make.conf: > -------- CUT > CFLAGS+="-march=pentium4" > WITHOUT_X11=yes > WITHOUT_JAVA=yes > > # Use Perl with threads > WITH_THREADS=yes > > # added by use.perl 2008-03-13 22:04:11 > PERL_VER=5.8.8 > PERL_VERSION=5.8.8 > -------- CUT > > what could be the problem... Well, first, signal 11 isn't signal 4, so the problem isn't very *closely* related, but I'll bite anyway. That said, I've little idea what could be causing your httpd to die with sig 11. In my experience, signal 11s are generally caused by incompatible modules (*.so) loading along with httpd during Apache startup. PHP, in particular, after a portupgrade. Any resemblance to your situation? Kevin Kinsey -- Marry in haste and everyone starts counting the months.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47DAC330.3040506>