FreeBSD 6.1-R-p10 and PHP 5.2.0

Jeremy Chadwick koitsu at FreeBSD.org
Wed Nov 22 07:37:04 PST 2006


On Fri, Nov 17, 2006 at 05:32:07AM -0600, eculp at 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 |



More information about the freebsd-ports mailing list