om-synth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Om-synth] om-gtk crashing


From: Dave Robillard
Subject: Re: [Om-synth] om-gtk crashing
Date: Tue, 02 May 2006 16:00:16 -0400

On Tue, 2006-05-02 at 15:15 +0200, Dragan Noveski wrote:
> hi to the list,
> as promissed, here my first report using om.synth.
> 
> sometimes, loading plugins om-gtk crashes, here the output:
> 
> [NodeFactory] DSSI_PATH is empty.  Assuming 
> /usr/lib/dssi:/usr/local/lib/dssi:~/.dssi
> [NodeFactory] LADSPA_PATH is empty.  Assuming 
> /usr/lib/ladspa:/usr/local/lib/ladspa:~/.ladspa

Those are messages that come from the engine, and neither is fatal (the
worst that can happen is your plugins won't be found).

> i dont know if this can help to make the appi more stable, but i hope.

If you can reproduce the problem, just mail (or file on savannah)
instructions how to make it crash and I can fix it.  Otherwise, it would
help if you can build with debugging, and run om_gtk in gdb, like this:

Build Om with debugging:

cd /the/path/where/om/source/is
./configure --enable-debug [whatever other options you want]
make

Run om_gtk in gdb:
cd src/clients/gtk
gdb ./om_gtk

Inside gdb:
(gdb) run
[now make om_gtk crash]
(gdb) bt

Paste the output of the 'bt' to the mailing list (or file it on Savannah
as a bug)

(gdb) quit     [to escape GDB]

If I messed up the instructions, someone on IRC (freenode) in #lad or
#om can help.

Thanks for the help,

-DR-






reply via email to

[Prev in Thread] Current Thread [Next in Thread]