GNOME Bugzilla – Bug 166120
crash when renaming file
Last modified: 2005-02-08 23:55:02 UTC
1.) Open nautilus window (spatial mode or not, happens either way) 2.) Hit F2 or right-click to rename a file, but don't rename it, leave it highlighted 3.) Click off the window, say on the desktop 4.) Click back on the nautilus window anywhere except on the file you were trying to rename 5.) Crash should happen This is using a Beyond Linux From Scratch system, with latest Gnome compiled from tarballs downloaded from ftp.gnome.org.....mostly 2.9.0 versions. nautilus-2.9.90 gnome-about == 2.9.90
I can't duplicate with cvs head from a few days ago. Can you provide a stack trace?
Created attachment 37003 [details] trace from file rename crash
*** Bug 166712 has been marked as a duplicate of this bug. ***
Pasting the first part of the stack trace to make it easier to find duplicates with the simple-dup-finder. (The stack trace appears to be unique). It'd be great if you could both test with 2.9.91, since I wasn't able to duplicate with a newer version than 2.9.90...
+ Trace 55471
It only crashes in the list view, that's the missing ingredient.
2005-02-08 Martin Wehner <martin.wehner@epost.de> * src/file-manager/fm-list-view.c: (cell_renderer_edited), (fm_list_view_start_renaming_file): Set original_name to the new name as cell_renderer_edited() might be called multiple times if the view looses focus. Fixes bug #166120.