Paul Davis <[EMAIL PROTECTED]> writes: >> I'm still getting crash on exit: >> >> (gdb) r >> Starting program: /usr/bin/phasex >> [Thread debugging using libthread_db enabled] >> [New Thread -1220261392 (LWP 9044)] >> [New Thread -1220265040 (LWP 9047)] >> JACK tmpdir identified as [/tmp] >> [New Thread -1229153360 (LWP 9049)] >> [New Thread -1237546064 (LWP 9050)] >> [New Thread -1248474192 (LWP 9051)] >> [New Thread -1256866896 (LWP 9052)] >> Thank you for using PHASEX! >> (C) 1999-2007 William Weston <[EMAIL PROTECTED]> >> Released under the GNU Public License, Ver. 2 >> [Thread -1237546064 (LWP 9050) exited] >> >> Program received signal SIG32, Real-time event 32. > > This is not a crash. If you're debugging JACK applications, it can be > helpful to put this into .gdbinit: > > handle SIG33 nostop noprint pass > handle SIG32 nostop noprint pass
Thanks for tip! after adjsuting gdb signal handling, crash backtrace seems to be: Starting program: /usr/bin/phasex [Thread debugging using libthread_db enabled] [New Thread -1220245008 (LWP 5788)] [New Thread -1220248656 (LWP 5791)] JACK tmpdir identified as [/tmp] [New Thread -1229136976 (LWP 5793)] [New Thread -1237529680 (LWP 5794)] [New Thread -1248457808 (LWP 5795)] [New Thread -1256850512 (LWP 5796)] Thank you for using PHASEX! (C) 1999-2007 William Weston <[EMAIL PROTECTED]> Released under the GNU Public License, Ver. 2 [Thread -1256850512 (zombie) exited] [Thread -1229136976 (zombie) exited] [Thread -1248457808 (zombie) exited] [Thread -1237529680 (LWP 5794) exited] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1220248656 (zombie)] 0x0807afd4 in shutdown () (gdb) bt #0 0x0807afd4 in shutdown () #1 0xb7e52942 in jack_client_close (client=0xa088a48) at client.c:1958 #2 0x080535db in jack_cleanup (arg=0x0) at jack.c:276 #3 0x08053260 in jack_thread (arg=0x0) at jack.c:319 #4 0xb7e3f3dd in start_thread (arg=0xb7447bb0) at pthread_create.c:261 #5 0xb7752c8e in clone () from /lib/libc.so.6 (gdb) The program is running. Exit anyway? (y or n) y -- Nedko Arnaudov <GnuPG KeyID: DE1716B0>
pgpujeyW1BdiE.pgp
Description: PGP signature
_______________________________________________ Linux-audio-dev mailing list [email protected] http://lists.linuxaudio.org/mailman/listinfo.cgi/linux-audio-dev
