Bug 99279 - Dead lock in "Add to archive" action when providing invalid archive format
Summary: Dead lock in "Add to archive" action when providing invalid archive format
Status: RESOLVED FIXED
Alias: None
Product: ark
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Harald Hvaal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-13 18:10 UTC by Philipp Bartsch
Modified: 2005-05-18 14:44 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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;
     }