GNOME Bugzilla – Bug 329001
Crash when forgetting to confirm save
Last modified: 2008-01-15 13:04:35 UTC
To replicate the bug i found, do the following: Make a new image Save it as "crashtest.xcf" Press "save as" and then "save" but DONT confirm that you wish to replace Move to the image window and press CTRL + S Close the image window Move to the replace dialogue, and press any button and "gimp-2.2.exe has encountered a problem and needs to close. We are sorry for the inconvenience." should appear If you are unable to replicate this bug, please email me... Regards Luke
I can reproduce this problem in 2.2. In current CVS, it is not possible to close the image window if this dialog is displayed, though.
The dialog in CVS is displayed by the GTK+ filechooser and it is modal. We should fix this in 2.2 though.
Because this is severe, I won't close it, but since 2.4 is coming up shortly and this problem does not apply to HEAD, I am going to reduce the priority.
I found a small unintrusive change that fixes the problem: 2006-08-23 Sven Neumann <sven@gimp.org> * app/dialogs/file-save-dialog.c (file_save_overwrite): set the GTK_DIALOG_DESTROY_WITH_PARENT flag. Fixes bug #329001.