public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] lftp 4.8.0-1
@ 2017-08-01 14:46 Andrew Schulman
  2017-09-25 12:55 ` lftp / zlib problems Harri T.
  0 siblings, 1 reply; 7+ messages in thread
From: Andrew Schulman @ 2017-08-01 14:46 UTC (permalink / raw)
  To: cygwin

lftp 4.8.0-1 is now available in Cygwin. This is a new upstream release,
with minor enhancements and bug fixes.  Please see
http://lftp.tech/news.html for the list of changes.

lftp is a sophisticated file transfer program and ftp/http/bittorrent
client. It supports multiple network protocols.  It offers tab completion,
command history, job control, and bookmarks. It can mirror sites and
transfer multiple files in parallel. It keeps trying interrupted operations
until it can complete them.

Andrew E. Schulman


*******************************************************************


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

              *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com_at_cygwin.com

If you need more information on unsubscribing, start reading here: 

http://cygwin.com/lists.html#subscribe-unsubscribe

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* lftp / zlib problems
  2017-08-01 14:46 [ANNOUNCEMENT] lftp 4.8.0-1 Andrew Schulman
@ 2017-09-25 12:55 ` Harri T.
  2017-09-25 13:53   ` Nellis, Kenneth
  0 siblings, 1 reply; 7+ messages in thread
From: Harri T. @ 2017-09-25 12:55 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: lftp / zlib problems
  2017-09-25 12:55 ` lftp / zlib problems Harri T.
@ 2017-09-25 13:53   ` Nellis, Kenneth
  2017-09-27 14:22     ` Andrew Schulman
  2017-10-04 11:05     ` Andrew Schulman
  0 siblings, 2 replies; 7+ messages in thread
From: Nellis, Kenneth @ 2017-09-25 13:53 UTC (permalink / raw)
  To: Harri T., cygwin

From: Harri T.
> 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.
> ...
> 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?

To add some weight to Harri T.'s message, I've reported the same problem twice:

https://sourceware.org/ml/cygwin/2017-08/msg00051.html
https://sourceware.org/ml/cygwin/2017-09/msg00014.html

-Ken Nellis



--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: lftp / zlib problems
  2017-09-25 13:53   ` Nellis, Kenneth
@ 2017-09-27 14:22     ` Andrew Schulman
  2017-09-27 16:10       ` Andrew Schulman
  2017-10-04 11:05     ` Andrew Schulman
  1 sibling, 1 reply; 7+ messages in thread
From: Andrew Schulman @ 2017-09-27 14:22 UTC (permalink / raw)
  To: cygwin

> From: Harri T.
> > 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.
> > ...
> > 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?
> 
> To add some weight to Harri T.'s message, I've reported the same problem twice:
> 
> https://sourceware.org/ml/cygwin/2017-08/msg00051.html
> https://sourceware.org/ml/cygwin/2017-09/msg00014.html
> 
> -Ken Nellis

OK. I'm sorry for the delay in dealing with this problem. Clearly 4.8.0 is
broken in Cygwin, and the build of 4.8.1 fails so far so that's no help.

Meanwhile 4.7.8 is out so I'll try that and see if it fixes the problems
with 4.7.7 and 4.8.0.

Andrew


--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: lftp / zlib problems
  2017-09-27 14:22     ` Andrew Schulman
@ 2017-09-27 16:10       ` Andrew Schulman
  2017-09-27 19:10         ` Nellis, Kenneth
  0 siblings, 1 reply; 7+ messages in thread
From: Andrew Schulman @ 2017-09-27 16:10 UTC (permalink / raw)
  To: cygwin

> > From: Harri T.
> > > 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.
> > > ...
> > > 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?
> > 
> > To add some weight to Harri T.'s message, I've reported the same problem twice:
> > 
> > https://sourceware.org/ml/cygwin/2017-08/msg00051.html
> > https://sourceware.org/ml/cygwin/2017-09/msg00014.html
> > 
> > -Ken Nellis
> 
> OK. I'm sorry for the delay in dealing with this problem. Clearly 4.8.0 is
> broken in Cygwin, and the build of 4.8.1 fails so far so that's no help.
> 
> Meanwhile 4.7.8 is out so I'll try that and see if it fixes the problems
> with 4.7.7 and 4.8.0.

I just uploaded 4.7.8-1 as a test release. Once it appears in Setup in the
"Test" release, please try it and let me know if it fixes this problem. In
my brief testing it seemed to fix the problem for me.

Andrew


--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: lftp / zlib problems
  2017-09-27 16:10       ` Andrew Schulman
@ 2017-09-27 19:10         ` Nellis, Kenneth
  0 siblings, 0 replies; 7+ messages in thread
From: Nellis, Kenneth @ 2017-09-27 19:10 UTC (permalink / raw)
  To: Andrew Schulman, cygwin

From: Andrew Schulman
> > > From: Harri T.
> > > > 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.
> > > > ...
> > > > 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?
> > >
> > > To add some weight to Harri T.'s message, I've reported the same
> problem twice:
> > >
> > > https://sourceware.org/ml/cygwin/2017-08/msg00051.html
> > > https://sourceware.org/ml/cygwin/2017-09/msg00014.html
> > >
> > > -Ken Nellis
> >
> > OK. I'm sorry for the delay in dealing with this problem. Clearly
> > 4.8.0 is broken in Cygwin, and the build of 4.8.1 fails so far so that's
> no help.
> >
> > Meanwhile 4.7.8 is out so I'll try that and see if it fixes the
> > problems with 4.7.7 and 4.8.0.
> 
> I just uploaded 4.7.8-1 as a test release. Once it appears in Setup in the
> "Test" release, please try it and let me know if it fixes this problem. In
> my brief testing it seemed to fix the problem for me.
> 
> Andrew

Thank you for giving this matter some attention.

Since I last used lftp I was issued a new laptop running Windows 10. 
Previously I was running Win7. Win10 has been giving me a number of 
access problems, which seem to be resolved by running Cygwin in admin-
istrator mode. This particular problem with 4.8.0 goes away in admin 
mode, which is now my standard operating mode, so 4.8.0 is no longer 
a problem for me.

-- Ken Nellis

--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: lftp / zlib problems
  2017-09-25 13:53   ` Nellis, Kenneth
  2017-09-27 14:22     ` Andrew Schulman
@ 2017-10-04 11:05     ` Andrew Schulman
  1 sibling, 0 replies; 7+ messages in thread
From: Andrew Schulman @ 2017-10-04 11:05 UTC (permalink / raw)
  To: cygwin

> From: Harri T.
> > 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.
> > ...
> > 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?
> 
> To add some weight to Harri T.'s message, I've reported the same problem twice:
> 
> https://sourceware.org/ml/cygwin/2017-08/msg00051.html
> https://sourceware.org/ml/cygwin/2017-09/msg00014.html

lftp 4.7.8-1 is now available in test. Please try that version and let me know
if it fixes the problem for you.


--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-10-04 11:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-01 14:46 [ANNOUNCEMENT] lftp 4.8.0-1 Andrew Schulman
2017-09-25 12:55 ` lftp / zlib problems Harri T.
2017-09-25 13:53   ` 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

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).