This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: cygwin64 OpenSSH_8.1p1 client segmentation fault
- From: Ken Brown <kbrown at cornell dot edu>
- To: "cygwin at cygwin dot com" <cygwin at cygwin dot com>
- Date: Sun, 15 Dec 2019 16:24:10 +0000
- Subject: Re: cygwin64 OpenSSH_8.1p1 client segmentation fault
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=cornell.edu; dmarc=pass action=none header.from=cornell.edu; dkim=pass header.d=cornell.edu; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Mvk8JB6LRkWKCW5IgUanimn15zR7w41Cvu9AORp0zv8=; b=MiLipkL2L6g6XKYmS8xz8Z/m/AJBoxZ+Cq1DecSp841DmmbyYsi42E5MYVirOn3mg2ouZH5dIdzNKIas2i8W8hLbOmolwRZcOmGEwG9jN8Hce6X5KWB/S95SKCT0RDv8X++L8E5hJWdUe2++XygD7Xmc6AYuKLLKtkHMg5oQFlGVgtZmoHnKh1ecqlaxkT887+AUZwk3Yh3WHixBTd2EcLsrWHrVc+xJfBgH9qjf2ytcZMY2X4wAol4hA7H3JzJV2wbU0S4Ckrygq2C8SxNYzLhbjAMGdN7SppFL05bOHgSh/S2bn11VCp5pyzywAfUjpEDzvry7BsOPqyen4/L2Jg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=US6j12YIYfr3AMmhHw6k/AiFW+LsSfU1f6dPAAduPirvcJOh9ltAb0JSCw5djgAlPJGt5u7FzHyfX1kI5MvkeFzIV8eqIdoxkZcB0Gc5/RzL1G2vwliQjLlIqbhtzLofr03af1tkiXLNUY8oRl1UD2ved+lc9ecKvEun9dHDWuNyT663zy9ngctloRLsdHxEeps1O7v6qlqtczzTe86EyHG8AMJrM/Hz4XP9+czuIkVjQLmHr6GZLdCPDj5gaZ00xpJ5Pt4U7Gaa0NRKBHFBPVW1WZbqhf0cCt/PbT9Hmu5MN+w1ZOh6Zdn8UguCehoLslfqlaXd/HaQi9vdcxNDSQ==
- References: <CAL4T9x+gCedhmLbr0mX+acSjDoiMVj7c0B7yuDf3znnDeR-5wQ@mail.gmail.com> <5DF4ECF0.9080902@gmail.com> <5DF50A04.6070003@gmail.com> <5DF53F90.70302@gmail.com> <8d34b064-a736-3c4d-5145-3e29c51632bc@cornell.edu> <5DF62587.6040703@gmail.com>
On 12/15/2019 7:22 AM, vadim wrote:
> 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.
Since other people aren't reporting these problems, I still suspect BLODA. The
following DLLs in your strace output look suspicious to me:
C:\PROGRA~1\Citrix\System32\MfApHook64.dll
C:\Program Files\Avecto\Privilege Guard Client\PGHook.dll
C:\Program Files\Citrix\ICAService\PicaWtsHook64.dll
C:\Program Files\Citrix\ICAService\SCardHook64.dll
C:\Program Files\Citrix\ICAService\ShellHook64.dll
C:\Program Files\Citrix\ICAService\cxinjime64.dll
C:\Program Files\Citrix\ICAService\picaFullScreenHookX64.dll
C:\Windows\System32\VSMAPIMon.dll
C:\Windows\System32\lsihok64.dll
I suggest you investigate the applications that installed these DLLs to see if
one of them might be interfering with Cygwin.
Ken
--
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