Paul Brossier <[EMAIL PROTECTED]> writes: > here we go > > $ gdb `which jackd` core* > GNU gdb 6.1-debian
> Reading symbols from /usr/lib/libjack-0.80.0.so.0...(no debugging symbols > found)...done. Hmm. Looks like the Debian binaries are stripped. Drat! > (no debugging symbols found)...(gdb) thread apply all bt > Thread 1 (process 26269): > #0 0x4008ad4c in pthread_cancel () from /lib/tls/libpthread.so.0 > #1 0x0804c30f in ?? () > #2 0x00000000 in ?? () > #3 0x00000000 in ?? () > #4 0x0000001a in ?? () Hard to tell without symbols, but this looks a bit like a problem I've seen when running 2.6 without LD_ASSUME_KERNEL set. Are you using that environment variable? If not, please try setting `export LD_ASSUME_KERNEL=2.4.19' in the environment of jackd and all its clients. (It may be easiest to just set it once in your ~/.profile, then log in again.) Let me know if that eliminates your segfault. -- joq

