|
From: Garett S. <shu...@co...> - 2005-01-01 19:43:58
|
I do get the No Region defined message quite often when I hit a key that... has not region defined. :) However, I haven't seen a segfault coralated with this. The malformed midi message was created by code similar to the following ev1->data.note.channel=ev2->data.control.value where ev1 is a noteon event and ev2 is a controller (sustain pedal) event. So I think that the channel value might be out of bounds. This code is pretty nonsensical and was written in error. However it did cause ls to segfault. Vlad, I have never tried to gdb over irc. I would be happy to learn how this is done if you think it would help. I'm pretty sharp with gdb and might just be able to get you the info you need myself (although I haven't familiarized myself with the ls code at all). Also, I could just make you a temporary account on my box and you could gdb through ssh. I tried the lastest cvs ls and have not seen a disk stream error yet with > 2 channels. Right on! Also, in regards to running ls as root... I just realized this morning that the voice dropping I had mentioned to the list last week was caused because I had not chmod +s linuxsampler . When I do not run ls as root on my system I get lots of audio artifacts and lots of voice dropping. -Garett Mark Knecht wrote: >I have qsampler set up with three instruments - piano, bass and drums. >Piano and drums are working well. Bass MIDI is muted in Pro Tools. The >instant I turned on the bass MIDI channel the segfault occured: > >10:41:17.396 Save session: "/home/mark/Chick.lscp". >gig::Voice: No Region defined for MIDI key 52 >Triggering new voice failed! >gig::Voice: No Region defined for MIDI key 52 >Triggering new voice failed! >gig::Voice: No Region defined for MIDI key 52 >Triggering new voice failed! >gig::Voice: No Region defined for MIDI key 88 >Triggering new voice failed! >gig::Voice: No Region defined for MIDI key 52 >Triggering new voice failed! >gig::Voice: No Region defined for MIDI key 52 >Triggering new voice failed! >gig::Voice: No Region defined for MIDI key 52 >Triggering new voice failed! >gig::Voice: No Region defined for MIDI key 52 >Triggering new voice failed! >gig::Voice: No Region defined for MIDI key 55 >Triggering new voice failed! >gig::Voice: No Region defined for MIDI key 52 >Triggering new voice failed! >gig::Voice: No Region defined for MIDI key 52 >Triggering new voice failed! >gig::Voice: No Region defined for MIDI key 55 >Triggering new voice failed! >gig::Voice: No Region defined for MIDI key 55 >Triggering new voice failed! >gig::Voice: No Region defined for MIDI key 52 >Triggering new voice failed! >gig::Voice: No Region defined for MIDI key 52 >Triggering new voice failed! >gig::Voice: No Region defined for MIDI key 55 >Triggering new voice failed! >gig::Voice: No Region defined for MIDI key 55 >Triggering new voice failed! > > >>>>FATAL ERROR: Segmentation fault (SIGSEGV) occured! <<< >>>> >>>> >Showing stack trace... >No debugger found >Killing LinuxSampler... >lscp_client_recv: recv: Connection reset by peer >lscp_client_call: send: Broken pipe >lscp_client_call: send: Broken pipe >lscp_client_call: send: Broken pipe >lscp_client_call: send: Broken pipe >lscp_client_call: send: Broken pipe >lscp_client_call: send: Broken pipe >lscp_client_call: send: Broken pipe >lscp_client_call: send: Broken pipe >10:44:09.597 Client disconnecting... >10:44:09.615 Client disconnected. >10:44:09.617 Server was stopped with exit status 0. > >I do not know if the 'No region defined' messages were for the >piano/drum channels or for the bass. > >How can I provide better info? This is a PlanetCCRMA FC2 box. gdb is >not currently installed so I'll look into that. How do I compile >LS/qsampler to give you better info? > >Thanks, >Mark > > >------------------------------------------------------- >The SF.Net email is sponsored by: Beat the post-holiday blues >Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >_______________________________________________ >Linuxsampler-devel mailing list >Lin...@li... >https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel > > |