From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49467 invoked by alias); 19 Oct 2019 16:51:42 -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 49457 invoked by uid 89); 19 Oct 2019 16:51:42 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=installing X-HELO: smtp-out-no.shaw.ca Received: from smtp-out-no.shaw.ca (HELO smtp-out-no.shaw.ca) (64.59.134.9) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 19 Oct 2019 16:51:40 +0000 Received: from [192.168.1.114] ([24.64.172.44]) by shaw.ca with ESMTP id Lrx3ilqbTsAGkLrx4iZsdN; Sat, 19 Oct 2019 10:51:38 -0600 Reply-To: Brian.Inglis@SystematicSw.ab.ca Subject: Re: bash (3312) C:\tools\cygwin\bin\bash.exe: *** fatal error - cygheap base mismatch detected - 0x180331408/0x18032D408. To: cygwin@cygwin.com References: <0f9c1e44-9858-379b-22ff-789cc21191e2@SystematicSw.ab.ca> From: Brian Inglis Openpgp: preference=signencrypt Message-ID: Date: Sat, 19 Oct 2019 16:51:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2019-10/txt/msg00112.txt.bz2 On 2019-10-19 06:44, Ilʹja Šipicin wrote: > sb, 19 okt. 2019 g. v 17:32, Biswapriyo Nath: >> It seems to be issue in Travis CI. See this forum post: >> https://travis-ci.community/t/cygwin-issue-cygheap-base-mismatch-detected/5359 >> If you are in hurry you can use Appveyor CI. I'm using it without any >> issue. One has to just add `C:\cygwin64\bin` in PATH variable in YAML file. > thank for another hint. > I added 'get-childitem C:\cygwin64\bin' > https://travis-ci.com/chipitsine/travis-cygwin/builds/132645696 > gci : Cannot find path 'C:\cygwin64\bin' because it does not exist. He suggested adding the Cygwin bin to PATH: you have to find it; does not matter where it exists, run: $ find /proc/cygdrive/?/ -name cygwin1.dll or a global Windows search on My Computer/This PC/Cortana/etc. > seems, it does not exist. no point to add it to PATH > there's no hurry. I want to resolve it. My issue is the same as > described on forum - builds used to work and accidentally stopped > working (with the same error) If you read the problem report, the issue is that the Travis provided Git-for-Windows AKA Git-Bash AKA MSYS2/Cygwin Git/Bash/cygwin1.dll are installed where its cygwin1.dll can be found via the path, but the shell child processes are running using a different version of cygwin1.dll via the path, possibly after installing new packages using a package manager like chocolatey or pacman. Try running: $ which -a cygwin1.dll and maybe: $ cygpath -alpw "$PATH" to see what is active, and delete whichever installation is redundant. -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This email may be disturbing to some readers as it contains too much technical detail. Reader discretion is advised. -- 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