From: Pete S. <pst...@gm...> - 2008-05-14 04:38:25
|
DM = D.B. Moore DM> Yep, no problem.... the back trace without vkeybd DM> running but with jack/fluidsynth/qsynth running DM> and ready to go (complete session); <Snip> > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 140090596853472 (LWP 3341)] > snd_seq_port_subscribe_set_sender (info=0x7fff6a45d310, addr=0x0) at seq.c:2432 > 2432 memcpy(&info->sender, addr, sizeof(*addr)); > Current language: auto; currently c > > (gdb) bt > #0 snd_seq_port_subscribe_set_sender (info=0x7fff6a45d310, addr=0x0) > at seq.c:2432 > #1 0x0000000000426a59 in tAlsaPlayer::subscribe_inp (this=0xb68020, inp=0) > at ../../jazz/src/AlsaPlayer.cpp:219 My current guess is an invalid input or output device index. Could you update you source tree, rebuild, run again and let me know how it goes? Thanks, Pete |