[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 127341] ark crashes at exit (race condition ?)
From:       Henrique Pinto <henrique.pinto () kdemail ! net>
Date:       2006-08-23 1:35:50
Message-ID: 20060823013550.17438.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=127341         
henrique.pinto kdemail net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From henrique.pinto kdemail net  2006-08-23 03:35 -------
SVN commit 576069 by henrique:

 * Fix for a race condition.
   Patch by jaguarwan <jaguarwan yahoo fr>  Thanks for the patch!

   BUG: 127341


 M  +1 -1      arch.cpp  
 M  +1 -1      main.cpp  


--- branches/KDE/3.5/kdeutils/ark/arch.cpp #576068:576069
 @ -193,9 +193,9  @
     }
   }
   m_password = "";
-  emit sigExtract( success );
   delete _kp;
   _kp = m_currentProcess = 0;
+  emit sigExtract( success );
 }
 
 void Arch::unarchFile( QStringList *fileList, const QString & destDir,
--- branches/KDE/3.5/kdeutils/ark/main.cpp #576068:576069
 @ -65,7 +65,7  @
 extern "C" KDE_EXPORT int kdemain( int argc, char *argv[]  )
 {
 	KAboutData aboutData( "ark", I18N_NOOP( "Ark" ),
-	                      "2.6.3", I18N_NOOP( "KDE Archiving tool" ),
+	                      "2.6.4", I18N_NOOP( "KDE Archiving tool" ),
 	                      KAboutData::License_GPL,
 	                      I18N_NOOP( "(c) 1997-2006, The Various Ark Developers" )
 	                    );
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic