Package: soundtracker
Upstream has patch for the problem, maybe it should be reintroduced. > > I can see the crash on my system now, too. The fix is easy: > > --- soundtracker-0.6.7/app/midi-09x.c 2003-05-17 13:33:13.000000000 > +0200 > +++ app/midi-09x.c 2005-05-07 13:29:05.000000000 +0200 > @@ -307,7 +307,6 @@ > > rc = snd_seq_subscribe_port( midi_handle, port_sub); > if (rc < 0) { > - snd_seq_port_subscribe_free(port_sub); > close_handle( midi_handle); > midi_handle = NULL; > g_warning( "error subscribing sequencer port (%s)\n", > snd_strerror(rc)); > > The port has been allocated via alloca on the stack, so it mustn't be > freed explicitly. > > Gruß, > -- > /* michael */