GNOME Bugzilla – Bug 741952
nautilus crashes when closing window with several tabs opened
Last modified: 2015-04-01 10:03:54 UTC
Overview: This is bug in version of nautilus 3.14.2 these are steps for reproducing this bug Steps to reproduce the bug: 1. Open home folder in nautilus 2. open any other folder in nautilus (for example documents in new tab using open in new tab). 3. Then close the nautilus file manager when there are two tabs opened. Action Results: Nautilus Crashes Expected Result: the nautilus file manager should close instead of crashing. Build Date & Platform: Fedora 21 build
Created attachment 293363 [details] [review] Fix nautilus crash when closing window with several tabs When destroying window and closing all slots, the closing of the active slot will trigger activation of next free slot, we don't want to be activating slots as part of 'closing all slots' logic. This was causing a crash in nautilus_window_sync_location_widgets() function (called when activating a slot) because it tried to access the nautilus path bar which was already gone.
*** Bug 722616 has been marked as a duplicate of this bug. ***
Created attachment 293371 [details] [review] Revert "nautilus-window: Check for valid location entry widget" This reverts commit 8acef3c776f2ef4f5dac788ed81f7e2d1f504026. See comments in bug #722616
Review of attachment 293363 [details] [review]: Thanks for the patch!
Review of attachment 293371 [details] [review]: Looks good to commit with the other patch.
I've committed both patches, thanks Cosimo and Michael.
*** Bug 743017 has been marked as a duplicate of this bug. ***
*** Bug 745934 has been marked as a duplicate of this bug. ***