From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106359 invoked by alias); 23 Jan 2020 05:09:27 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 106352 invoked by uid 89); 23 Jan 2020 05:09:27 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=20916, ravi, sshexe, H*i:NViVVgkbvH X-HELO: mail-wr1-f48.google.com Received: from mail-wr1-f48.google.com (HELO mail-wr1-f48.google.com) (209.85.221.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 23 Jan 2020 05:09:25 +0000 Received: by mail-wr1-f48.google.com with SMTP id g17so1643155wro.2 for ; Wed, 22 Jan 2020 21:09:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=cOQ5LSi7LM50I3Z/dxbRkYTFDSc+lO8PUtLR8EWDRUY=; b=OfMIMgm+l+Y+kZza3ICyGmlc28QT3oea6jXoxmk1SCmu985QiEsASijvAaT8QKwLG/ uKZmy9Mqn6PA8kF2MTl9J23ebLdXaalkKYc9v/X3pOhN6J+jUrcwZEw7Dy6vVyshzWnZ bS+PGKUJscp3xYo2aZJUyftbXsDS2JiaQ7CYfYoLgRpJ5rdR4YqvEt0GyaD6Rikj8vS7 QBVz+Mnh84/IFMWFBZinaFZfYBykOlbth44pInUHc9p1PTYljp7tsJeUX9d/W9luVeRS RKAOH5Tqye+Xxp4kDthjrMBpn04x25dFlC/VBZ6FV0Bzrc7LoyMWPBuCOYFQi48Oe/Ru R90Q== Return-Path: Received: from ?IPv6:2003:ee:6727:2e01:5464:3ead:ae8d:6b1b? (p200300EE67272E0154643EADAE8D6B1B.dip0.t-ipconnect.de. [2003:ee:6727:2e01:5464:3ead:ae8d:6b1b]) by smtp.gmail.com with ESMTPSA id l15sm1403372wrv.39.2020.01.22.21.09.22 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 22 Jan 2020 21:09:22 -0800 (PST) Subject: Re: Error running ssh windows binary in cygwin To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: Date: Thu, 23 Jan 2020 05:09:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00207.txt.bz2 Am 22.01.2020 um 23:30 schrieb ravi r: > Downloading windows git binary from > https://git-scm.com/download/win > Git-2.25.0-64-bit.exe > and running the contained > Git/usr/bin/ssh.exe > in a cygwin terminal gives this error > 0 [main] ssh (20916) C:\cygwin64\usr\local\git\usr\bin\ssh.exe: *** fatal > error - cygheap base mismatch detected - 0x18033F408/0x180317408. > This problem is probably due to using incompatible versions of > the cygwin DLL. > Search for cygwin1.dll using the Windows Start->Find/Search facility > and delete all but the most recent version. The most recent > version *should* > reside in x:\cygwin\bin, where 'x' is the drive on which you have > installed the cygwin distribution. Rebooting is also suggested if you > are unable to find another cygwin DLL. > > Following directions mentioned in above error message, when I search for > cygwin1.dll > I find two matches > c:\cygwin64\bin > and > c:\cygwin64\usr\i686-pc-cygwin\sys-root\usr\bin the first is a 64 bit and the second a 32bit used for cross compilation. Have you installed every package available ? Why ? https://cygwin.com/faq.html#faq.setup.everything > > Went ahead and deleted > c:\cygwin64\usr\i686-pc-cygwin\sys-root\usr\bin\cygwin1.dll > opened a new cygwin terminal and the error from ssh.exe would not go away. > > I know there is a version of git available through cygwin install as > well which does not > have these errors. The git.exe which got installed from windows binary > does not have > any error in starting up. It is the ssh.exe which comes along with it > which has the problem. Have you tried the ssh coming with Cygwin ? -- 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