GNOME Bugzilla – Bug 369214
crash in Rhythmbox Music Player: Importing MP3 files from...
Last modified: 2018-08-17 13:47:26 UTC
What were you doing when the application crashed? Importing MP3 files from SMB share. Distribution: Fedora Core release 6 (Zod) Gnome Release: 2.16.0 2006-09-04 (Red Hat, Inc) BugBuddy Version: 2.16.0 Memory status: size: 145469440 vsize: 0 resident: 145469440 share: 0 rss: 20598784 rss_rlim: 0 CPU usage: start_time: 1162437871 rtime: 0 utime: 465 stime: 0 cutime:437 cstime: 0 timeout: 28 it_real_value: 0 frequency: 5 Backtrace was generated from '/usr/bin/rhythmbox' (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1208985888 (LWP 4882)] [New Thread -1384281200 (LWP 4925)] [New Thread -1300362352 (LWP 4890)] (no debugging symbols found) 0x006fa402 in __kernel_vsyscall ()
+ Trace 81728
Thread 2 (Thread -1384281200 (LWP 4925))
Thanks for taking the time to report this bug. Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Also please set the "Version" field in the bug, so we know which version you are running against.
I've installed rhythmbox-debuginfo package but haven't been able to cause it to crash yet. As soon as I have the more detailed crash info I'll paste it in here. Version is 0.9.5 on FC6. I can't seem to import & play mp3 files directly from a mounted smb share, Rhythmbox just reports them as import errors "cannot read from resource". Is this correct? I'm sure I could play import and play files directly using fc5...
Can you play local MP3 files? Don't forget you need gstreamer-plugins-ugly from livna or freshrpms for the codecs. Ideally upgrade to 0.9.6.
Also can you run in debug mode: "rhythmbox -d" and paste the lines near where the error occurs into this bug. It may be the bug that was fixed recently in CVS (can't recall number just now) concerned with error messages that were in the wrong encoding.
(In reply to comment #5) > It may be the bug that was fixed recently in CVS (can't recall number just now) > concerned with error messages that were in the wrong encoding. The bug is bug #356485 and it was not about encoding but it was about a song-properties method. Seems like similar symptoms to your issue.
*** Bug 369969 has been marked as a duplicate of this bug. ***
*** Bug 371512 has been marked as a duplicate of this bug. ***
*** Bug 371931 has been marked as a duplicate of this bug. ***
*** Bug 376953 has been marked as a duplicate of this bug. ***
*** Bug 378054 has been marked as a duplicate of this bug. ***
as we have a nautilus and a rhythmbox report, should this be moved to gnome-vfs?
Since it's affecting nautilus too, that sounds like a good idea. Re-assigning.
Applications using gnome-vfs seem to crash pretty readily when the daemon dies.
Created attachment 77059 [details] [review] improve dbus disconnect handling This fixes a few assertion failures and other errors that occur when the connection to the daemon dies while an operation is in progress.
*** Bug 378972 has been marked as a duplicate of this bug. ***
*** Bug 378771 has been marked as a duplicate of this bug. ***
*** Bug 378975 has been marked as a duplicate of this bug. ***
*** Bug 379538 has been marked as a duplicate of this bug. ***
See also https://bugs.freedesktop.org/show_bug.cgi?id=9164 - a race condition in dbus that I suspect is causing the message refcount assertion failures.
*** Bug 380138 has been marked as a duplicate of this bug. ***
*** Bug 377631 has been marked as a duplicate of this bug. ***
*** Bug 395298 has been marked as a duplicate of this bug. ***
*** Bug 401612 has been marked as a duplicate of this bug. ***
The patch was committed a while ago.
*** Bug 409364 has been marked as a duplicate of this bug. ***
*** Bug 426757 has been marked as a duplicate of this bug. ***
gnome-vfs got deprecated in 2008. gnome-vfs is not under active development anymore and had its last code changes in 2011. Its codebase has been archived: https://gitlab.gnome.org/Archive/gnome-vfs/commits/master gio (in glib) and gvfs are its successors. See https://developer.gnome.org/gio/stable/ch33.html and https://people.gnome.org/~gicmo/gio-migration-guide/ for porting info. Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Feel free to open a task in GNOME Gitlab if the issue described in this task still applies to a recent + supported version of glib/gio/gvfs. Thanks!