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 450909 - nautilus crashes in _gnome_vfs_handle_do_get_file_info() when using "ignore" during a copy
nautilus crashes in _gnome_vfs_handle_do_get_file_info() when using "ignore" ...
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: File operations
2.19.x
Other Linux
: Normal critical
: ---
Assigned To: Christian Neumair
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-06-25 13:54 UTC by Sebastien Bacher
Modified: 2007-07-25 13:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
Proposed patch (704 bytes, patch)
2007-06-29 12:21 UTC, Christian Neumair
none Details | Review

Description Sebastien Bacher 2007-06-25 13:54:57 UTC
The bug has been described on https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/120753

"Binary package hint: nautilus

Because I'm impatient and too lazy to set up a local repo, I often copy the apt cache off a new system so I can copy it to other systems I'm setting up. If I copy any file along with "/var/cache/apt/archives/lock" as a non-root user, Nautilus pops up an error that it "Error while copying...lock cannot be copied because you do not have permission to read it". If I cancel or skip it, it ends up trying to copy it anyways and the "Copying files" dialog stays up. Nautilus is still responsive but hogs the CPU. I have to kill the process to get rid if it. I've run it out of a terminal window but no messages are displayed. This may be another manifestation of Bug #39482
..."

Debug backtrace for the crash:

Program received signal SIGSEGV, Segmentation fault.

Thread NaN (LWP 20837)

  • #0 _gnome_vfs_handle_do_get_file_info
    at gnome-vfs-handle.c line 185
  • #1 gnome_vfs_get_file_info_from_handle_cancellable
    at gnome-vfs-cancellable-ops.c line 223
  • #2 gnome_vfs_get_file_info_from_handle
    at gnome-vfs-ops.c line 355
  • #3 copy_file
    at gnome-vfs-xfer.c line 1361
  • #4 copy_directory
    at gnome-vfs-xfer.c line 1679
  • #5 copy_items
    at gnome-vfs-xfer.c line 1857
  • #6 gnome_vfs_xfer_uri_internal
    at gnome-vfs-xfer.c line 2594
  • #7 _gnome_vfs_xfer_private
    at gnome-vfs-xfer.c line 2680
  • #8 _gnome_vfs_job_execute
    at gnome-vfs-job.c line 1557
  • #9 thread_entry_point
    at gnome-vfs-job-queue.c line 65

Comment 1 Christian Neumair 2007-06-29 12:21:39 UTC
Created attachment 90857 [details] [review]
Proposed patch
Comment 2 Martin Wehner 2007-07-10 02:18:52 UTC
gnome-vfs patch, reassigning.
Comment 3 Christian Neumair 2007-07-25 13:45:48 UTC
Committed (by Alex), closing.