~/AmnesiaDemo $ gdb ./Launcher.bin warning: Can not parse XML syscalls information; XML support was disabled at compile time. GNU gdb (Gentoo 7.0.1 p1) 7.0.1 Copyright (C) 2009 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 "i686-pc-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /home/me/AmnesiaDemo/Launcher.bin...(no debugging symbols found)...done. (gdb) run Starting program: /home/me/AmnesiaDemo/Launcher.bin [Thread debugging using libthread_db enabled] [New Thread 0xb5e83b70 (LWP 19378)] [Thread 0xb5e83b70 (LWP 19378) exited] [New Thread 0xb5e83b70 (LWP 19380)] [Thread 0xb5e83b70 (LWP 19380) exited] [New Thread 0xb5e83b70 (LWP 19382)] [Thread 0xb5e83b70 (LWP 19382) exited] UTF-8 Charset not available. Current LANG is fr_FR Charset: ISO-8859-1 Pre-Sort quadro fx geforce fx geforce gt geforce gts geforce gt2s geforce gtx geforce xpress geforce mobile intel(r) series express chipset family graphics media accelerator radeon radeon hd amd mesa Post-Sort mobile intel(r) series express chipset family graphics media accelerator quadro fx geforce fx geforce gt geforce gts geforce gt2s geforce gtx geforce xpress radeon hd geforce radeon amd mesa [New Thread 0xb5e83b70 (LWP 19384)] [New Thread 0xb4703b70 (LWP 19385)] [Thread 0xb4703b70 (LWP 19385) exited] [New Thread 0xb4703b70 (LWP 19387)] [New Thread 0xb3e0ab70 (LWP 19388)] [Thread 0xb3e0ab70 (LWP 19388) exited] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb4703b70 (LWP 19387)] 0xb5f0e9a0 in ?? () (gdb) bt #0 0xb5f0e9a0 in ?? () #1 0xb3eae12e in ?? () from /usr/lib/libasound.so.2 #2 0x085e62a0 in ?? () #3 0x00000390 in ?? () #4 0x00000400 in ?? () #5 0xb3f01ff4 in ?? () from /usr/lib/libasound.so.2 #6 0x0884c9b8 in ?? () #7 0x0884da18 in ?? () #8 0xb47032c8 in ?? () #9 0xb3eae173 in ?? () from /usr/lib/libasound.so.2 #10 0x0884c9b8 in ?? () #11 0xb4703280 in ?? () #12 0x00000001 in ?? () #13 0xb3e8b709 in snd_pcm_avail_update () from /usr/lib/libasound.so.2 #14 0xb3f01ff4 in ?? () from /usr/lib/libasound.so.2 #15 0xb47032ba in ?? () #16 0xb4703280 in ?? () #17 0xb3e8e11a in snd_pcm_poll_descriptors_revents () from /usr/lib/libasound.so.2 #18 0x0884c9b8 in ?? () #19 0xb4703280 in ?? () #20 0x00000001 in ?? () #21 0xb47032ba in ?? () #22 0xb3f01ff4 in ?? () from /usr/lib/libasound.so.2 #23 0x00000001 in ?? () #24 0xb4703280 in ?? () #25 0xb3e936c4 in ?? () from /usr/lib/libasound.so.2 #26 0x0884cb88 in ?? () #27 0xb4703280 in ?? () #28 0x00000001 in ?? () #29 0xb47032ba in ?? () #30 0x085e62a0 in ?? () #31 0xb3e8e246 in snd_pcm_poll_descriptors_count () from /usr/lib/libasound.so.2 #32 0xb3e9360b in ?? () from /usr/lib/libasound.so.2 #33 0x0000000d in ?? () #34 0x00010029 in ?? () #35 0x00000400 in ?? () #36 0x00001f80 in ?? () #37 0x0884da18 in ?? () #38 0xb3e8ecd6 in snd_pcm_state () from /usr/lib/libasound.so.2 #39 0xb3eaacb2 in ?? () from /usr/lib/libasound.so.2 #40 0x0884dd38 in ?? () #41 0xb47032ba in ?? () #42 0x00000001 in ?? () #43 0xb3e8ecf9 in snd_pcm_state () from /usr/lib/libasound.so.2 #44 0x000003a9 in ?? () #45 0x000032d4 in ?? () #46 0xb3f01ff4 in ?? () from /usr/lib/libasound.so.2 #47 0x0884cb88 in ?? () #48 0x08652390 in ?? () #49 0x00000399 in ?? () #50 0xb3e937ba in snd_pcm_wait () from /usr/lib/libasound.so.2 #51 0xb4703328 in ?? () #52 0xb3e8b709 in snd_pcm_avail_update () from /usr/lib/libasound.so.2 #53 0xb3e93767 in snd_pcm_wait () from /usr/lib/libasound.so.2 ---Type to continue, or q to quit--- #54 0xb7c36817 in ?? () from /usr/lib/libopenal.so.1 #55 0x0884cb88 in ?? () #56 0x000003e8 in ?? () #57 0x000003a9 in ?? () #58 0xb4703320 in ?? () #59 0x00000000 in ?? () (gdb) q A debugging session is active. Inferior 1 [process 19375] will be killed. Quit anyway? (y or n) y ~/AmnesiaDemo $