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
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; }