After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 329001 - Crash when forgetting to confirm save
Crash when forgetting to confirm save
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
2.2.x
Other All
: Low major
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-01-28 19:54 UTC by Lukas Høgh
Modified: 2008-01-15 13:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lukas Høgh 2006-01-28 19:54:20 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
Comment 1 Michael Schumacher 2006-01-28 20:11:07 UTC
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.
Comment 2 Sven Neumann 2006-01-30 12:21:56 UTC
The dialog in CVS is displayed by the GTK+ filechooser and it is modal. We should fix this in 2.2 though.
Comment 3 weskaggs 2006-05-19 21:52:21 UTC
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.
Comment 4 Sven Neumann 2006-08-23 08:46:22 UTC
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.