public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Harri T." <haba713@gmail.com>
To: cygwin@cygwin.com
Subject: lftp / zlib problems
Date: Mon, 25 Sep 2017 12:55:00 -0000	[thread overview]
Message-ID: <9d802c85-6b55-60ad-a9f2-b6308045b5c8@gmail.com> (raw)
In-Reply-To: <announce.8e41ochmvhsc8qeo79akv2s5ol6rrhpi8a@4ax.com>

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

  reply	other threads:[~2017-09-25 12:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-01 14:46 [ANNOUNCEMENT] lftp 4.8.0-1 Andrew Schulman
2017-09-25 12:55 ` Harri T. [this message]
2017-09-25 13:53   ` lftp / zlib problems Nellis, Kenneth
2017-09-27 14:22     ` Andrew Schulman
2017-09-27 16:10       ` Andrew Schulman
2017-09-27 19:10         ` Nellis, Kenneth
2017-10-04 11:05     ` Andrew Schulman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9d802c85-6b55-60ad-a9f2-b6308045b5c8@gmail.com \
    --to=haba713@gmail.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).