public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* bash (3312) C:\tools\cygwin\bin\bash.exe: *** fatal error - cygheap base mismatch detected - 0x180331408/0x18032D408.
@ 2019-10-19  5:00 Илья Шипицин
  2019-10-19  5:23 ` Brian Inglis
  0 siblings, 1 reply; 7+ messages in thread
From: Илья Шипицин @ 2019-10-19  5:00 UTC (permalink / raw)
  To: cygwin

something has changed in travis-ci (it uses windows 1803 images). script
below used to work earlier. any idea why it could happen ?

very simple script:

https://github.com/chipitsine/travis-cygwin/blob/master/.travis.yml

result:

https://travis-ci.com/chipitsine/travis-cygwin/builds/132624829

--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: bash (3312) C:\tools\cygwin\bin\bash.exe: *** fatal error - cygheap base mismatch detected - 0x180331408/0x18032D408.
  2019-10-19  5:00 bash (3312) C:\tools\cygwin\bin\bash.exe: *** fatal error - cygheap base mismatch detected - 0x180331408/0x18032D408 Илья Шипицин
@ 2019-10-19  5:23 ` Brian Inglis
  2019-10-19  9:52   ` Илья Шипицин
  0 siblings, 1 reply; 7+ messages in thread
From: Brian Inglis @ 2019-10-19  5:23 UTC (permalink / raw)
  To: cygwin

On 2019-10-18 23:00, Илья Шипицин wrote:
> something has changed in travis-ci (it uses windows 1803 images).
> script below used to work earlier. any idea why it could happen ?
> very simple script:
> https://github.com/chipitsine/travis-cygwin/blob/master/.travis.yml
> result:
> https://travis-ci.com/chipitsine/travis-cygwin/builds/132624829

Ensure that there is only one cygwin1.dll (version) in the PATH.

-- 
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: bash (3312) C:\tools\cygwin\bin\bash.exe: *** fatal error - cygheap base mismatch detected - 0x180331408/0x18032D408.
  2019-10-19  5:23 ` Brian Inglis
@ 2019-10-19  9:52   ` Илья Шипицин
  2019-10-19 10:02     ` Илья Шипицин
  0 siblings, 1 reply; 7+ messages in thread
From: Илья Шипицин @ 2019-10-19  9:52 UTC (permalink / raw)
  To: Brian Inglis; +Cc: cygwin

thank for the hint

here's output of

powershell -c '$env:PATH.Split(";") | gci'

(seems there no duplicates of cygwin1.dll, no even a single dll)

https://travis-ci.com/chipitsine/travis-cygwin/builds/132640664

сб, 19 окт. 2019 г. в 10:23, Brian Inglis <Brian.Inglis@systematicsw.ab.ca>:

> On 2019-10-18 23:00, Илья Шипицин wrote:
> > something has changed in travis-ci (it uses windows 1803 images).
> > script below used to work earlier. any idea why it could happen ?
> > very simple script:
> > https://github.com/chipitsine/travis-cygwin/blob/master/.travis.yml
> > result:
> > https://travis-ci.com/chipitsine/travis-cygwin/builds/132624829
>
> Ensure that there is only one cygwin1.dll (version) in the PATH.
>
> --
> 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
>
>

--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: bash (3312) C:\tools\cygwin\bin\bash.exe: *** fatal error - cygheap base mismatch detected - 0x180331408/0x18032D408.
  2019-10-19  9:52   ` Илья Шипицин
@ 2019-10-19 10:02     ` Илья Шипицин
  2019-10-19 12:32       ` Biswapriyo Nath
  0 siblings, 1 reply; 7+ messages in thread
From: Илья Шипицин @ 2019-10-19 10:02 UTC (permalink / raw)
  To: Brian Inglis; +Cc: cygwin

btw, is there recommended way of unattended installation ?

so, for example, I need certain cygwin packages installed during CI process.
I decided to use chocolatey for that. Maybe there are better ways ?

сб, 19 окт. 2019 г. в 14:52, Илья Шипицин <chipitsine@gmail.com>:

> thank for the hint
>
> here's output of
>
> powershell -c '$env:PATH.Split(";") | gci'
>
> (seems there no duplicates of cygwin1.dll, no even a single dll)
>
> https://travis-ci.com/chipitsine/travis-cygwin/builds/132640664
>
> сб, 19 окт. 2019 г. в 10:23, Brian Inglis <Brian.Inglis@systematicsw.ab.ca
> >:
>
>> On 2019-10-18 23:00, Илья Шипицин wrote:
>> > something has changed in travis-ci (it uses windows 1803 images).
>> > script below used to work earlier. any idea why it could happen ?
>> > very simple script:
>> > https://github.com/chipitsine/travis-cygwin/blob/master/.travis.yml
>> > result:
>> > https://travis-ci.com/chipitsine/travis-cygwin/builds/132624829
>>
>> Ensure that there is only one cygwin1.dll (version) in the PATH.
>>
>> --
>> 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
>>
>>

--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: bash (3312) C:\tools\cygwin\bin\bash.exe: *** fatal error - cygheap base mismatch detected - 0x180331408/0x18032D408.
  2019-10-19 10:02     ` Илья Шипицин
@ 2019-10-19 12:32       ` Biswapriyo Nath
  2019-10-19 12:44         ` Илья Шипицин
  0 siblings, 1 reply; 7+ messages in thread
From: Biswapriyo Nath @ 2019-10-19 12:32 UTC (permalink / raw)
  To: cygwin

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.

--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: bash (3312) C:\tools\cygwin\bin\bash.exe: *** fatal error - cygheap base mismatch detected - 0x180331408/0x18032D408.
  2019-10-19 12:32       ` Biswapriyo Nath
@ 2019-10-19 12:44         ` Илья Шипицин
  2019-10-19 16:51           ` Brian Inglis
  0 siblings, 1 reply; 7+ messages in thread
From: Илья Шипицин @ 2019-10-19 12:44 UTC (permalink / raw)
  To: cygwin

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.


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)


сб, 19 окт. 2019 г. в 17:32, Biswapriyo Nath <nathbappai@gmail.com>:

> 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.
>
> --
> 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
>
>

--
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: bash (3312) C:\tools\cygwin\bin\bash.exe: *** fatal error - cygheap base mismatch detected - 0x180331408/0x18032D408.
  2019-10-19 12:44         ` Илья Шипицин
@ 2019-10-19 16:51           ` Brian Inglis
  0 siblings, 0 replies; 7+ messages in thread
From: Brian Inglis @ 2019-10-19 16:51 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-10-19 16:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-19  5:00 bash (3312) C:\tools\cygwin\bin\bash.exe: *** fatal error - cygheap base mismatch detected - 0x180331408/0x18032D408 Илья Шипицин
2019-10-19  5:23 ` Brian Inglis
2019-10-19  9:52   ` Илья Шипицин
2019-10-19 10:02     ` Илья Шипицин
2019-10-19 12:32       ` Biswapriyo Nath
2019-10-19 12:44         ` Илья Шипицин
2019-10-19 16:51           ` Brian Inglis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).