Following is my backtrace, I found how to do it at:
http://bugs.php.net/bugs-generating-backtrace.php

BACKTRACE:
batt3# gdb /usr/local/apache/bin/httpd /usr/local/apache/httpd.core
GNU gdb 4.18 (FreeBSD)
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-unknown-freebsd"...
(no debugging symbols found)...
Core was generated by `httpd'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libcrypt.so.2...(no debugging symbols
found)...
done.
Reading symbols from /usr/lib/libc.so.4...(no debugging symbols
found)...done.
Reading symbols from /usr/local/lib/php/phpa/php_accelerator_1.3.3r2.so...
(no debugging symbols found)...done.
Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols
found)...
done.
#0  0x0 in ?? ()
(gdb) bt
#0  0x0 in ?? ()
#1  0x28519319 in _init ()
   from /usr/local/lib/php/phpa/php_accelerator_1.3.3r2.so
#2  0x28524595 in _fini ()
   from /usr/local/lib/php/phpa/php_accelerator_1.3.3r2.so
#3  0x280c6e59 in find_symdef () from /usr/libexec/ld-elf.so.1
#4  0x28171f94 in exit () from /usr/lib/libc.so.4
#5  0x80781bc in clean_parent_exit ()
#6  0x807b529 in main ()
#7  0x804f905 in _start ()
(gdb)  


I have updated my bug report to include this...

Now I wish I knew how to read the darn thing?

Regards,
Shannon

http://www.battcave.com/


> -----Original Message-----
> From: Shannon Werb [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, June 30, 2004 8:34 PM
> To: 'Curt Zirzow'
> Cc: '[EMAIL PROTECTED]'
> Subject: RE: [PHP] Problem with pspell module
> 
> Curt, how do I do this?
> I have the httpd.core that apache produced, how should I send it in?
> 
> Regards,
> Shannon 
> 
> > -----Original Message-----
> > From: Curt Zirzow [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, June 30, 2004 8:10 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [PHP] Problem with pspell module
> > 
> > * Thus wrote Shannon Werb:
> > > Hi all, I filed a PHP bug related to others I found online, but 
> > > thought I would throw it by the list also...
> > > You can find the bug at:
> > > http://bugs.php.net/bug.php?id=28967
> >  
> > You're going to need to get some sort of backtrace, either from the 
> > core dump or ran interactivly.
> > 
> > 
> > Curt
> > --
> > First, let me assure you that this is not one of those 
> shady pyramid 
> > schemes you've been hearing about.  No, sir.  Our model is the 
> > trapezoid!
> > 
> > --
> > PHP General Mailing List (http://www.php.net/) To 
> unsubscribe, visit: 
> > http://www.php.net/unsub.php
> > 
> > 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to