gdb glob2 GNU gdb 6.6-debian Copyright (C) 2006 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 "i486-linux-gnu"... Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (gdb) run Starting program: /usr/local/bin/glob2 [Thread debugging using libthread_db enabled] [New Thread -1216857280 (LWP 13800)] [New Thread -1216959600 (LWP 13841)] [New Thread -1229046896 (LWP 13842)] [New Thread -1237439600 (LWP 13853)] [New Thread -1250321520 (LWP 13969)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1250321520 (LWP 13969)] 0x4837e331 in ?? () (gdb) thread apply all bt Thread 5 (Thread -1250321520 (LWP 13969)): #0 0x4837e331 in ?? () #1 0x082fbae9 in Race::defaultRace () #2 0x00000090 in ?? () #3 0x00000000 in ?? () Thread 4 (Thread -1237439600 (LWP 13853)): #0 0xffffe410 in __kernel_vsyscall () #1 0xb7b50e96 in nanosleep () from /lib/tls/i686/cmov/libc.so.6 #2 0xb7de2018 in SDL_Delay () from /usr/lib/libSDL-1.2.so.0 #3 0x082147ff in record (pointer=0x8332fe8) at src/VoiceRecorder.cpp:78 #4 0xb7d93d2b in ?? () from /usr/lib/libSDL-1.2.so.0 #5 0x08332fe8 in ?? () #6 0x082147cc in ?? () at libgag/src/TrueTypeFont.cpp:46 #7 0x086b1270 in ?? () #8 0xb7de9820 in ?? () from /usr/lib/libSDL-1.2.so.0 ---Type to continue, or q to quit--- #9 0x00000000 in ?? () Thread 3 (Thread -1229046896 (LWP 13842)): #0 0xffffe410 in __kernel_vsyscall () #1 0xb7b898b9 in ioctl () from /lib/tls/i686/cmov/libc.so.6 #2 0xb791d1d0 in ?? () from /usr/lib/libasound.so.2 #3 0x00000008 in ?? () #4 0xb790d335 in snd_pcm_writei () from /usr/lib/libasound.so.2 #5 0xb7dbc276 in _ConvertX86p32_8RGB332 () from /usr/lib/libSDL-1.2.so.0 #6 0x08607db0 in ?? () #7 0x00004000 in ?? () #8 0xb7b9e526 in pthread_mutex_unlock () from /lib/tls/i686/cmov/libc.so.6 #9 0xb7d8b478 in ?? () from /usr/lib/libSDL-1.2.so.0 #10 0x0845a658 in ?? () #11 0x08607db0 in ?? () #12 0x00010000 in ?? () #13 0x00000001 in ?? () ---Type to continue, or q to quit--- #14 0xb79a4832 in sem_post@GLIBC_2.0 () from /lib/tls/i686/cmov/libpthread.so.0 #15 0x00010000 in ?? () #16 0x083906e0 in ?? () #17 0x081f138e in ?? () at libgag/src/TrueTypeFont.cpp:46 #18 0x00000000 in ?? () Thread 2 (Thread -1216959600 (LWP 13841)): #0 0xffffe410 in __kernel_vsyscall () #1 0xb7b50e96 in nanosleep () from /lib/tls/i686/cmov/libc.so.6 #2 0xb7de2018 in SDL_Delay () from /usr/lib/libSDL-1.2.so.0 #3 0xb7de2061 in ?? () from /usr/lib/libSDL-1.2.so.0 #4 0x00000001 in ?? () #5 0x0834b220 in ?? () #6 0xb7de203a in ?? () from /usr/lib/libSDL-1.2.so.0 #7 0xb7de9820 in ?? () from /usr/lib/libSDL-1.2.so.0 #8 0x08336218 in ?? () #9 0xb776a3b8 in ?? () ---Type to continue, or q to quit--- #10 0xb7d93d2b in ?? () from /usr/lib/libSDL-1.2.so.0 #11 0x00000000 in ?? () Thread 1 (Thread -1216857280 (LWP 13800)): #0 0xffffe410 in __kernel_vsyscall () #1 0xb79a2676 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0 #2 0xb7b9e31d in pthread_cond_wait () from /lib/tls/i686/cmov/libc.so.6 #3 0xb7d30324 in boost::detail::condition_impl::do_wait () from /usr/lib/libboost_thread-gcc-mt-1_33_1.so.1.33.1 #4 0xb7d33091 in boost::thread::thread () from /usr/lib/libboost_thread-gcc-mt-1_33_1.so.1.33.1 #5 0x081ce9f1 in OverlayArea::computeFertility (this=0xbfbeb804, game=@0xbfbdca9c, localteam=0) at src/OverlayAreas.cpp:123 #6 0x08101b86 in GameGUI::step (this=0xbfbdca84) at src/GameGUI.cpp:482 #7 0x080d3ef4 in Engine::run (this=0xbfbdca84) at src/Engine.cpp:247 #8 0x081127d6 in Glob2::run (this=0xbfc07ae3, argc=1, argv=0xbfc07b84) at src/Glob2.cpp:378 #9 0x08113013 in main (argc=Cannot access memory at address 0x0 ) at src/Glob2.cpp:502 #0 0x4837e331 in ?? () (gdb) quit The program is running. Exit anyway? (y or n) y