> On Sat, Jun 26, 2004 at 12:42:31PM -0500, Jack O'Quin wrote: > > The question is why that didn't happen in the first place. To answer > > that, we need information about why and how jackd crashed originally.
Paul Brossier <[EMAIL PROTECTED]> writes: > i paste below the output of 'jackd -d alsa'. signal 2 was Ctrl+C. > > $ jackd -d alsa > jackd 0.98.1 ... > **** alsa_pcm: xrun of at least 20.958 msecs > > jack main caught signal 2 > Segmentation fault Can you get a dump of this segfault and send me a stack backtrace? $ ulimit -c unlimited $ jackd -d alsa Ctrl+C (to cancel) segfault $ gdb `which jackd` core* (gdb) thread apply all bt -- joq

