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 http://google-perftools.googlecode.com/svn/
AZ 9901 writes:
> I think I have found a memory leak in bash (or perhaps in DLL fork
> implementation, I don't know).
>
> Just launch the following test loop having a look at Windows Task
> Manager, Page File Usage tab :
>
> while [ 1 ]
> do
> test=$(echo test)
> done
>
> Memory usage is constan
Hello,
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.
*** snip snip snip **
#!/bin/sh
set -e
while true; do
./exiter.exe
echo -n
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.
[...]
> #!/bin/sh
> set -e
> while true; do
>./exiter.exe
4 matches
Mail list logo