|
From: Vladimir S. <ha...@gm...> - 2005-01-01 20:46:54
|
Garett, > 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. sounds good. i'll be on irc.freenode.org #linuxsampler we can discuss this in detail. if you have time and desire, i'd be glad to hook you up with everything especially since you are already sharp with gdb. then in addition to your great testing and bugreports you'll be fixing bugs, adding features in no time! > I tried the lastest cvs ls and have not seen a disk stream error yet > with > 2 channels. Right on! good. > 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. it might be an indication that your system doesn't have much free ram. One of the major differences between LS root vs non-root is memory can't be locked if it's not root. so it's probably getting swapped out and then there will definitely be issues. you can test that theory by doing swapoff -a and running non-root. I do that sometimes when i'm debugging a hang and i don't want LS to hang the whole system hard :) Regards, Vladimir. |