[Rhythmbox-devel] Queue crashes in rhythmbox-merge



Hi

I'm running the rhythmbox--merge--0.9 repository and everything worked
great until recently when rhythmbox crashes when playing a song in the
queue with this error:

> gsm gunnzi:~/tla/rhythmbox--merge--0.9--patch-53$ rhythmbox
> 
> Rhythmbox-ERROR **: file rb-sourcelist.c: line 380 
> (rb_sourcelist_set_playing_source): assertion failed: 
> (rb_sourcelist_source_to_iter (sourcelist, source,  &iter))
> aborting...

The line that causes this is:
> g_assert (rb_sourcelist_source_to_iter (sourcelist, source, &iter));
in function rb_sourcelist_set_playing_source

When I cut out the g_assert-part I can successfully play a track in the
queue (although with some Gtk-Critical warnings) but when the queue
finishes rhythmbox crashes with this error:
> gsm gunnzi:~/tla/rhythmbox--merge--0.9--patch-53$ rhythmbox
> 
> (rhythmbox:32359): Gtk-CRITICAL **: gtk_list_store_set_valist:
> assertion `VALID_ITER (iter, list_store)' failed
>
> Rhythmbox-ERROR **: file rb-sourcelist.c: line 374 
> (rb_sourcelist_set_playing_source): assertion failed: 
> (rb_sourcelist_source_to_iter (sourcelist, 
> sourcelist->priv->playing_source, &iter))
> aborting...

The line that causes this is:
> g_assert (rb_sourcelist_source_to_iter (sourcelist,
> sourcelist->priv->playing_source,&iter));

When I cut the assertation out the program works perfectly.

I'm running Ubuntu Hoary.

Regards,
Gunnar Steinn Magnússon

ps. Sorry if this should be placed in bugzilla I just wasn't sure since
this was this special repository.



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