From owner-freebsd-questions@FreeBSD.ORG Fri Feb 29 18:35:45 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 C21B81065670 for ; Fri, 29 Feb 2008 18:35:45 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 8D8598FC2A for ; Fri, 29 Feb 2008 18:35:45 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id AFF291CC8B; Fri, 29 Feb 2008 09:35:42 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Fri, 29 Feb 2008 19:35:38 +0100 User-Agent: KMail/1.9.7 References: <539959.86798.qm@web33704.mail.mud.yahoo.com> In-Reply-To: <539959.86798.qm@web33704.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802291935.39534.fbsd.questions@rachie.is-a-geek.net> Cc: Abdullah Ibn Hamad Al-Marri Subject: Re: FreeBSD 7.0 AMD64 and apache 2.2.8 exited on signal 11 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, 29 Feb 2008 18:35:45 -0000 On Friday 29 February 2008 19:08:59 Abdullah Ibn Hamad Al-Marri wrote: > ----- Original Message ---- > > > From: Mel > > To: freebsd-questions@freebsd.org > > Cc: Abdullah Ibn Hamad Al-Marri > > Sent: Friday, February 29, 2008 8:52:35 PM > > Subject: Re: FreeBSD 7.0 AMD64 and apache 2.2.8 exited on signal 11 > > > > On Friday 29 February 2008 18:32:13 Abdullah Ibn Hamad Al-Marri wrote: > > > FreeBSD BB.WeArab.Net 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri Feb 29 > > > 16:57:56 UTC 2008 admin@BB.WeArab.Net:/usr/obj/usr/src/sys/BB > > > amd64 > > > > > > But I always get : > > > > > > pid 646 (httpd), uid 80: exited on signal 11 > > > > Hint: provide more info: > > - Is this system upgraded from 6.x? > > - Is apache recompiled after OS upgrade? > > - WHat apache version? > > - What modules? > > > > -- > > Mel > > Fresh FreeBSD 7.0-RC1 and now FreeBSD 7.0-STABLE #0: Fri Feb 29 16:57:56 > UTC 2008 I didn't reinstall apache via portupgrade -f again yet. > apache 2.2.8 > Standard modules. > > I'm using apache to run vb 3.6.8 forum Isn't vb forum php or do you run the perl version. Either way, try to get a core dump: http://httpd.apache.org/docs/2.2/mod/mpm_common.html#coredumpdirectory Then run gdb on it: gdb /usr/local/sbin/httpd -core /path/to/httpd.core and type bt at the prompt. Anything useful there? -- Mel Problem with today's modular software: they start with the modules and never get to the software part.