GNOME Bugzilla – Bug 358767
crash in Rhythmbox Music Player: can't play mp3's
Last modified: 2006-10-01 14:00:58 UTC
What were you doing when the application crashed? Trying to play any mp3's in rhythmbox 0.9.6 seems to generate a crash. These same files played fine in 0.9.5 (which was compiled exactly the same way). Command line says: RhythmDB-ERROR **: file rhythmdb.c: line 3989 (rhythmdb_entry_get_string): should not be reached aborting... Distribution: Ubuntu 6.10 (edgy) Gnome Release: 2.16.0 2006-09-04 (Ubuntu) BugBuddy Version: 2.16.0 Memory status: size: 130502656 vsize: 0 resident: 130502656 share: 0 rss: 29388800 rss_rlim: 0 CPU usage: start_time: 1159705402 rtime: 0 utime: 278 stime: 0 cutime:260 cstime: 0 timeout: 18 it_real_value: 0 frequency: 5 Backtrace was generated from '/usr/local/bin/rhythmbox' Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1228892496 (LWP 5031)] [New Thread -1294709856 (LWP 5109)] [New Thread -1311495264 (LWP 5105)] [New Thread -1328280672 (LWP 5104)] [New Thread -1319887968 (LWP 5101)] [New Thread -1261462624 (LWP 5039)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 73909
Thread 1 (Thread -1228892496 (LWP 5031))
This happens when you have old plugin binaries in your $prefix/lib/rhythmbox/plugins/ directory. We (somewhat foolishly) broke the plugin ABI some time after 0.9.5 was released, and then changed the plugin install locations so that if a new version was installed over an existing install, old binaries would remain. *** This bug has been marked as a duplicate of 353960 ***
I removed the $prefix/lib/rhythmbox/plugins/ directory as well as the ~/.gnome2/rhythmbox directory, reinstalled, and I'm still getting this crash. Can you suggest a way to confirm that I'm indeed no longer using the old plugins?
Nevermind, I got it... working now, thanks.