GNOME Bugzilla – Bug 660888
nautilus crashed during file renaming, with SIGSEGV in icon_rename_ended_cb()
Last modified: 2013-01-08 10:06:32 UTC
this report has been filed here: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/864438 "I was trying to rename a folder, and Nautilus crashed. It occurred more than once in a row." ".
+ Trace 228678
Thread 1 (Thread 0x7f21eb8af960 (LWP 6535))
This is odd because the canvas/icon view holds a ref for the file so it won't get disposed while in use within the canvas container. And we only release that ref: if (nautilus_canvas_container_remove (get_canvas_container (canvas_view), NAUTILUS_CANVAS_ICON_DATA (file))) { nautilus_file_unref (file); } and container_remove calls: end_renaming_mode (container, FALSE); Which emits the end rename signal. Very odd. Any tips on how to reproduce this? Does this still occur?
*** Bug 678553 has been marked as a duplicate of this bug. ***
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!