Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Nov 2006 07:36:46 -0800
From:      Jeremy Chadwick <koitsu@FreeBSD.org>
To:        "eculp@encontacto.net" <eculp@encontacto.net>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: FreeBSD 6.1-R-p10 and PHP 5.2.0
Message-ID:  <20061122153646.GA29159@icarus.home.lan>
In-Reply-To: <20061117053207.r0jcg4oqo44gso4s@correo.encontacto.net>
References:  <200611161509.53708.josh@tcbug.org> <ejk41b$2mv$1@sea.gmane.org> <1163761446.4495.10.camel@mjaw-mobile.ipartners.pl> <20061117053207.r0jcg4oqo44gso4s@correo.encontacto.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 17, 2006 at 05:32:07AM -0600, eculp@encontacto.net wrote:
> I just tried sessions at the beginning and :
> 
> pid 8311 (httpd), uid 0: exited on signal 11 (core dumped)
> 
> darn it :(
> 
> Out of desperation, I tried several combinations but no cigar :(
> 
> If anyone else has a winning combination, I'd love to try it.
> 
> Thanks,
> 
> ed

Can you find the corefile and run gdb on it and do "bt"?  E.g.

$ gdb /usr/local/bin/php /path/to/php.core
...
(gdb) bt

This might tell us which module is crashing php.

-- 
| 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?20061122153646.GA29159>