root@localhost gogeta # gdb amuled
GNU gdb 6.3
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 "i686-pc-linux-gnu"...(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) run
Starting program: /usr/bin/amuled
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 24950)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 24950)]
0xb7803dbd in malloc () from /usr/lib/libdmalloc.so
(gdb) bt
#0 0xb7803dbd in malloc () from /usr/lib/libdmalloc.so
#1 0xb7add073 in wxStrdupW () from /usr/lib/libwx_gtk2ud-2.6.so.0
#2 0x00000078 in ?? ()
#3 0xb7ff6250 in _dl_rtld_di_serinfo () from /lib/ld-linux.so.2
#4 0xb7aa5372 in wxListBase::Append () from /usr/lib/libwx_gtk2ud-2.6.so.0
#5 0xb7a96536 in wxHashTable::Put () from /usr/lib/libwx_gtk2ud-2.6.so.0
#6 0xb7ab5189 in wxClassInfo::Register () from /usr/lib/libwx_gtk2ud-2.6.so.0
#7 0xb7dc6766 in wxCreateSoundBackendSDL () from /usr/lib/libwx_gtk2ud-2.6.so.0
#8 0xb7dc691d in wxCreateSoundBackendSDL () from /usr/lib/libwx_gtk2ud-2.6.so.0
#9 0xb7dd4b75 in regfree () from /usr/lib/libwx_gtk2ud-2.6.so.0
#10 0xb8000fb4 in ?? () from /lib/ld-linux.so.2
#11 0xb7fc5298 in ?? ()
#12 0xbfffef64 in ?? ()
#13 0xb7a33a35 in _init () from /usr/lib/libwx_gtk2ud-2.6.so.0
#14 0xb7a33a35 in _init () from /usr/lib/libwx_gtk2ud-2.6.so.0
#15 0xb7ff6726 in _dl_rtld_di_serinfo () from /lib/ld-linux.so.2
#16 0xb7ff6802 in _dl_rtld_di_serinfo () from /lib/ld-linux.so.2
#17 0xb7feb805 in ?? () from /lib/ld-linux.so.2
(gdb) q
The program is running. Exit anyway? (y or n) y