fluidsynth-1.1.5 (Was Re: fluidsynth segfaults when loading the config file)

2012-01-18 Thread David Coppa
On Wed, Jan 18, 2012 at 9:11 PM, Jan Stary wrote: > This diff > - fixes the glib runtime warnings, > - fixes the glib segfault o start, > - fixes the immediate segfault when reading router_* commands >        in a config file (i.e., fixes my original problem). > > Thanks! > > Anyway, it introduce

Re: fluidsynth segfaults when loading the config file

2012-01-18 Thread Jan Stary
On Jan 18 10:05:40, David Coppa wrote: > On Wed, Jan 18, 2012 at 9:21 AM, Jan Stary wrote: > > On Jan 18 08:50:22, David Coppa wrote: > >> On Mon, Jan 16, 2012 at 10:49 AM, David Coppa wrote: > >> > On Mon, 16 Jan 2012, David Coppa wrote: > >> > > >> >> On Sat, 14 Jan 2012, Jan Stary wrote: > >>

Re: fluidsynth segfaults when loading the config file

2012-01-18 Thread Jan Stary
On Jan 18 08:50:22, David Coppa wrote: > On Mon, Jan 16, 2012 at 10:49 AM, David Coppa wrote: > > On Mon, 16 Jan 2012, David Coppa wrote: > > > >> On Sat, 14 Jan 2012, Jan Stary wrote: > >> > >> > I a using FluidSynth 1.0.9 on OpenBSD 5.0. Things generally work, > >> > except that _some_ content o

fluidsynth segfaults when loading the config file

2012-01-14 Thread Jan Stary
I a using FluidSynth 1.0.9 on OpenBSD 5.0. Things generally work, except that _some_ content of my config file makes FluidSynth segfault upon reading it. It seems that this is caused by any router_* command. For example, a config file containing just 'router_default' makes FluidSynth segfault. Ea