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

List:       kde-commits
Subject:    icecream/client
From:       Dirk Mueller <mueller () kde ! org>
Date:       2006-08-02 1:49:11
Message-ID: 1154483351.075927.17222.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 568716 by mueller:

the same old usual issue of something being treated
as failed while it actually did not at all.


 M  +2 -1      remote.cpp  


--- trunk/icecream/client/remote.cpp #568715:568716
@@ -336,7 +336,8 @@
         }
 
         log_block wait_cpp("wait for cpp");
-        waitpid( cpp_pid, &status, 0);
+        while(waitpid( cpp_pid, &status, 0) < 0 && errno == EINTR)
+            ;
 
         if ( status ) { // failure
             delete cserver;
[prev in list] [next in list] [prev in thread] [next in thread] 

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