<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>99279</bug_id>
          
          <creation_ts>2005-02-13 18:10:04 +0000</creation_ts>
          <short_desc>Dead lock in &quot;Add to archive&quot; action when providing invalid archive format</short_desc>
          <delta_ts>2005-05-18 14:44:42 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>ark</product>
          <component>general</component>
          <version>unspecified</version>
          <rep_platform>unspecified</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>crash</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Philipp Bartsch">codeshaker</reporter>
          <assigned_to name="Harald Hvaal">metellius</assigned_to>
          <cc>rakuco</cc>
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>313566</commentid>
    <comment_count>0</comment_count>
    <who name="Philipp Bartsch">codeshaker</who>
    <bug_when>2005-02-13 18:10:05 +0000</bug_when>
    <thetext>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 &quot;Add to archive...&quot;
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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>343162</commentid>
    <comment_count>1</comment_count>
    <who name="Fredrik Edemar">f_edemar</who>
    <bug_when>2005-05-18 14:44:38 +0000</bug_when>
    <thetext>SVN commit 415342 by fedemar:

Bug 99279: Dead lock in &quot;Add to archive&quot; 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(&quot;Unknown archive format or corrupted archive&quot;) );
+        emit request_file_quit();
         return NULL;
     }
 
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>