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:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=QUENhOftLTWsyKvXAAamEnJa7g26z w/G1BXcA+XqnHE/W7A38WMcQnjFLHIHq8EX5s09VG/n94lSdVA+opqcP8RT+6lfF 9/OiyPsUxs58DOw+fME1IGw4q64V1+YG/M4e80VGDcQ1Zl8xNabEgDRFWv+/97J2 mgM9iqXKQuBSgA= 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:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=90jGSO21i8/xVsQZ7VnJl4ubXUA=; b=s3/ 71FVD5GsGUxZYExKV6ObIuHoOSNo63u4w3DJO9RF0HuK0RdyC0E7z4hE6RTJBVuo 2uc6lzMRgFEytuoyO7M1Wcj3Up55tdLIppaKI8iM6/1e8757qsbU4SH4G7nPHU84 O8x7bVYRIxCeEiOGd+hK4heQnyhPJJlIMZQQKDaU= 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=0.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=20916 X-HELO: mail-io1-f44.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=5C8G4o0+bmFL8lgXUbx+gOqT1t6K8fTWvMFqK549qrw=; b=tZgjFSCOyBn4HJl+r0mlLGUEDiIOQcP3+s700KSmoMfyp30c1yPImKgDNpA/uV4MIU m9j1Pad9zdrxpuFyAejNBLgOglBd5cRIdz2PO3vErXYwdfs477/Ttm0vbCfvm+JaX7aE og/znM/TReZIg/2OfCgfxSxGBkDyBoWIc13B9cw3oDjH9vohR/z3wJ+wUChm58GXr3Ib xI4wvHrQzcOe4X+32/6L8gHvn0crpZ32XAzTTudnhWOGPY+p4kkyEaWBewP5HBV9BB1Q Q1f1kbOM1/ZWNnEEX2+9025Qwif0114Pc4kx/UAuJd2o0GbAY14TiDhP+JkyxDA2LNDP 4zgg== MIME-Version: 1.0 From: ravi r Date: Wed, 22 Jan 2020 17:30:21 -0500 Message-ID: Subject: Error running ssh windows binary in cygwin To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" 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 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. -- 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