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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=WYR8M8areC1MmRI5RMr8D+MCCD3IH1hOYOjVpxR0X+4 4a9ZnMPHwXONys50jar/n2bsqXEtL0VEJ3w2X0oRQH59o4/k8F65NeHqCeVM2I+Y lWUyWIASgMbFZOmbPviQVLwqUXYDbQgBIIZ+Dpyy4SmG6CR1n6Kkqn5AACo4OgH8 = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=okdecmWqZ3PXZmeC6TEqEi+8UnM=; b=EitA8jvybxVYgbj7T U0Or99LRBOYMT3iQdu7kv9So8pwLDyfAVgW2oNBpRewt3K7Uh0Ocfqg5TUoEMBuA NAfrfrFUim3aPW6aVPSzwNg6Ua2nC8EPxOR00IRYKw4v8zwSlmvQFm7uoEGoVtYr ar4BHzSImUdQZZLkYlE0IE28tM= 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-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Received:Sun, prove, HX-Languages-Length:1823, interfere X-HELO: mail-wm1-f68.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-transfer-encoding; bh=qpkO9DAaS8bY5G4HwjgTNobLItbgn+qLCnApsVsHFlQ=; b=XSqVyOuVBTc8Lq98c02c76XWBIYLcqhnWVGs/9rMIQKKqxa8faX4ITdi7K9XUcTTCS vWDABxN9qoptXgKkkX3/8Ph5OnEZNjA8JQB32VENMtJzXzbUtScZKgS8BzDCV6qiJ62j /VoCFApcBDsTwZ7hRWYuO9ankppSpQV5HXi+EdfoYC6Ea2QGfaYQH5bcFe+H6OPUmtnK F4ZeqUjVCYLB2f9DSTsFxEMGA4JvH9d27FID8hnrbOrlQmtz+RARz9cHcrxFwatxFaMx eiTP852JCrCAYrzJUkxK7vlgviveciCGV0jJr5K3wGaesCXmwQlSeHU/IgeRDqYZzzMb LZUg== Message-ID: <5DF62587.6040703@gmail.com> Date: Sun, 15 Dec 2019 12:22:31 +0000 From: vadim User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: cygwin64 OpenSSH_8.1p1 client segmentation fault References: <5DF4ECF0 DOT 9080902 AT gmail DOT com> <5DF50A04 DOT 6070003 AT gmail DOT com> <5DF53F90 DOT 70302 AT gmail DOT com> <8d34b064-a736-3c4d-5145-3e29c51632bc AT cornell DOT edu> In-Reply-To: <8d34b064-a736-3c4d-5145-3e29c51632bc@cornell.edu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 14/12/2019 20:20, Ken Brown wrote: > On 12/14/2019 3:01 PM, vadim wrote: >> Thanks. >> Do you think the fact that 32bit version is working fine (more or less) and the >> previous ssh 64 bit version (I suspect this was the version before Sep 2019, but >> I can't say for sure as Cygwin does not leave any traces of the previous version >> I used before the upgrade) was working without any issues still suggests BLODA? >> I think logically this is caused by new ssh version (which probably interfere >> with some of the other libs) rather than my specific setup. I mean - setup may >> cause the issue, but the previous version was working fine with this setup, so >> this looks like a regression (i.e. new version is more demanding or more >> restrictive in terms of surrounding environment). >> >> Is there a way I can rollback to ssh version before 8.0p1-2 (the oldest I see >> now in cygwin64) to prove the point (or at least continue using the working for >> me version)? > Yes, use the Cygwin Time Machine: > > http://www.crouchingtigerhiddenfruitbat.org/Cygwin/timemachine.html > > Ken Thanks a lot! I have now installed cygwin64 from http://ctm.crouchingtigerhiddenfruitbat.org/pub/cygwin/circa/64bit/2019/08/30/171738 ssh now works fine. The version is OpenSSH_7.0p1, OpenSSL 1.0.2t 10 Sep 2019 I see a change in both SSH and SSL versions here Not working ssh version under cygwin64 was: OpenSSH_8.1p1, OpenSSL 1.1.1d 10 Sep 2019 I was also trying to use the latest cygwin32 version that seemed to be working, but I noticed that git was behaving very odd - it didn't finish pull command quite often. I noticed git has dependency on the same openSSL 1.1 package, so I suspect there is an issue in that openSSL 1.1 package that is used in both ssh and git. -- 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