GNOME Bugzilla – Bug 170329
Aborting File Add can sometimes crash the application
Last modified: 2005-03-14 15:02:06 UTC
Steps to reproduce: 1. Create new archive. 2. Add a very large file to it, large enough to have the Adding FIle to Archive dialog displayed for a while. 3. Close the dialog by clicking on the relevant window manager decoration icon. 4. A crash can occur. Stack trace:
+ Trace 56852
Other information:
The problem is that progress_dialog_delete_event() should be gboolean returning TRUE to avoid calling the default signal handler as well which destroys the widget. Don't have a patch as I worked on this on the 2.6 source tree, but it is very easy to fix.
fixed now in CVS HEAD, thank you.