GNOME Bugzilla – Bug 655070
nautilus crashed with SIGSEGV in show_hidden_files_preference_callback()
Last modified: 2011-09-28 19:05:32 UTC
this report has been filed here: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/807234 " Enabled Home Folder | Edit | Preferences | Show Hidden Files Bottom buttons are beneath monitor frame, so grabbed nautilus window title bar and shoved it to top of screen. Title bar slid momentarily behind top panel followed by crash." ".
+ Trace 227836
Thread 1 (Thread 1334)
The following fix has been pushed: d3c158d window: make sure to disconnect GSettings signals when finalizing I just pushed a patch to git master for this, which should prevent the crash.
Created attachment 197695 [details] [review] window: make sure to disconnect GSettings signals when finalizing The GSettings object survive the window, so handlers connected to its signals should be disconnected when the window is finalized.