Bug 99279

Summary: Dead lock in "Add to archive" action when providing invalid archive format
Product: [Applications] ark Reporter: Philipp Bartsch <codeshaker>
Component: generalAssignee: Harald Hvaal <metellius>
Status: RESOLVED FIXED    
Severity: crash CC: rakuco
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Philipp Bartsch 2005-02-13 18:10:05 UTC
Version:           2.4.0 (using KDE 3.3.2,  (3.1))
Compiler:          gcc version 3.3.5 (Debian 1:3.3.5-6)
OS:                Linux (i686) release 2.6.7

Reproducable bug:
1. Select multiple files in konqueror
2. Use context-action "Add to archive..."
3. Provide an invalid filename extension (e.g. yourfilename.zup)
4. Cancel the following archive format selection dialog

Result: Instead of closing the session, ark shows its progress window but does nothing and is not closable.

Greetings from Cologne, Germany
Comment 1 Fredrik Edemar 2005-05-18 14:44:38 UTC
SVN commit 415342 by fedemar:

Bug 99279: Dead lock in "Add to archive" action when providing invalid archive format

BUG: 99279


 M  +1 -0      trunk/KDE/kdeutils/ark/arkwidget.cpp  


--- trunk/KDE/kdeutils/ark/arkwidget.cpp #415341:415342
@@ -2314,6 +2314,7 @@
                                          _fileName)))
     {
         KMessageBox::error(this, i18n("Unknown archive format or corrupted archive") );
+        emit request_file_quit();
         return NULL;
     }