GNOME Bugzilla – Bug 353960
rhythmbox crashes (aborts) when last.fm support enabled
Last modified: 2006-12-04 21:19:38 UTC
Steps to reproduce: 1. Enable last.fm support in Plugins 2. Try playing any mp3 track 3. Stack trace: This is the error before crash RhythmDB-ERROR **: file rhythmdb.c: line 3951 (rhythmdb_entry_get_string): should not be reached aborting... (gdb) where
+ Trace 71408
Other information: If i disable last.fm support, playing anything in my mp3 collection or playlists works just fine.
Created attachment 72074 [details] Better formatted stack Seems bugzilla snips lines indiscremenantly so here's a better stack
You need to do a full rebuild of rhythmbox and make sure you don't have any old plugin binaries in $prefix/lib/rhythmbox/plugins. This is caused by a plugin ABI break I accidentally introduced a while back. At this point, reverting the change that introduced it would only cause the same amount of pain again.
100% right on. I 'rm -rf /usr/lib/rhythmbox/plugins' and a 'make install' again and all is working as expected. !! Aren't the plugins versioned so rb doesn't load older plugins ? Thanks again
*** Bug 358767 has been marked as a duplicate of this bug. ***
*** Bug 359103 has been marked as a duplicate of this bug. ***
*** Bug 359628 has been marked as a duplicate of this bug. ***
*** Bug 382287 has been marked as a duplicate of this bug. ***