Re: [bash or DLL] Memory leak in childs

2011-07-18 Thread Corinna Vinschen
On Jul 18 06:52, Mark Geisert wrote: > Heiko Elger writes: > > I just can confirm the same problem with latest cygwin1.dll > > (cygwin1-20110713.dll.bz2) on Windows 7/64 (fast XEON CPU). > > I've seen this problem while testing other "exiter" - problem > > with the following script. > [...] > > #!/

Re: please fix heap_init

2011-07-18 Thread Corinna Vinschen
On Jul 18 05:20, jojelino wrote: > this is following of 'infinite recursion in git-svn' > #to reproduce this problem, > #1. please use latest cvs trunk > #2. set HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\heap_chunk_in_mb=0x400 > Starting program: /usr/bin/perl.exe /usr/lib/git-core/git-svn clone > -rHEAD

Re: please fix heap_init

2011-07-18 Thread Corinna Vinschen
On Jul 18 09:11, Corinna Vinschen wrote: > On Jul 18 05:20, jojelino wrote: > > this is following of 'infinite recursion in git-svn' > > #to reproduce this problem, > > #1. please use latest cvs trunk > > #2. set HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\heap_chunk_in_mb=0x400 > > Starting program: /usr/b

Re: please fix heap_init

2011-07-18 Thread jojelino
On 2011-07-18 오후 5:45, Corinna Vinschen wrote: I had a closer look and I found a bug in the code. When no memory area has been found which is bigger than the requested memory area, the code was supposed to allocate the largest memory area found. At this point the code used start_address accide

Re: Error when Perl calling shell scipt using Cygwin >>> c:\cygwin\bin\sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487

2011-07-18 Thread Reini Urban
2011/7/15 Gaurav Chhabra: > Sorry, i forgot mentioning that i have attached the log files > (perlrebase and main error that i am getting) for reference in my > last post. The perlrebase log looks good, but the other log indicates that you need to do a rebaseall. -- Reini -- Problem reports:

Random Crashes

2011-07-18 Thread Russell Harmon
For some time now, I've been getting random crashes from different applications. Mostly, gvim, but zsh sometimes crashes too. In fact, I've got a zsh script that if I add a blank line in a particular place, it triggers a crash. For zsh, it seems to happen fairly deterministically; if it's crashing

Re: Random Crashes

2011-07-18 Thread Peter A. Castro
On Tue, 19 Jul 2011, Russell Harmon wrote: Greetings, Russell, For some time now, I've been getting random crashes from different applications. Mostly, gvim, but zsh sometimes crashes too. In fact, I've got a zsh script that if I add a blank line in a particular place, it triggers a crash. Ha