gdb
Aleksey 29.03.2006 11:14
# gdb /usr/local/www/data/site01/cgi-bin/parser3 /usr/local/www/data/site01/cgi-bin/parser3.core
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 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-marcel-freebsd"...
Core was generated by `parser3'.
Program terminated with signal 12, Bad system call.
Reading symbols from /usr/local/lib/libgc.so.1...done.
Loaded symbols for /usr/local/lib/libgc.so.1
Reading symbols from /lib/libcrypt.so.2...done.
Loaded symbols for /lib/libcrypt.so.2
Reading symbols from /lib/libm.so.3...done.
Loaded symbols for /lib/libm.so.3
Reading symbols from /lib/libc.so.5...done.
Loaded symbols for /lib/libc.so.5
Reading symbols from /usr/lib/libpthread.so.1...done.
Loaded symbols for /usr/lib/libpthread.so.1
Reading symbols from /libexec/ld-elf.so.1...done.
Loaded symbols for /libexec/ld-elf.so.1
#0 0x2819e99b in ksem_init () from /lib/libc.so.5
(gdb) bt
#0 0x2819e99b in ksem_init () from /lib/libc.so.5
#1 0x2819483d in sem_init () from /lib/libc.so.5
#2 0x281128df in GC_stop_init () from /usr/local/lib/libgc.so.1
#3 0x28111b42 in GC_thr_init () from /usr/local/lib/libgc.so.1
#4 0x2810dfeb in GC_init_inner () from /usr/local/lib/libgc.so.1
#5 0x2810a108 in GC_generic_malloc_inner () from /usr/local/lib/libgc.so.1
#6 0x2810a268 in GC_generic_malloc () from /usr/local/lib/libgc.so.1
#7 0x2810a4ab in GC_malloc () from /usr/local/lib/libgc.so.1
#8 0x08097543 in global constructors keyed to hashfile_class () at pa_memory.h:29
#9 0x080c1a0e in __do_global_ctors_aux ()
#10 0x08049e6e in _init ()
#11 0x0804a8ba in _start ()
#12 0x00000001 in ?? ()