bash.exe: ***fatal error

2008-04-30 Thread Lester Ingber
2005), I am getting 6 [main] ? (4596) C:\cygwin\bin\bash.exe: ***fatal error - couln't allocate heap, Win32 error 487, base 0x6D, top 0x6E, reserve_size 61440, allocatesize 65536, page_cost 4096 The PID 4596 of course changes with each attempt. (2) If I try to

Re: bash.exe: ***fatal error

2008-04-30 Thread Robin Walker
2005), I am getting 6 [main] ? (4596) C:\cygwin\bin\bash.exe: ***fatal error - couln't allocate heap, Win32 error 487, base 0x6D, top 0x6E, reserve_size 61440, allocatesize 65536, page_cost 4096 Just a stab in the dark: 1. Try renaming "cygwin.bat"

Re: bash.exe: ***fatal error

2008-04-30 Thread Eric Blake
\bin\bash.exe: ***fatal error - | couln't allocate heap, Win32 error 487, base 0x6D, top | 0x6E, reserve_size 61440, allocatesize 65536, page_cost 4096 Sounds like possible interference from BLODA? http://cygwin.com/acronyms/#BLODA http://cygwin.com/faq/faq.using

bash.exe: *** fatal error - add_item ("\??\C:\cygwin", "/", ...) failed, errno 1

2015-03-05 Thread Vladimir Sakharuk
[main] bash 12840 C:\cygwin\bin\bash.exe: *** fatal error - add_item ("\??\C:\cygwin", "/", ...) failed, errno 1 Stack trace: Frame Function  Args 002868A8  6102F97B  (002868A8, , , ) 00286B98  6102F97B  (6119FE20, 8000, , 611A1C8F) 0028

Re: bash.exe: *** fatal error - add_item ("\??\C:\cygwin", "/", ...) failed, errno 1

2015-03-05 Thread Corinna Vinschen
On Mar 5 15:40, Vladimir Sakharuk wrote: > Hi All, > I have found similar issues, but did not find solution that worked for me. > Looking for help. > > I am trying to run applications on windows cluster. > I am getting random crashes like bellow. > However most of the times it works. I assume ar

RE: bash.exe: *** fatal error - add_item ("\??\C:\cygwin", "/", ...) failed, errno 1

2015-03-05 Thread Vladimir Sakharuk
: Re: bash.exe: *** fatal error - add_item ("\??\C:\cygwin", "/", ...) failed, errno 1 On Mar 5 15:40, Vladimir Sakharuk wrote: > Hi All, > I have found similar issues, but did not find solution that worked for me. > Looking for help. > > I am trying to run a

Re: bash.exe: *** fatal error - add_item ("\??\C:\cygwin", "/", ...) failed, errno 1

2015-03-09 Thread Corinna Vinschen
4 PM > To: cygwin@cygwin.com > Subject: Re: bash.exe: *** fatal error - add_item ("\??\C:\cygwin", "/", ...) > failed, errno 1 > > On Mar 5 15:40, Vladimir Sakharuk wrote: > > Hi All, > > I have found similar issues, but did not find solution that worked f

RE: bash.exe: *** fatal error - add_item ("\??\C:\cygwin", "/", ...) failed, errno 1

2015-03-09 Thread Vladimir Sakharuk
Subject: Re: bash.exe: *** fatal error - add_item ("\??\C:\cygwin", "/", ...) failed, errno 1 On Mar 5 21:30, Vladimir Sakharuk wrote: > That was helpful! I have stopped trying rebase combinations and > looking for something else... It wasn't all that helpful I

Re: bash.exe: *** fatal error - add_item ("\??\C:\cygwin", "/", ...) failed, errno 1

2015-03-09 Thread Corinna Vinschen
On Mar 9 16:12, Vladimir Sakharuk wrote: > > -Original Message- > > From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On > > Behalf Of Corinna Vinschen > > Sent: Thursday, March 05, 2015 12:04 PM > > To: cygwin@cygwin.com > > Subject: Re:

bash.exe: *** fatal error - couldn't dynamically determine load address for 'GetKeyboardLayout'

2010-10-09 Thread Thorkil Naur
C:\cygwin\bin\bash.exe: *** fatal error - couldn't > dynamically determine load address for 'GetKeyboardLayout' (handle > 0x7E41), Win32 error 127 > Stack trace: > Frame Function Args > 002238B8 6102749B (002238B8, , , 00223938) > 00223BA8 61

Re: bash.exe: *** fatal error - couldn't dynamically determine load address for 'GetKeyboardLayout'

2010-10-09 Thread Christopher Faylor
ompt: > >> C:\cygwin>bin\bash.exe --login -i >> 3 [main] bash 1928 C:\cygwin\bin\bash.exe: *** fatal error - couldn't >> dynamically determine load address for 'GetKeyboardLayout' (handle >> 0x7E41), Win32 error 127 >> Stack trace:

Re: bash.exe: *** fatal error - couldn't dynamically determine load address for 'GetKeyboardLayout'

2010-10-09 Thread Thorkil Naur
Hello, On Sat, Oct 09, 2010 at 01:40:48PM -0400, Christopher Faylor wrote: > ... > The cygcheck output that we request here: http://cygwin.com/problems.html > might provide more insight. > ... Sorry, I overlooked that. Unfortunately, the machine where this happens is the one I use at work and lo

Re: bash.exe: *** fatal error - couldn't dynamically determine load address for 'GetKeyboardLayout'

2010-10-22 Thread Thorkil Naur
Hello, On Sat, Oct 09, 2010 at 01:40:48PM -0400, Christopher Faylor wrote: > ... > The cygcheck output that we request here: http://cygwin.com/problems.html > might provide more insight. > ... With permission from the owner, I attach a slightly anonymized version of the cygcheck output that you

bash (3312) C:\tools\cygwin\bin\bash.exe: *** fatal error - cygheap base mismatch detected - 0x180331408/0x18032D408.

2019-10-18 Thread Илья Шипицин
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 --

Re: bash (3312) C:\tools\cygwin\bin\bash.exe: *** fatal error - cygheap base mismatch detected - 0x180331408/0x18032D408.

2019-10-18 Thread Brian Inglis
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.

Re: bash (3312) C:\tools\cygwin\bin\bash.exe: *** fatal error - cygheap base mismatch detected - 0x180331408/0x18032D408.

2019-10-19 Thread Илья Шипицин
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 : > On 2019-10-18 23:00, Илья Шипицин wrote

Re: bash (3312) C:\tools\cygwin\bin\bash.exe: *** fatal error - cygheap base mismatch detected - 0x180331408/0x18032D408.

2019-10-19 Thread Илья Шипицин
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, Илья Шипицин : > thank for the hint > > here's output of > > po

Re: bash (3312) C:\tools\cygwin\bin\bash.exe: *** fatal error - cygheap base mismatch detected - 0x180331408/0x18032D408.

2019-10-19 Thread 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. -- Problem repo

Re: bash (3312) C:\tools\cygwin\bin\bash.exe: *** fatal error - cygheap base mismatch detected - 0x180331408/0x18032D408.

2019-10-19 Thread Илья Шипицин
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 i

Re: bash (3312) C:\tools\cygwin\bin\bash.exe: *** fatal error - cygheap base mismatch detected - 0x180331408/0x18032D408.

2019-10-19 Thread Brian Inglis
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

Cygwin error: 1 [main] bash 5856 e:\cygwin64\bin\bash.exe: *** fatal error - add_item ("\??\e:\cygwin64", "/", ...) failed, errno 1

2017-01-03 Thread Michael Goydich
RE: Cygwin error: 1 [main] bash 5856 e:\cygwin64\bin\bash.exe: *** fatal error - add_item ("\??\e:\cygwin64", "/", ...) failed, errno 1 I am looking for help on the following issue where I get an error message from the cygwin1.dll or from the bash.exe program. I am hoping