mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mldonkey-users] Pausing Downloads


From: Tom Mraz
Subject: Re: [Mldonkey-users] Pausing Downloads
Date: Wed, 19 Mar 2003 22:56:21 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030226

Martin wrote:
Martin wrote...

happens here on MLNet 2.04rc1-4 too,
snip from the logs:

ERROR: client should be in file queue (1)
  ERROR: client source has last conn
ERROR: client should be in file queue (2)
Error Sys_blocked_io while writing block. Pausing download
next_file...
next_file: no more file

there seems to be the problem....but what is it?


Could you try this attached fast hack patch?

I hope it applies, because I don't have the exactly 2.04rc1-4 sources.

Tom
--- donkey/donkeyClient.ml      Sat Mar  8 17:32:40 2003
+++ donkey/donkeyClient.ml.new  Wed Mar 19 22:52:03 2003
@@ -1180,7 +1180,6 @@
              if not (List.mem (peer_ip sock) bb.block_contributors) then
                 bb.block_contributors <- (peer_ip sock) :: 
                 bb.block_contributors;
-              find_client_zone c;                    
             with
               End_of_file ->
                 lprintf "WITH CLIENT %s" c.client_name;
@@ -1189,6 +1188,7 @@
                 lprintf "Error %s while writing block. Pausing download" 
(Printexc2.to_string e);
                 lprint_newline ();
                 file_pause (as_file file.file_file);
+            find_client_zone c;                    
       
       end;
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]