This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

lftp / zlib problems


Hi all,

After updating Cygwin 32-bit we have had problems with all the combinations of lftp 4.7.7.-1 / 4.8.0-1 and zlib 1.2.8-3 / 1.2.11-1.

1. Command "mget -E myfile*" causes "zlib inflate error: incorrect header check" always with Core FTP server 1.2 if there is nothing to retrieve.

lftp myuser@myip:~> set ftp:ssl-allow 0; set ftp:passive-mode 1;
lftp myuser@myip:~> mget -E myfile*;
---- Connecting to myip (myip) port 21
<--- 220 Core FTP Server Version 1.2, build 589.2, 64-bit Registered
---> FEAT
<--- 211-Extensions supported
<---   AUTH SSL
<---   MODE Z
<--- 211 END
---> USER myuser
<--- 331 password required for myuser
---> PASS ********
<--- 230-Logged on
<--- 230
---> PWD
<--- 257 "/" is current directory
---> MODE Z
<--- 200 Mode set to Z
---> PASV
<--- 227 Entering Passive Mode (...).
---- Connecting data socket to (myip) port 52951
---- Data connection established
---> LIST
<--- 150 Opening ASCII mode data connection
---- Got EOF on data connection
---- Closing data socket
<--- 226 Transfer Complete
---> PASV
<--- 227 Entering Passive Mode (...).
---- Connecting data socket to (myip) port 52953
---- Data connection established
---> NLST
<--- 150 Opening ASCII mode data connection
**** zlib inflate error: incorrect header check
---- Closing data socket
<--- 226 Transfer Complete
---- Closing control socket
mget: myfile*: Fatal error: zlib inflate error: incorrect header check
lftp myuser@myip:~> 

2. Sometimes lftp dies with an error message

---> TYPE I
<--- 200 Switching to Binary mode.
mget: myfile*: no files found
---> QUIT
<--- 221 Goodbye.
---- Closing control socket
assertion "ptr(x.heap_index)==&x" faSKiled: file "/home/ASchulma/dev/cygwin/lftp/lftp-4.8.0-1.i686/src/lftp-4.8.0/src/xheap.h", line 127, function: void xheap<T>::remove(xheap<T>::node&) [with T = Timer]

generating a stackdump file.

Is there something we can do to avoid these issues?

Br,

Harri



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]