From: Pete S. <pst...@gm...> - 2008-05-13 04:48:29
|
DM = D.B. Moore DM> Just confirming that this type of error; DM> DM> jazz[3247]: segfault at 0 ip 7fa62e0e1b49 sp 7fff379157d0 error 4 in libasound.so.2.0.0[7fa62e04b000+d1000] DM> DM> is actually emitted when jazz cannot seemingly DM> find a valid input device, ie; I didn't have DM> vkeybd running. Previous (elusive) reports of DM> this I posted, were apparently related to me DM> changing things in the qsynth connection panel DM> 'on the fly'....sorry if that created any confusion. DM> DM> I did update my alsalib btw, but such made no DM> difference here. Donald, When you are debugging add --enable-debug to your configure line. After you finish the build, run the code using gdb... gdb jazz Then type "run" when you get a prompt. When the code crashes, generate a back trace using the "bt" command. Full gdb documentation can be found at http://sourceware.org/gdb/current/onlinedocs/gdb_toc.html Reply back with the result of the back trace. It will be a while before I get to it. Maybe not until this weekend. Pete |