|
From: Andreas P. <and...@br...> - 2012-04-29 09:27:06
|
On 2012-04-28 21:57, Emanuel Rumpf wrote: > Recently linuxsampler segfaults > ( may this be related to new lv2 release ?? ) > Any suggestions ? > Program received signal SIGSEGV, Segmentation fault. > __strcpy_chk () at ../sysdeps/x86_64/strcpy_chk.S:71 > 71 ../sysdeps/x86_64/strcpy_chk.S: No such file or directory. > (gdb) > (gdb) bt > #0 __strcpy_chk () at ../sysdeps/x86_64/strcpy_chk.S:71 > #1 0x00007fffecad4275 in ?? () from /usr/lib/ladspa/csladspa.so > #2 0x00007fffecad47c5 in ladspa_descriptor () from /usr/lib/ladspa/csladspa.so > #3 0x00007ffff7adbb27 in LinuxSampler::_foundLadspaDll(std::string, > void*, void*, void*) () > from /usr/lib/linuxsampler/liblinuxsampler.so.3 The crash isn't in linuxsampler, but in a ladspa plugin in your /usr/lib/ladspa directory: csladspa.so - I think it is from CSound. Try to remove that file or move it to another place. /Andreas |