GNOME Bugzilla – Bug 97490
Crash on delete
Last modified: 2004-12-22 21:47:04 UTC
Package: nautilus Severity: critical Version: GNOME2.1.0 2.1.2 Synopsis: Crash on delete Bugzilla-Product: nautilus Bugzilla-Component: general BugBuddy-GnomeVersion: 2.0 (2.1.1) Description: Description of Problem: I duplicated the anjuta source code 3 times, r-clicked on the first copy, and chose delete. Debugging Information: Backtrace was generated from '/gnome/head/INSTALL/bin/nautilus' [New Thread 8192 (LWP 12253)] [New Thread 16385 (LWP 12254)] [New Thread 8194 (LWP 12255)] [New Thread 16387 (LWP 12256)] [New Thread 24580 (LWP 12257)] [New Thread 32773 (LWP 12258)] [New Thread 40966 (LWP 12259)] [New Thread 49159 (LWP 12260)] [New Thread 57352 (LWP 12261)] [New Thread 65545 (LWP 12262)] [New Thread 73738 (LWP 12263)] 0x420ae169 in wait4 () from /lib/i686/libc.so.6
+ Trace 29775
Thread 11 (Thread 73738 (LWP 12263))
Thread 10 (Thread 65545 (LWP 12262))
Thread 9 (Thread 57352 (LWP 12261))
------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-11-02 11:38 ------- Reassigning to the default owner of the component, nautilus-maint@bugzilla.gnome.org.
*** Bug 77928 has been marked as a duplicate of this bug. ***
While the stack trace doesn't match the stack trace in bug #77928 perfectly, it is a pretty close match. The steps reported to get the crashes are also very similar. I think the differences might be explained by the slightly different versions of the software as well as the different architectures (bug #77928 was reported for sparc). As you can see above, I decided to mark #77928 as a duplicate of this one--since the stack trace here has symbols. Marking this bug as new. And raising the priority to high (#77928's priority was high).
I can reproduce this: * Create a file (we'll call it 'foo'). * Duplicate the file (you get 'foo (Copy)'). * Trash the file * Create another 'foo' * Trash that * Boom.
(I have a patch for this, but it needs a bit of polishing and probably some review before I put it in)
I committed this patch.
*** Bug 114904 has been marked as a duplicate of this bug. ***