On Wed, Jul 12, 2000 at 03:42:39PM +0400, Alexander V. Lukyanov wrote:
> On Tue, Jul 11, 2000 at 04:48:49PM +0200, Nils Lohner wrote:
> > Hello Alexander,
> >  don't know what this is, but its happened a few times with hftp pget and
> > 2.2.3
>
> This seems to be related to pget, not hftp. I have another report of
> deadlock in pget. I'll try to find the bug.

Maybe this patch will fix it:

Index: pgetJob.cc
===================================================================
RCS file: /home/lav/cvsroot/lftp/src/pgetJob.cc,v
retrieving revision 1.23
diff -u -r1.23 pgetJob.cc
--- pgetJob.cc  2000/06/09 00:17:58     1.23
+++ pgetJob.cc  2000/07/12 11:44:52
@@ -41,7 +41,10 @@
       return super::Do();

    if(no_parallel || max_chunks<2)
+   {
+      cp->Resume();
       return super::Do();
+   }

    if(cp->Done())
       RemoveBackupFile();


--
   Alexander.                      | never mind that noise you heard

Reply via email to