Mel wrote:
You can, if you see this:
(gdb) bt
#0 0x28e4fe5c in ?? ()
#1 0x2855bb83 in pthread_mutex_destroy () from /lib/libc.so.6
====> #2 0x285e74fd in __tcf_1 () from /usr/local/lib/libaspell.so.16
#3 0x2855a97a in __cxa_finalize () from /lib/libc.so.6
====> #4 0x285e6e4a in __do_global_dtors_aux ()
from /usr/local/lib/libaspell.so.16
#5 0x2867a204 in _fini () from /usr/local/lib/libaspell.so.16
In this case, it was the pspell module. __do_global_dtors_aux is usually the
problem - destroying the globals it created.
Seems I cannot use GDB on this due to :
This GDB was configured as
"i386-marcel-freebsd"..."/usr/local/etc/php/php.core": not in executable
format: File format not recognized
I tried doing a "strings -a" to peek around, but it doesn't tell you much.
Thanks...
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"