Recently linuxsampler segfaults
( may this be related to new lv2 release ?? )
Any suggestions ?
Starting program: /usr/bin/linuxsampler
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
LinuxSampler 1.0.0.svn18
Copyright (C) 2003,2004 by Benno Senoner and Christian Schoenebeck
Copyright (C) 2005-2012 Christian Schoenebeck
Detected features: MMX SSE SSE2
Automatic Stacktrace: Off
Creating Sampler...OK
Registered sampler engines: 'GIG','SF2','SFZ'
Registered MIDI input drivers: ALSA,JACK
Registered audio output drivers: ALSA,JACK
Loading instrument editor plugins...OK
Registered instrument editors: 'gigedit'
Registered internal effect systems: LADSPA
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
#4 0x00007ffff7adeb01 in
LinuxSampler::DynamicLibrariesSearch(std::string, std::string, void
(*)(std::string, void*, void*, void*), void*) () from
/usr/lib/linuxsampler/liblinuxsampler.so.3
#5 0x00007ffff7adbeff in
LinuxSampler::LadspaEffect::AvailableEffects() () from
/usr/lib/linuxsampler/liblinuxsampler.so.3
#6 0x00007ffff7ad4a74 in LinuxSampler::(anonymous
namespace)::EffectInfos::Update() () from
/usr/lib/linuxsampler/liblinuxsampler.so.3
#7 0x00007ffff7ad4adb in LinuxSampler::(anonymous
namespace)::EffectInfos::Count() () from
/usr/lib/linuxsampler/liblinuxsampler.so.3
#8 0x00007ffff7ad4bb0 in
LinuxSampler::EffectFactory::AvailableEffectsCount() () from
/usr/lib/linuxsampler/liblinuxsampler.so.3
#9 0x000000000040330d in main ()
|