GNOME Bugzilla – Bug 382287
Crash on clicking play with last.fm plugin activated
Last modified: 2006-12-05 16:25:16 UTC
This bug was reported to the Debian BTS. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=399014 The user experiences crashes with Rhythmbox when the last.fm plugin is activated and play is clicked. "When I start rhythmbox on the command line, it starts up and reads my music library. If I click on play for a song (ogg format) or double click the song, the song keeps playing but a dialog box comes up with an "unexpectedly quit" message. I can play streaming radio. (Not sure about CDs, as my CD player is broken) I think it might be related to dbus. I've had a lot of prolems with different versions on dbus and dependencies lately. These are the messages I am getting on the comand line. (rhythmbox:11148): Rhythmbox-WARNING **: Unable to start mDNS browsing: MDNS service is not running RhythmDB-ERROR **: file rhythmdb.c: line 3989 (rhythmdb_entry_get_string): should not be reached aborting..." No stack. Starting program: /usr/bin/rhythmbox [Thread debugging using libthread_db enabled] [New Thread -1495992640 (LWP 11160)] [New Thread -1504711760 (LWP 11164)] [New Thread -1506628688 (LWP 11165)] [Thread -1506628688 (LWP 11165) exited] [New Thread -1506628688 (LWP 11166)] [Thread -1506628688 (LWP 11166) exited] [New Thread -1506628688 (LWP 11167)] [New Thread -1522533456 (LWP 11168)] [New Thread -1530926160 (LWP 11169)] [New Thread -1539318864 (LWP 11170)] [New Thread -1547711568 (LWP 11171)] [Thread -1506628688 (LWP 11167) exited] [Thread -1522533456 (LWP 11168) exited] [Thread -1530926160 (LWP 11169) exited] [New Thread -1530926160 (LWP 11173)] [New Thread -1522533456 (LWP 11174)] [New Thread -1506628688 (LWP 11175)] [New Thread -1556104272 (LWP 11176)] [New Thread -1564496976 (LWP 11177)] [New Thread -1572889680 (LWP 11178)] [New Thread -1581282384 (LWP 11179)] [New Thread -1589675088 (LWP 11180)] [New Thread -1598067792 (LWP 11181)] [New Thread -1606460496 (LWP 11182)] [New Thread -1614853200 (LWP 11183)] [Thread -1589675088 (LWP 11180) exited] [Thread -1522533456 (LWP 11174) exited] [Thread -1547711568 (LWP 11171) exited] [Thread -1530926160 (LWP 11173) exited] [Thread -1506628688 (LWP 11175) exited] [Thread -1556104272 (LWP 11176) exited] [Thread -1564496976 (LWP 11177) exited] [Thread -1572889680 (LWP 11178) exited] [Thread -1581282384 (LWP 11179) exited] [Thread -1598067792 (LWP 11181) exited] [Thread -1606460496 (LWP 11182) exited] [Thread -1614853200 (LWP 11183) exited] [New Thread -1556104272 (LWP 11184)] Program received signal SIGABRT, Aborted.
+ Trace 91550
Thread NaN (LWP 11160)
(In reply to comment #0) > #6 0x080cd7d6 in rhythmdb_entry_get_string (entry=0xa58d5e00, > propid=RHYTHMDB_PROP_HIDDEN) at rhythmdb.c:3989 > #7 0xa631cdda in rb_audioscrobbler_new () from > /usr/lib/rhythmbox/plugins/libaudioscrobbler.so The user has a last.fm plugin binary from 0.9.5 or earlier in /usr/lib/rhythmbox/plugins/ - this needs to be removed. The 0.9.6+ plugin installs to /usr/lib/rhythmbox/plugins/audioscrobbler/. *** This bug has been marked as a duplicate of 353960 ***
That was indeed the problem, thanks for the help!