Noel David Torres Taño <env...@rolamasao.org> writes: > After closing window, process still runs and backtrace is as follows: > > (gdb) bt > #0 0x00007ffff578cbe5 in pthread_join () from /lib/libpthread.so.0 > #1 0x00007ffff770fc8e in SDL_WaitThread () from /usr/lib/libSDL-1.2.so.0 > #2 0x00007ffff770789a in SDL_AudioQuit () from /usr/lib/libSDL-1.2.so.0 > #3 0x00007ffff7706dd5 in SDL_QuitSubSystem () from /usr/lib/libSDL-1.2.so.0 > #4 0x00007ffff7706e5e in SDL_Quit () from /usr/lib/libSDL-1.2.so.0 > #5 0x00007ffff69c95e2 in ?? () from /lib/libc.so.6 > #6 0x00007ffff69c9635 in exit () from /lib/libc.so.6 > #7 0x00007ffff69b1c54 in __libc_start_main () from /lib/libc.so.6 > #8 0x0000000000403869 in _start ()
Looks like SDL is using threads for audio and something does not work right there. Could you include a stack trace for all threads? In gdb, `thread apply all bt' should do it. Regards, Ansgar -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org