From owner-freebsd-questions@FreeBSD.ORG Fri Mar 14 18:26:09 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF5F81065675 for ; Fri, 14 Mar 2008 18:26:09 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id 5B1288FC19 for ; Fri, 14 Mar 2008 18:26:09 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id m2EIQ8ip077662; Fri, 14 Mar 2008 13:26:08 -0500 (CDT) (envelope-from kdk@daleco.biz) X-Virus-Scanned: amavisd-new at daleco.biz Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 0giHSvxbpjgH; Fri, 14 Mar 2008 13:26:04 -0500 (CDT) Received: from archangel.daleco.biz (dsl.daleco.biz [209.125.108.70]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id m2EIPwqf077657; Fri, 14 Mar 2008 13:25:59 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <47DAC330.3040506@daleco.biz> Date: Fri, 14 Mar 2008 13:25:52 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.11) Gecko/20080213 SeaMonkey/1.1.7 MIME-Version: 1.0 To: mla@nasreddine.com References: <264730.93904.qm@web33705.mail.mud.yahoo.com> <200803141832.41139.fbsd.questions@rachie.is-a-geek.net> <20080314175546.GH9831@phoenix.nasreddine.info> In-Reply-To: <20080314175546.GH9831@phoenix.nasreddine.info> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: apache 2.2.8 uid 80: exited on signal 11 (was signal 4) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 18:26:09 -0000 Wael Nasreddine wrote: > This One Time, at Band Camp, Mel 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.