From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29673 invoked by alias); 22 Jan 2020 22:30:35 -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 29583 invoked by uid 89); 22 Jan 2020 22:30:34 -0000 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 Received: from mail-io1-f44.google.com (HELO mail-io1-f44.google.com) (209.85.166.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 22 Jan 2020 22:30:33 +0000 Received: by mail-io1-f44.google.com with SMTP id x1so948323iop.7 for ; Wed, 22 Jan 2020 14:30:33 -0800 (PST) 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 22:30:00 -0000 Message-ID: Subject: Error running ssh windows binary in cygwin To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2020-01/txt/msg00206.txt.bz2 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