GNOME Bugzilla – Bug 306246
dragging a playlist from rythmbox to nautilus causes crash
Last modified: 2005-06-15 21:37:15 UTC
Distribution: Debian 3.1 Package: nautilus Severity: normal Version: GNOME2.10.0 2.10.0 Gnome-Distributor: Ubuntu Synopsis: dragging a playlist from rythmbox to nautilus causes crash Bugzilla-Product: nautilus Bugzilla-Component: general Bugzilla-Version: 2.10.0 BugBuddy-GnomeVersion: 2.0 (2.10.0) Description: Description of the crash: dragging a playlist from the sources panel in rhythmbox 0.8.8 to nautilus folder in browser veiw. rythmbox seemed un affected. Steps to reproduce the crash: 1. open a folder in nautilus 2. open rythmbox 3. drag playlist icon to the nautilus folder Expected Results: play list saved as a file How often does this happen? this is the first time i have tried it. Additional Information: ubuntu 5.04 hoary. sam@titania:~$ uname -a Linux titania 2.6.10-5-powerpc #1 Fri May 20 16:05:23 UTC 2005 ppc GNU/Linux possibly similar to bug http://bugzilla.gnome.org/show_bug.cgi?id=303809 Debugging Information: Backtrace was generated from '/usr/bin/nautilus' Using host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 16384 (LWP 995)] [New Thread 32769 (LWP 998)] [New Thread 16386 (LWP 999)] [New Thread 32771 (LWP 1002)] [New Thread 49156 (LWP 1003)] [New Thread 65541 (LWP 1004)] 0x0f98c110 in waitpid () from /lib/libpthread.so.0
+ Trace 60458
------- Bug moved to this database by unknown@bugzilla.gnome.org 2005-06-02 11:02 UTC ------- Unknown version 2.10.0 in product nautilus. Setting version to "2.10.x".
Thanks for your bug report!
debug backtrace: Backtrace was generated from '/usr/bin/nautilus' Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". `system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols. [Thread debugging using libthread_db enabled] [New Thread -1225038144 (LWP 25491)] [New Thread -1243186256 (LWP 25498)] [New Thread -1242920016 (LWP 25497)] [New Thread -1242653776 (LWP 25496)] [New Thread -1242387536 (LWP 25495)] [New Thread -1242121296 (LWP 25494)] [New Thread -1241855056 (LWP 25493)] [New Thread -1228817488 (LWP 25492)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 60462
Thread 8 (Thread -1228817488 (LWP 25492))
2005-06-11 Martin Wehner <martin.wehner@gmail.com> * src/file-manager/fm-directory-view.c: (fm_directory_view_handle_uri_list_drop): Don't try to start a file operation if there are no real uris left after sanitizing the list. Fixes #306246. Fixed on both branches.
does this fix 303809? the two bugs seem related.
No, not really. Bug 303809 is about a redirect across module boundaries in gnome-vfs (the url there is valid but the target doesn't exist). This one is about a null pointer being thrown around in nautilus.