X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:subject:to:references:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=FxmbXnNoNXOuoKmK Ju6G7xdfpFE3hNRe6ypswry0t4sFDubF4oTzdFaywUT0tlplpMLi9va9IJR0cP6I Y+cMw5M6WyBQGUx5wnnRyN4KzT9B6aPeEyBfhAKCMtGOVvt6Jb09M6eyIqAVZU92 2MvqK/sB+2xPjCvh5sTraVO2VsM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:subject:to:references:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=N8eh/JZfGdXZlT9yFy99xz EPwDg=; b=Dd+Evnd0AlpwmwYCeTZVDs/ODx+YHH3NtBhFxmRaw7DT3uJwErChRU dzMtbojwmjonlOtQMpVNRLlpxWIcf+T2DD5xIAcZQ/Vif3rTYaCWQRuc3aGF3PfO Hp9oe2hpnbp7eiFij9XVs1tRcTrkwVcC1f+VqsswbI8ecP+aMzlik= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.2 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=passive, H*c:iso-8859-15, goodbye, USER X-HELO: mail-wr0-f169.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:subject:to:references:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=8m2uWYgrfz6VejiPg54R9BWbkFGYidPf/pFTwDeJQjM=; b=P0aLYiato5pQKfYG3fBxKM6OfN9d3iYNyWPkOSKXiLGfyGUe3hceHcv2K3t8VTPMTC b+hD3ZHxb3XzWs3PUzahGoe4M55Q5PezTiFEzYhBGd1stx2A8zS2EBHx7fSwDw+aa/Lm Vg8il29VL8RBIaa4pY7cReCcr81EHXdN+Bl3MTOSFJ0Ss3A8S+pqB4vgkFr17tR53TPs sUta7LMAgaVq51xqCt6MhGtSw1QIlT8qdy3vOGfG5ihZYSNd62+KOkAngQwR5LwsjygN 9s47G9mWfRwMBxk+SLdCB5WlLeoUKHclabS7WLWqOcY+5XujfAj6tte7sS6y9pm8Z4Qj Ezfw== X-Gm-Message-State: AHPjjUgNYterxQU2peVJnDCSPnEbAvhO1THD+WUn+NokiU4+6CAQ15IU 3uI8aaDb+ky8MKlaRyajMNfJSQ== X-Google-Smtp-Source: AOwi7QCpVTHH8HuM5oEjJ65aURzxFc7eKtgTrRIBdt0VBaFt44mocl+r/mHguAekBF8ljrSSxjKbkQ== X-Received: by 10.46.87.23 with SMTP id l23mr2684873ljb.128.1506344118571; Mon, 25 Sep 2017 05:55:18 -0700 (PDT) From: "Harri T." Subject: lftp / zlib problems To: cygwin AT cygwin DOT com References: Message-ID: <9d802c85-6b55-60ad-a9f2-b6308045b5c8@gmail.com> Date: Mon, 25 Sep 2017 15:55:16 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit 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 AT myip:~> set ftp:ssl-allow 0; set ftp:passive-mode 1; lftp myuser AT 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 AT 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::remove(xheap::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