Re: [Synthforge-list] crash when loading fm_osc_1415.so
Status: Alpha
Brought to you by:
dachaplin
|
From: Damon C. <da...@ka...> - 2009-07-25 09:25:38
|
On Fri, 2009-07-24 at 23:25 -0400, Paul Coccoli wrote:
> Bug report attached. Let me know if I should rebuild with different
> configure options.
>
> $ rpm -qf /usr/lib/ladspa/fm_osc_1415.so
> ladspa-swh-plugins-0.4.15-15.fc10.i386
>
> I could look at it in gdb if necessary (and if I can remember how to
> disable that bug buddy thing).
This looks like the crash:
#7 <signal handler called>
No symbol table info available.
#8 0x00185e45 in ?? () from /usr/lib/ladspa/fm_osc_1415.so
No symbol table info available.
#9 0x008c2c3b in sfo_real_time_engine_run (engine=0xa058800,
sample_count=128)
at sfo-real-time-engine.c:259
So it does seem to crash in the fm_osc_1415 code. Though you don't have
debugging symbols installed so we can't see exactly where it crashed.
I've just tried it again here and it still won't crash.
If you really want to track it down you could remove the
ladspa-swh-plugins package and build it from the source code, with
debugging symbols. But you'd need to know what you're doing.
Damon
|