Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2006 18:47:29 -0700
From:      Jeremy Chadwick <freebsd@jdc.parodius.com>
To:        Derrick Edwards <derrick@uniquestrength.net>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Core Dump with Apache22
Message-ID:  <20060719014729.GA14145@icarus.home.lan>
In-Reply-To: <200607182147.03491.derrick@uniquestrength.net>
References:  <200607182147.03491.derrick@uniquestrength.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jul 18, 2006 at 09:47:03PM -0400, Derrick Edwards wrote:
> 	Hi, 
> I am using FreeBSD 6.1-RC with apache-2.2.2 which is a VMware machine. Machine 
> was rebooted and now it is giving the following error message 
> in /var/log/messages:
> 
> Jul 18 21:30:54 www kernel: pid 625 (httpd), uid 0: exited on signal 10 (core  
> dumped)
> 
>  I have tested my config and it is Ok. Not seeing any answers with google. Can 
> anybody help. Thanks in advance.

We've been dealing with a related problem which happens exactly
every 7 days when newsyslog sends SIGUSR1 to httpd (newsyslog runs
every 24 hours and does this -- but every 7 days, sig10 happens).
This only seems to happen with SSL enabled, however.  Box is 4-STABLE
though, not 6-RC.

That said -- since you have a coredump, can you provide a backtrace?

gdb /usr/local/sbin/httpd /location/of/core/file
gdb> bt full

-- 
| Jeremy Chadwick                                 jdc at parodius.com |
| Parodius Networking                        http://www.parodius.com/ |
| UNIX Systems Administrator                   Mountain View, CA, USA |
| Making life hard for others since 1977.               PGP: 4BD6C0CB |




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