Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Feb 2008 19:35:38 +0100
From:      Mel <fbsd.questions@rachie.is-a-geek.net>
To:        freebsd-questions@freebsd.org
Cc:        Abdullah Ibn Hamad Al-Marri <wearabnet@yahoo.ca>
Subject:   Re: FreeBSD 7.0 AMD64 and apache 2.2.8 exited on signal 11
Message-ID:  <200802291935.39534.fbsd.questions@rachie.is-a-geek.net>
In-Reply-To: <539959.86798.qm@web33704.mail.mud.yahoo.com>
References:  <539959.86798.qm@web33704.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 29 February 2008 19:08:59 Abdullah Ibn Hamad Al-Marri wrote:
> ----- Original Message ----
>
> > From: Mel <fbsd.questions@rachie.is-a-geek.net>
> > To: freebsd-questions@freebsd.org
> > Cc: Abdullah Ibn Hamad Al-Marri <wearabnet@yahoo.ca>
> > 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802291935.39534.fbsd.questions>