After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 306246 - dragging a playlist from rythmbox to nautilus causes crash
dragging a playlist from rythmbox to nautilus causes crash
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
2.11.x
Other All
: High critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-02 11:02 UTC by sam tygier
Modified: 2005-06-15 21:37 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description sam tygier 2005-06-02 11:02:45 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
  • #0 waitpid
    from /lib/libpthread.so.0
  • #1 waitpid
    from /lib/libpthread.so.0




------- 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".

Comment 1 Christian Neumair 2005-06-02 11:18:56 UTC
Thanks for your bug report!
Comment 2 Sebastien Bacher 2005-06-02 12:03:18 UTC
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 ()

Thread 8 (Thread -1228817488 (LWP 25492))

  • #0 __kernel_vsyscall
  • #1 poll
    from /lib/tls/i686/cmov/libc.so.6
  • #2 g_main_context_iterate
    at gmain.c line 2866

Comment 3 Martin Wehner 2005-06-11 18:10:00 UTC
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.
Comment 4 sam tygier 2005-06-15 21:22:07 UTC
does this fix 303809? the two bugs seem related.
Comment 5 Martin Wehner 2005-06-15 21:37:15 UTC
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.