GNU gdb 6.7.1-debian Copyright (C) 2007 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu"... (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (gdb) handle SIG33 pass nostop noprint Signal Stop Print Pass to program Description SIG33 No No Yes Real-time event 33 (gdb) set pagination 0 (gdb) run Starting program: /home/mm/.glest/glest (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) warning: Lowest section in /usr/lib/libicudata.so.38 is .hash at 0000000000000120 (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [New Thread 0x7f192b544700 (LWP 8945)] (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) void Shared::Platform::Window::setStyle(Shared::Platform::WindowStyle) not implemented. [New Thread 0x419bc950 (LWP 8948)] (no debugging symbols found) (no debugging symbols found) [New Thread 0x41138950 (LWP 8949)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7f192b544700 (LWP 8945)] 0x00007f191b9a448b in ?? () (gdb) backtrace full #0 0x00007f191b9a448b in ?? () No symbol table info available. #1 0x0000000000000000 in ?? () No symbol table info available. (gdb) info registers rax 0x0 0 rbx 0xff64b8 16737464 rcx 0xff64b8 16737464 rdx 0x1072800 17246208 rsi 0x8 8 rdi 0x1023c80 16923776 rbp 0x1072800 0x1072800 rsp 0x7fff336f8158 0x7fff336f8158 r8 0x1 1 r9 0x18 24 r10 0x0 0 r11 0x7f191b9a4480 139745814004864 r12 0xff64b8 16737464 r13 0xff64d0 16737488 r14 0x1 1 r15 0x1072800 17246208 rip 0x7f191b9a448b 0x7f191b9a448b eflags 0x10212 [ AF IF RF ] cs 0x33 51 ss 0x2b 43 ds 0x0 0 es 0x0 0 fs 0x0 0 gs 0x0 0 fctrl 0x37f 895 fstat 0x20 32 ftag 0xffff 65535 fiseg 0x0 0 fioff 0x0 0 foseg 0x0 0 fooff 0x0 0 fop 0x0 0 mxcsr 0x1fa0 [ PE IM DM ZM OM UM PM ] (gdb) thread apply all backtrace Thread 3 (Thread 0x41138950 (LWP 8949)): #0 0x00007f19294c5cc6 in poll () from /lib/libc.so.6 #1 0x00007f1928e66472 in snd_pcm_wait_nocheck () from /usr/lib/libasound.so.2 #2 0x00007f1928e6839c in snd_pcm_write_areas () from /usr/lib/libasound.so.2 #3 0x00007f1928e70eb1 in snd_pcm_mmap_writei () from /usr/lib/libasound.so.2 #4 0x00007f1929c9fe0b in ?? () from /usr/lib/libopenal.so.0 #5 0x00007f1929c813a8 in ?? () from /usr/lib/libopenal.so.0 #6 0x00007f1929c8902b in ?? () from /usr/lib/libopenal.so.0 #7 0x00007f192a4fe3f7 in start_thread () from /lib/libpthread.so.0 #8 0x00007f19294ceb7d in clone () from /lib/libc.so.6 #9 0x0000000000000000 in ?? () Thread 2 (Thread 0x419bc950 (LWP 8948)): #0 0x00007f192a505e81 in nanosleep () from /lib/libpthread.so.0 #1 0x00007f192b29afe4 in SDL_Delay () from /usr/lib/libSDL-1.2.so.0 #2 0x00007f192b29b01e in ?? () from /usr/lib/libSDL-1.2.so.0 #3 0x00007f192b255877 in ?? () from /usr/lib/libSDL-1.2.so.0 #4 0x00007f192b298af9 in ?? () from /usr/lib/libSDL-1.2.so.0 #5 0x00007f192a4fe3f7 in start_thread () from /lib/libpthread.so.0 #6 0x00007f19294ceb7d in clone () from /lib/libc.so.6 #7 0x0000000000000000 in ?? () Thread 1 (Thread 0x7f192b544700 (LWP 8945)): #0 0x00007f191b9a448b in ?? () #1 0x0000000000000000 in ?? () (gdb) quit The program is running. Exit anyway? (y or n) Not confirmed. (gdb) continue Continuing. [Thread 0x419bc950 (LWP 8948) exited] Program received signal SIGSEGV, Segmentation fault. 0x00007f191b9a448b in ?? () (gdb) quit The program is running. Exit anyway? (y or n) Not confirmed. (gdb) continue Continuing. Program terminated with signal SIGSEGV, Segmentation fault. The program no longer exists. (gdb) quit