FreeBSD 7.0 AMD64 and apache 2.2.8 exited on signal 11

Mel fbsd.questions at rachie.is-a-geek.net
Fri Feb 29 18:35:45 UTC 2008


On Friday 29 February 2008 19:08:59 Abdullah Ibn Hamad Al-Marri wrote:
> ----- Original Message ----
>
> > From: Mel <fbsd.questions at rachie.is-a-geek.net>
> > To: freebsd-questions at freebsd.org
> > Cc: Abdullah Ibn Hamad Al-Marri <wearabnet at 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 at 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.


More information about the freebsd-questions mailing list