GNOME Bugzilla – Bug 576238
crash in Rhythmbox Music Player: Closing while playing an...
Last modified: 2009-05-24 07:52:12 UTC
Version: 0.12.0 What were you doing when the application crashed? Closing while playing an internet radio Summary says it all. Distribution: Gentoo Base System release 2.0.0 Gnome Release: 2.24.3 2009-01-20 (Gentoo) BugBuddy Version: 2.24.2 System: Linux 2.6.24-gentoo-r8-mactel #4 SMP Mon Feb 2 00:34:06 CET 2009 x86_64 X Vendor: The X.Org Foundation X Vendor Release: 10503000 Selinux: No Accessibility: Disabled GTK+ Theme: Glossy Icon Theme: gnome Memory status: size: 746065920 vsize: 746065920 resident: 72851456 share: 26259456 rss: 72851456 rss_rlim: 18446744073709551615 CPU usage: start_time: 1237670583 rtime: 1276 utime: 1145 stime: 131 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/rhythmbox' [Thread debugging using libthread_db enabled] [New Thread 0x2ad62e3573e0 (LWP 8313)] [New Thread 0x2ad6480c7950 (LWP 4938)] [New Thread 0x2ad6478c6950 (LWP 4937)] [New Thread 0x2ad644e61950 (LWP 4936)] [New Thread 0x2ad641f5f950 (LWP 8393)] 0x00002ad61fda255f in __libc_waitpid (pid=5353, stat_loc=0x7fff8bcaaa90, options=0) at ../sysdeps/unix/sysv/linux/waitpid.c:41 in ../sysdeps/unix/sysv/linux/waitpid.c
+ Trace 213699
Thread 1 (Thread 0x2ad62e3573e0 (LWP 8313))
----------- .xsession-errors (57 sec old) --------------------- ** Message: Error: Un greffon Source protocole MMS (Microsoft Media Server) est requis pour lire ce flux, mais il n'est pas installé. gstplaybasebin.c(1673): gen_source_element (): /GstPlayBin:play: No URI handler for mms ** Message: Missing plugin: gstreamer|0.10|totem-plugin-viewer|Source protocole MMS (Microsoft Media Server)|urisource-mms (Source protocole MMS (Microsoft Media Server)) ** Message: Automatic missing codec installation not supported (helper script missing) TotemEmbedded-Message: Viewer state: STOPPED TotemEmbedded-Message: totem_embedded_set_error: 'La lecture de ce film exige un greffon Source protocole MMS (Microsoft Media Server) qui n'est pas installé.' TotemEmbedded-Message: totem_embedded_set_error_logo called by browser plugin ** Message: ~totemPlugin [0x278cbe0] ** Message: ~totemGMPPlayer [0x4d8ca10] ** Message: NP_Shutdown Avertissement du gestionnaire de fenêtres : Attempt to perform window operation 26 on window none when operation 26 on none already in effect Avertissement du gestionnaire de fenêtres : Attempt to perform window operation 26 on window none when operation 26 on none already in effect Avertissement du gestionnaire de fenêtres : Attempt to perform window operation 26 on window none when operation 26 on none already in effect --------------------------------------------------
*** Bug 576300 has been marked as a duplicate of this bug. ***
*** Bug 576307 has been marked as a duplicate of this bug. ***
The only potential problem I can see with the mutex causing the assertion failure here is that in one code path it would be locked once and unlocked twice. So I've fixed that, which should fix the crash.. 2009-03-23 Jonathan Matthew <jonathan@d14n.org> * rhythmdb/rhythmdb.c: (process_added_entries_cb), (rhythmdb_add_uri_with_types): Fix a double-unlock of the stat mutex, add comments explaining the slight weirdness in the way it's unlocked. Probably fixes #576238.
*** Bug 578452 has been marked as a duplicate of this bug. ***
*** Bug 579568 has been marked as a duplicate of this bug. ***
*** Bug 579906 has been marked as a duplicate of this bug. ***
*** Bug 582990 has been marked as a duplicate of this bug. ***