public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487
@ 2010-04-09 15:48 Ricardo Urbina
  2010-04-12  9:04 ` Reini Urban
  0 siblings, 1 reply; 13+ messages in thread
From: Ricardo Urbina @ 2010-04-09 15:48 UTC (permalink / raw)
  To: cygwin

Hi. Last tuesday I updated my Cygwin installation from 1.7.1 to 1.7.4.
And then I started getting these errors when running a perl script:

% perlscript
      3 [main] sh 11716 C:\cygwin\bin\sh.exe: *** fatal error -
couldn't allocate heap, Win32 error 487, base 0x850000, top 0x890000,
reserve_size 258048, allocsize 262144, page_const 4096
      2 [main] sh 10172 fork: child -1 - died waiting for longjmp
before initialization, retry 0, exit code 0x100, errno 11
      3 [main] sh 10996 C:\cygwin\bin\sh.exe: *** fatal error -
couldn't allocate heap, Win32 error 487, base 0x850000, top 0x890000,
reserve_size 258048, allocsize 262144, page_const 4096
4773696 [main] sh 10172 fork: child -1 - died waiting for longjmp
before initialization, retry 0, exit code 0x100, errno 11
      3 [main] sh 11444 C:\cygwin\bin\sh.exe: *** fatal error -
couldn't allocate heap, Win32 error 487, base 0x850000, top 0x890000,
reserve_size 258048, allocsize 262144, page_const 4096
10532501 [main] sh 10172 fork: child -1 - died waiting for longjmp
before initialization, retry 0, exit code 0x100, errno 11
      3 [main] sh 8728 C:\cygwin\bin\sh.exe: *** fatal error -
couldn't allocate heap, Win32 error 487, base 0x850000, top 0x890000,
reserve_size 258048, allocsize 262144, page_const 4096
18305408 [main] sh 10172 fork: child -1 - died waiting for longjmp
before initialization, retry 0, exit code 0x100, errno 11
      3 [main] sh 9872 C:\cygwin\bin\sh.exe: *** fatal error -
couldn't allocate heap, Win32 error 487, base 0x850000, top 0x890000,
reserve_size 258048, allocsize 262144, page_const 4096
30064112 [main] sh 10172 fork: child -1 - died waiting for longjmp
before initialization, retry 0, exit code 0x100, errno 11
sh: fork: Resource temporarily unavailable
%

perlscript just spawns shells using backticks to run some curl commands.

There are a lot of posts from different times with similar problems. I
already tried rebaseall (and peflagsall). Also, I fiddled with
theheap_chunk_in_mb registry entry. No success so far. I reinstalled
cygwin from scratch -- same problem.

The error comes from perl and make scripts, mostly. Any ideas?

--
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] 13+ messages in thread

* Re: sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487
  2010-04-09 15:48 sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487 Ricardo Urbina
@ 2010-04-12  9:04 ` Reini Urban
  2010-04-12 14:44   ` Ricardo Urbina
  0 siblings, 1 reply; 13+ messages in thread
From: Reini Urban @ 2010-04-12  9:04 UTC (permalink / raw)
  To: cygwin

2010/4/9 Ricardo Urbina:
> Hi. Last tuesday I updated my Cygwin installation from 1.7.1 to 1.7.4.
> And then I started getting these errors when running a perl script:
>
> % perlscript
>      3 [main] sh 11716 C:\cygwin\bin\sh.exe: *** fatal error -
> couldn't allocate heap, Win32 error 487, base 0x850000, top 0x890000,
> reserve_size 258048, allocsize 262144, page_const 4096
>      2 [main] sh 10172 fork: child -1 - died waiting for longjmp
> before initialization, retry 0, exit code 0x100, errno 11

First I need a http://cygwin.com/problems.html report

Second, you can try a lower rebase address, as pointed out in
http://cygwin.com/ml/cygwin/2010-04/msg00540.html
-- 
Reini Urban
http://phpwiki.org/           http://murbreak.at/

--
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] 13+ messages in thread

* Re: sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487
  2010-04-12  9:04 ` Reini Urban
@ 2010-04-12 14:44   ` Ricardo Urbina
  2010-04-23 15:55     ` Ricardo Urbina
  0 siblings, 1 reply; 13+ messages in thread
From: Ricardo Urbina @ 2010-04-12 14:44 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1063 bytes --]

On Mon, Apr 12, 2010 at 4:03 AM, Reini Urban <rurban@x-ray.at> wrote:
> 2010/4/9 Ricardo Urbina:
>> Hi. Last tuesday I updated my Cygwin installation from 1.7.1 to 1.7.4.
>> And then I started getting these errors when running a perl script:
>>
>> % perlscript
>>      3 [main] sh 11716 C:\cygwin\bin\sh.exe: *** fatal error -
>> couldn't allocate heap, Win32 error 487, base 0x850000, top 0x890000,
>> reserve_size 258048, allocsize 262144, page_const 4096
>>      2 [main] sh 10172 fork: child -1 - died waiting for longjmp
>> before initialization, retry 0, exit code 0x100, errno 11
>
> First I need a http://cygwin.com/problems.html report
>
> Second, you can try a lower rebase address, as pointed out in
> http://cygwin.com/ml/cygwin/2010-04/msg00540.html

I didn't know there was a perlrebase. It didn't change a thing. I'm
starting to think it's not a cygwin issue: after perlrebase, it ran
just fine once. Then the whole system crashed. It didn't work again
after rebooting. Anyway, I attach my cygcheck output. Thanks a lot!

[-- Attachment #2: cygcheck.out --]
[-- Type: application/octet-stream, Size: 33131 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Mon Apr 12 09:05:04 2010

Windows XP Professional Ver 5.1 Build 2600 Service Pack 3

Path:	C:\cygwin\bin
	C:\cygwin\bin
	C:\cygwin\usr\local\bin
	C:\cygwin\usr\sbin
	C:\bin\graphicsmagick
	C:\Archivos de programa\PHP\
	C:\Archivos de programa\CollabNet SVN Server
	C:\WINDOWS\system32
	C:\WINDOWS
	C:\WINDOWS\System32\Wbem
	C:\Archivos de programa\Intel\DMIX
	C:\Archivos de programa\TortoiseSVN\bin
	C:\Archivos de programa\QuickTime\QTSystem\
	C:\Archivos de programa\Microsoft SQL Server\80\Tools\BINN
	C:\Archivos de programa\Microsoft SQL Server\90\Tools\binn\
	C:\cygwin\bin
	C:\bin
	C:\Archivos de programa\Palm\SDK\bin
	C:\Archivos de programa\Palm\SDK\bin\novacom
	C:\Archivos de programa\Palm\PDK\bin
	C:\Oracle\instantclient_11_1

Output from C:\cygwin\bin\id.exe
UID: 12692(rurbina)      GID: 10513(Domain Users)
10513(Domain Users)      0(root)                  544(Administradores)
545(Usuarios)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

HOME = '/home/rurbina'
PWD = '/home/rurbina/Escritorio'

!:: = '::\'
ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
APPDATA = 'C:\Documents and Settings\rurbina\Datos de programa'
CLASSPATH = '.;C:\Archivos de programa\Java\jre6\lib\ext\QTJava.zip'
CLIENTNAME = 'Console'
COMMONPROGRAMFILES = 'C:\Archivos de programa\Archivos comunes'
COMPUTERNAME = 'SIS-RURBINA'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
FP_NO_HOST_CHECK = 'NO'
HOMEDRIVE = 'C:'
HOMEPATH = '\Documents and Settings\rurbina'
LOGONSERVER = '\\FSEOG'
NUMBER_OF_PROCESSORS = '2'
OS = 'Windows_NT'
PalmPDK = 'C:\Archivos de programa\Palm\PDK'
PalmSDK = 'C:\Archivos de programa\Palm\SDK\'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PHPRC = 'C:\Archivos de programa\PHP\'
PROCESSOR_ARCHITECTURE = 'x86'
PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 15 Stepping 11, GenuineIntel'
PROCESSOR_LEVEL = '6'
PROCESSOR_REVISION = '0f0b'
PROGRAMFILES = 'C:\Archivos de programa'
QTJAVA = 'C:\Archivos de programa\Java\jre6\lib\ext\QTJava.zip'
SESSIONNAME = 'Console'
SHELL = '/bin/zsh'
SYSTEMDRIVE = 'C:'
SYSTEMROOT = 'C:\WINDOWS'
TEMP = '/winxp/DOCUME~1/rurbina/CONFIG~1/Temp'
TMP = '/winxp/DOCUME~1/rurbina/CONFIG~1/Temp'
USERDNSDOMAIN = 'EMPLOYEE.COM.MX'
USERDOMAIN = 'EMPLOYEE'
USERNAME = 'rurbina'
USERPROFILE = 'C:\Documents and Settings\rurbina'
VBOX_INSTALL_PATH = 'C:\Archivos de programa\VirtualBox\'
VS90COMNTOOLS = 'C:\Archivos de programa\VisualStudio2008\Common7\Tools\'
WINDIR = 'C:\WINDOWS'
TERM = 'cygwin'
LOGNAME = 'rurbina'
SHLVL = '1'
OLDPWD = '/home/rurbina'
PS1 = '[%n@%m %~]%# '
EDITOR = 'scite'
_ = '/bin/cygcheck'

HKEY_CURRENT_USER\Console\C:_cygwin_bin_sqlite3.exe
  (default) = 0x005f0000
  ColorTable07 = 0x00c0dec0
  ScreenBufferSize = 0x012c0078
  WindowSize = 0x001c0078
  FontSize = 0x000c0005
  FontFamily = 0x00000030
  FaceName = 'Terminal'
HKEY_CURRENT_USER\Console\C:_cygwin_bin_zsh.exe
  (default) = 0x00000064
  ScreenBufferSize = 0x012c005a
  WindowSize = 0x0019005a
  QuickEdit = 0x00000800
  FontSize = 0x000d0006
HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Installations
  (default) = '\??\C:\cygwin'
HKEY_CURRENT_USER\Software\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygwin\setup
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin
  (default) = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\cygwin'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'C:\cygwin'

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: c5e39b7a9d22bafb Path: C:\cygwin
  User:   Key: c5e39b7a9d22bafb Path: C:\cygwin

c:  hd  NTFS    238464Mb  91% CP CS UN PA FC     SisDes10
d:  cd             N/A    N/A                    
e:  fd             N/A    N/A                    
f:  fd             N/A    N/A                    
s:  fd             N/A    N/A                    

C:\Documents and settings  /home     user    binary
C:                         /winxp    user    binary
C:\cygwin                  /         system  binary,auto
C:\cygwin\bin              /usr/bin  system  binary,auto
C:\cygwin\lib              /usr/lib  system  binary,auto
cygdrive prefix            /drive    user    binary,posix=0,auto

Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\awk.exe
 -> C:\cygwin\bin\gawk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: C:\cygwin\bin\cp.exe
Found: C:\cygwin\bin\cp.exe
Not Found: cpp (good!)
Found: C:\cygwin\bin\crontab.exe
Found: C:\cygwin\bin\crontab.exe
Found: C:\cygwin\bin\crontab.exe
Found: C:\cygwin\bin\find.exe
Found: C:\cygwin\bin\find.exe
Found: C:\WINDOWS\system32\find.exe
Warning: C:\cygwin\bin\find.exe hides C:\WINDOWS\system32\find.exe
Found: C:\cygwin\bin\find.exe
Not Found: gcc
Not Found: gdb
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\kill.exe
Found: C:\cygwin\bin\kill.exe
Found: C:\cygwin\bin\kill.exe
Not Found: ld
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\ls.exe
Not Found: make
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\mv.exe
Not Found: patch
Found: C:\cygwin\bin\perl.exe
Found: C:\cygwin\bin\perl.exe
Found: C:\cygwin\bin\perl.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\sed.exe
Not Found: ssh
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe
Found: C:\cygwin\bin\tar.exe
Found: C:\cygwin\bin\tar.exe
Found: C:\cygwin\bin\test.exe
Found: C:\cygwin\bin\test.exe
Found: C:\cygwin\bin\test.exe
Not Found: vi
Not Found: vim

   61k 2010/04/09 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2009/3/1 21:11
    7k 2010/04/09 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 2:57
 1144k 2010/04/09 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.8.dll" v0.0 ts=2010/3/24 9:16
  254k 2010/04/09 C:\cygwin\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-4.dll" v0.0 ts=2009/8/23 0:25
  943k 2010/04/09 C:\cygwin\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.5.dll" v0.0 ts=2007/12/17 7:12
 1296k 2010/04/09 C:\cygwin\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.5.dll" v0.0 ts=2007/12/17 7:12
  118k 2010/04/09 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2008/5/8 23:03
   43k 2010/04/09 C:\cygwin\bin\cygform-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-10.dll" v0.0 ts=2010/1/2 8:49
   40k 2010/04/09 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-8.dll" v0.0 ts=2009/3/1 0:32
   43k 2010/04/09 C:\cygwin\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-9.dll" v0.0 ts=2009/11/20 13:14
   47k 2010/04/09 C:\cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2010/1/2 11:31
   45k 2010/04/09 C:\cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2009/12/7 18:30
   19k 2010/04/09 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2009/2/26 1:58
    8k 2010/04/09 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2009/2/26 1:58
  315k 2010/04/09 C:\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2009/6/6 6:23
   25k 2009/07/06 C:\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2009/7/5 9:45
  360k 2010/04/09 C:\cygwin\bin\cygicons-0.dll - os=4.0 img=1.4 sys=4.0
                  "cygicons-0.dll" v0.0 ts=2009/12/28 23:30
  982k 2010/04/09 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2009/12/23 7:25
  193k 2010/04/09 C:\cygwin\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2010/2/5 9:32
   31k 2010/04/09 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-3.dll" v0.0 ts=2005/11/19 20:04
   31k 2010/04/09 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2009/4/2 19:15
    5k 2010/04/09 C:\cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2010/4/7 4:03
    9k 2010/04/07 C:\cygwin\bin\cyglsa64.dll - os=5.2 img=0.0 sys=5.2
  123k 2010/04/09 C:\cygwin\bin\cyglzma-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-1.dll" v0.0 ts=2009/8/30 17:35
   25k 2010/04/09 C:\cygwin\bin\cygmenu-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-10.dll" v0.0 ts=2010/1/2 8:48
   21k 2010/04/09 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-8.dll" v0.0 ts=2009/3/1 0:31
   25k 2010/04/09 C:\cygwin\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-9.dll" v0.0 ts=2009/11/20 13:13
   25k 2010/04/09 C:\cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2010/1/2 11:30
  211k 2010/04/09 C:\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2009/6/6 6:23
   63k 2010/04/09 C:\cygwin\bin\cygncurses++-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-10.dll" v0.0 ts=2010/1/2 9:00
   66k 2010/04/09 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-8.dll" v0.0 ts=2009/3/1 0:39
   63k 2010/04/09 C:\cygwin\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-9.dll" v0.0 ts=2009/11/20 13:25
   63k 2010/04/09 C:\cygwin\bin\cygncurses++w-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++w-10.dll" v0.0 ts=2010/1/2 11:41
  195k 2010/04/09 C:\cygwin\bin\cygncurses-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-10.dll" v0.0 ts=2010/1/2 8:45
  237k 2010/04/09 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-8.dll" v0.0 ts=2009/3/1 0:28
  198k 2010/04/09 C:\cygwin\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-9.dll" v0.0 ts=2009/11/20 13:10
  244k 2010/04/09 C:\cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2010/1/2 11:28
   13k 2010/04/09 C:\cygwin\bin\cygpanel-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-10.dll" v0.0 ts=2010/1/2 8:47
   11k 2010/04/09 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-8.dll" v0.0 ts=2009/3/1 0:30
   13k 2010/04/09 C:\cygwin\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-9.dll" v0.0 ts=2009/11/20 13:12
   13k 2010/04/09 C:\cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2010/1/2 10:30
  217k 2010/04/09 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2009/10/25 3:42
    8k 2010/04/09 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2009/10/25 3:42
 1553k 2009/12/19 C:\cygwin\bin\cygperl5_10.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_10.dll" v0.0 ts=2009/12/18 8:54
   22k 2010/04/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 0:45
  162k 2009/07/06 C:\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2009/7/5 9:45
  475k 2010/04/09 C:\cygwin\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsqlite3-0.dll" v0.0 ts=2009/12/17 19:28
  129k 2010/04/09 C:\cygwin\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssh2-1.dll" v0.0 ts=2009/11/18 2:58
  264k 2010/04/09 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.8.dll" v0.0 ts=2010/3/24 9:17
   10k 2010/04/09 C:\cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssp-0.dll" v0.0 ts=2009/12/7 18:38
  773k 2010/04/09 C:\cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2009/12/7 19:07
   48k 2010/04/09 C:\cygwin\bin\cygtic-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-10.dll" v0.0 ts=2010/1/2 8:45
   48k 2010/04/09 C:\cygwin\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-9.dll" v0.0 ts=2009/11/20 13:10
   48k 2010/04/09 C:\cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2010/1/2 11:28
   28k 2010/04/09 C:\cygwin\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwrap-0.dll" v0.0 ts=2010/3/28 3:02
   64k 2010/04/09 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2009/3/1 19:33
 2547k 2010/04/07 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2010/4/7 4:02
    Cygwin DLL version info:
        DLL version: 1.7.4
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 225
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: Wed Apr 7 11:02:26 CEST 2010
        Shared id: cygwin1S5

   61k 2010/04/09 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2009/3/1 21:11
    7k 2010/04/09 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 2:57
 1144k 2010/04/09 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.8.dll" v0.0 ts=2010/3/24 9:16
  254k 2010/04/09 C:\cygwin\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-4.dll" v0.0 ts=2009/8/23 0:25
  943k 2010/04/09 C:\cygwin\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.5.dll" v0.0 ts=2007/12/17 7:12
 1296k 2010/04/09 C:\cygwin\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.5.dll" v0.0 ts=2007/12/17 7:12
  118k 2010/04/09 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2008/5/8 23:03
   43k 2010/04/09 C:\cygwin\bin\cygform-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-10.dll" v0.0 ts=2010/1/2 8:49
   40k 2010/04/09 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-8.dll" v0.0 ts=2009/3/1 0:32
   43k 2010/04/09 C:\cygwin\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-9.dll" v0.0 ts=2009/11/20 13:14
   47k 2010/04/09 C:\cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2010/1/2 11:31
   45k 2010/04/09 C:\cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2009/12/7 18:30
   19k 2010/04/09 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2009/2/26 1:58
    8k 2010/04/09 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2009/2/26 1:58
  315k 2010/04/09 C:\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2009/6/6 6:23
   25k 2009/07/06 C:\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2009/7/5 9:45
  360k 2010/04/09 C:\cygwin\bin\cygicons-0.dll - os=4.0 img=1.4 sys=4.0
                  "cygicons-0.dll" v0.0 ts=2009/12/28 23:30
  982k 2010/04/09 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2009/12/23 7:25
  193k 2010/04/09 C:\cygwin\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2010/2/5 9:32
   31k 2010/04/09 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-3.dll" v0.0 ts=2005/11/19 20:04
   31k 2010/04/09 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2009/4/2 19:15
    5k 2010/04/09 C:\cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2010/4/7 4:03
    9k 2010/04/07 C:\cygwin\bin\cyglsa64.dll - os=5.2 img=0.0 sys=5.2
  123k 2010/04/09 C:\cygwin\bin\cyglzma-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-1.dll" v0.0 ts=2009/8/30 17:35
   25k 2010/04/09 C:\cygwin\bin\cygmenu-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-10.dll" v0.0 ts=2010/1/2 8:48
   21k 2010/04/09 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-8.dll" v0.0 ts=2009/3/1 0:31
   25k 2010/04/09 C:\cygwin\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-9.dll" v0.0 ts=2009/11/20 13:13
   25k 2010/04/09 C:\cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2010/1/2 11:30
  211k 2010/04/09 C:\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2009/6/6 6:23
   63k 2010/04/09 C:\cygwin\bin\cygncurses++-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-10.dll" v0.0 ts=2010/1/2 9:00
   66k 2010/04/09 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-8.dll" v0.0 ts=2009/3/1 0:39
   63k 2010/04/09 C:\cygwin\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-9.dll" v0.0 ts=2009/11/20 13:25
   63k 2010/04/09 C:\cygwin\bin\cygncurses++w-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++w-10.dll" v0.0 ts=2010/1/2 11:41
  195k 2010/04/09 C:\cygwin\bin\cygncurses-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-10.dll" v0.0 ts=2010/1/2 8:45
  237k 2010/04/09 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-8.dll" v0.0 ts=2009/3/1 0:28
  198k 2010/04/09 C:\cygwin\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-9.dll" v0.0 ts=2009/11/20 13:10
  244k 2010/04/09 C:\cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2010/1/2 11:28
   13k 2010/04/09 C:\cygwin\bin\cygpanel-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-10.dll" v0.0 ts=2010/1/2 8:47
   11k 2010/04/09 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-8.dll" v0.0 ts=2009/3/1 0:30
   13k 2010/04/09 C:\cygwin\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-9.dll" v0.0 ts=2009/11/20 13:12
   13k 2010/04/09 C:\cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2010/1/2 10:30
  217k 2010/04/09 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2009/10/25 3:42
    8k 2010/04/09 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2009/10/25 3:42
 1553k 2009/12/19 C:\cygwin\bin\cygperl5_10.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_10.dll" v0.0 ts=2009/12/18 8:54
   22k 2010/04/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 0:45
  162k 2009/07/06 C:\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2009/7/5 9:45
  475k 2010/04/09 C:\cygwin\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsqlite3-0.dll" v0.0 ts=2009/12/17 19:28
  129k 2010/04/09 C:\cygwin\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssh2-1.dll" v0.0 ts=2009/11/18 2:58
  264k 2010/04/09 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.8.dll" v0.0 ts=2010/3/24 9:17
   10k 2010/04/09 C:\cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssp-0.dll" v0.0 ts=2009/12/7 18:38
  773k 2010/04/09 C:\cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2009/12/7 19:07
   48k 2010/04/09 C:\cygwin\bin\cygtic-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-10.dll" v0.0 ts=2010/1/2 8:45
   48k 2010/04/09 C:\cygwin\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-9.dll" v0.0 ts=2009/11/20 13:10
   48k 2010/04/09 C:\cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2010/1/2 11:28
   28k 2010/04/09 C:\cygwin\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwrap-0.dll" v0.0 ts=2010/3/28 3:02
   64k 2010/04/09 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2009/3/1 19:33
 2547k 2010/04/07 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2010/4/7 4:02
    Cygwin DLL version info:
        DLL version: 1.7.4
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 225
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: Wed Apr 7 11:02:26 CEST 2010
        Shared id: cygwin1S5

  520k 2006/03/11 C:\cygwin\usr\local\bin\cygAiksaurus-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygAiksaurus-1-2-0.dll" v0.0 ts=2006/3/10 20:11
   61k 2010/04/09 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2009/3/1 21:11
    7k 2010/04/09 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 2:57
 1144k 2010/04/09 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.8.dll" v0.0 ts=2010/3/24 9:16
  254k 2010/04/09 C:\cygwin\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-4.dll" v0.0 ts=2009/8/23 0:25
  943k 2010/04/09 C:\cygwin\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.5.dll" v0.0 ts=2007/12/17 7:12
 1296k 2010/04/09 C:\cygwin\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.5.dll" v0.0 ts=2007/12/17 7:12
  118k 2010/04/09 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2008/5/8 23:03
   43k 2010/04/09 C:\cygwin\bin\cygform-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-10.dll" v0.0 ts=2010/1/2 8:49
   40k 2010/04/09 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-8.dll" v0.0 ts=2009/3/1 0:32
   43k 2010/04/09 C:\cygwin\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-9.dll" v0.0 ts=2009/11/20 13:14
   47k 2010/04/09 C:\cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2010/1/2 11:31
   45k 2010/04/09 C:\cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2009/12/7 18:30
   19k 2010/04/09 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2009/2/26 1:58
    8k 2010/04/09 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2009/2/26 1:58
  315k 2010/04/09 C:\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2009/6/6 6:23
   25k 2009/07/06 C:\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2009/7/5 9:45
  360k 2010/04/09 C:\cygwin\bin\cygicons-0.dll - os=4.0 img=1.4 sys=4.0
                  "cygicons-0.dll" v0.0 ts=2009/12/28 23:30
  982k 2010/04/09 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2009/12/23 7:25
  193k 2010/04/09 C:\cygwin\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2010/2/5 9:32
   31k 2010/04/09 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-3.dll" v0.0 ts=2005/11/19 20:04
   31k 2010/04/09 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2009/4/2 19:15
    5k 2010/04/09 C:\cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2010/4/7 4:03
    9k 2010/04/07 C:\cygwin\bin\cyglsa64.dll - os=5.2 img=0.0 sys=5.2
  123k 2010/04/09 C:\cygwin\bin\cyglzma-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-1.dll" v0.0 ts=2009/8/30 17:35
   25k 2010/04/09 C:\cygwin\bin\cygmenu-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-10.dll" v0.0 ts=2010/1/2 8:48
   21k 2010/04/09 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-8.dll" v0.0 ts=2009/3/1 0:31
   25k 2010/04/09 C:\cygwin\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-9.dll" v0.0 ts=2009/11/20 13:13
   25k 2010/04/09 C:\cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2010/1/2 11:30
  211k 2010/04/09 C:\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2009/6/6 6:23
   63k 2010/04/09 C:\cygwin\bin\cygncurses++-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-10.dll" v0.0 ts=2010/1/2 9:00
   66k 2010/04/09 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-8.dll" v0.0 ts=2009/3/1 0:39
   63k 2010/04/09 C:\cygwin\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-9.dll" v0.0 ts=2009/11/20 13:25
   63k 2010/04/09 C:\cygwin\bin\cygncurses++w-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++w-10.dll" v0.0 ts=2010/1/2 11:41
  195k 2010/04/09 C:\cygwin\bin\cygncurses-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-10.dll" v0.0 ts=2010/1/2 8:45
  237k 2010/04/09 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-8.dll" v0.0 ts=2009/3/1 0:28
  198k 2010/04/09 C:\cygwin\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-9.dll" v0.0 ts=2009/11/20 13:10
  244k 2010/04/09 C:\cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2010/1/2 11:28
   13k 2010/04/09 C:\cygwin\bin\cygpanel-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-10.dll" v0.0 ts=2010/1/2 8:47
   11k 2010/04/09 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-8.dll" v0.0 ts=2009/3/1 0:30
   13k 2010/04/09 C:\cygwin\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-9.dll" v0.0 ts=2009/11/20 13:12
   13k 2010/04/09 C:\cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2010/1/2 10:30
  217k 2010/04/09 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2009/10/25 3:42
    8k 2010/04/09 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2009/10/25 3:42
 1553k 2009/12/19 C:\cygwin\bin\cygperl5_10.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_10.dll" v0.0 ts=2009/12/18 8:54
   22k 2010/04/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 0:45
  162k 2009/07/06 C:\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2009/7/5 9:45
  475k 2010/04/09 C:\cygwin\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsqlite3-0.dll" v0.0 ts=2009/12/17 19:28
  129k 2010/04/09 C:\cygwin\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssh2-1.dll" v0.0 ts=2009/11/18 2:58
  264k 2010/04/09 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.8.dll" v0.0 ts=2010/3/24 9:17
   10k 2010/04/09 C:\cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssp-0.dll" v0.0 ts=2009/12/7 18:38
  773k 2010/04/09 C:\cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2009/12/7 19:07
   48k 2010/04/09 C:\cygwin\bin\cygtic-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-10.dll" v0.0 ts=2010/1/2 8:45
   48k 2010/04/09 C:\cygwin\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-9.dll" v0.0 ts=2009/11/20 13:10
   48k 2010/04/09 C:\cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2010/1/2 11:28
   28k 2010/04/09 C:\cygwin\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwrap-0.dll" v0.0 ts=2010/3/28 3:02
   64k 2010/04/09 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2009/3/1 19:33
 2547k 2010/04/07 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2010/4/7 4:02
    Cygwin DLL version info:
        DLL version: 1.7.4
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 225
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: Wed Apr 7 11:02:26 CEST 2010
        Shared id: cygwin1S5


Can't find the cygrunsrv utility, skipping services check.


Cygwin Package Information
Last downloaded files to: 
Last downloaded files from: 

Package              Version
_update-info-dir     00876-1
alternatives         1.3.30c-10
base-cygwin          2.1-1
base-files           3.9-3
base-passwd          3.1-1
bash                 3.2.49-23
bzip2                1.0.5-10
coreutils            8.4-2
cron                 4.1-59
crypt                1.1-1
csih                 0.9.1-1
curl                 7.19.6-1
cygutils             1.4.2-1
cygwin               1.7.4-1
cygwin-doc           1.5-1
dash                 0.5.5.1-2
diffutils            2.8.7-2
editrights           1.01-2
findutils            4.5.5-1
fortune              1.99.1-2
gawk                 3.1.7-1
gettext              0.17-11
grep                 2.5.4-2
groff                1.19.2-2
gzip                 1.3.12-2
inetutils            1.7-1
ipc-utils            1.0-1
less                 429-1
libbz2_1             1.0.5-10
libcurl4             7.19.6-1
libdb4.5             4.5.20.2-2
libexpat1            2.0.1-1
libgcc1              4.3.4-3
libgdbm4             1.8.3-20
libgmp3              4.3.1-3
libiconv2            1.13.1-1
libidn11             1.16-1
libintl3             0.14.5-1
libintl8             0.17-11
liblzma1             4.999.9beta-10
libncurses10         5.7-18
libncurses8          5.5-10
libncurses9          5.7-16
libncursesw10        5.7-18
libpcre0             8.00-1
libpopt0             1.6.4-4
libreadline7         6.0.3-2
libsqlite3_0         3.6.21-3
libssh2_1            1.2.2-1
libssp0              4.3.4-3
libstdc++6           4.3.4-3
libwrap0             7.6-21
login                1.10-10
man                  1.6e-1
ncftp                3.2.1-1
netcat               1.10-2
openssl              0.9.8n-1
perl                 5.10.1-3
ping                 1.0-1
rebase               3.0.1-1
run                  1.1.12-11
rxvt                 20050409-21
sed                  4.1.5-2
sqlite3              3.6.21-3
tar                  1.22.90-1
tcsh                 6.17.00.1-1
terminfo             5.7_20091114-14
terminfo0            5.5_20061104-12
texinfo              4.13-3
tzcode               2009k-1
wget                 1.11.4-4
which                2.20-2
xinetd               2.3.14-1
xz                   4.999.9beta-10
zlib0                1.2.3-10
zsh                  4.3.9-1
Use -h to see help about each section

[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

--
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] 13+ messages in thread

* Re: sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487
  2010-04-12 14:44   ` Ricardo Urbina
@ 2010-04-23 15:55     ` Ricardo Urbina
  2010-04-23 22:55       ` Ricardo Urbina
  2011-08-23 20:30       ` Moumita
  0 siblings, 2 replies; 13+ messages in thread
From: Ricardo Urbina @ 2010-04-23 15:55 UTC (permalink / raw)
  To: cygwin

I fixed this yesterday. Just for the record: Symantec Endpoint
Protection, and they had updated it the night before my troubles
began. Can't help that, I'm at work. But they ditched SEP yesterday
and my cygwin fixed automagically, yay!

Nowadays I think anti-viruses cost more on the long run than viruses
would. They can't detect a  0-day virus, but they do slow down and
stop a lot of legitimate stuff.

But for us who are chained to MS, Cygwin is an oasis in the middle of
the desert.


On Mon, Apr 12, 2010 at 9:44 AM, Ricardo Urbina  wrote:
> On Mon, Apr 12, 2010 at 4:03 AM, Reini Urban  wrote:
>> 2010/4/9 Ricardo Urbina:
>>> Hi. Last tuesday I updated my Cygwin installation from 1.7.1 to 1.7.4.
>>> And then I started getting these errors when running a perl script:
>>>
>>> % perlscript
>>>      3 [main] sh 11716 C:\cygwin\bin\sh.exe: *** fatal error -
>>> couldn't allocate heap, Win32 error 487, base 0x850000, top 0x890000,
>>> reserve_size 258048, allocsize 262144, page_const 4096
>>>      2 [main] sh 10172 fork: child -1 - died waiting for longjmp
>>> before initialization, retry 0, exit code 0x100, errno 11
>>
>> First I need a http://cygwin.com/problems.html report
>>
>> Second, you can try a lower rebase address, as pointed out in
>> http://cygwin.com/ml/cygwin/2010-04/msg00540.html
>
> I didn't know there was a perlrebase. It didn't change a thing. I'm
> starting to think it's not a cygwin issue: after perlrebase, it ran
> just fine once. Then the whole system crashed. It didn't work again
> after rebooting. Anyway, I attach my cygcheck output. Thanks a lot!
>

--
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] 13+ messages in thread

* Re: sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487
  2010-04-23 15:55     ` Ricardo Urbina
@ 2010-04-23 22:55       ` Ricardo Urbina
  2011-08-23 20:30       ` Moumita
  1 sibling, 0 replies; 13+ messages in thread
From: Ricardo Urbina @ 2010-04-23 22:55 UTC (permalink / raw)
  To: cygwin

<rant>Ditched Symantec, good. But now Kaspersky says xinetd is piping
data, and piping data is a potential RootKit risk. Oh, the
humanity!!</rant>

Lesson learned: spare yourself a headache, trust the BLODA.

On Fri, Apr 23, 2010 at 10:55 AM, Ricardo Urbina
<ricardo.urbina@gmail.com> wrote:
> I fixed this yesterday. Just for the record: Symantec Endpoint
> Protection, and they had updated it the night before my troubles
> began. Can't help that, I'm at work. But they ditched SEP yesterday
> and my cygwin fixed automagically, yay!
>
> Nowadays I think anti-viruses cost more on the long run than viruses
> would. They can't detect a  0-day virus, but they do slow down and
> stop a lot of legitimate stuff.
>
> But for us who are chained to MS, Cygwin is an oasis in the middle of
> the desert.
>
>
> On Mon, Apr 12, 2010 at 9:44 AM, Ricardo Urbina  wrote:
>> On Mon, Apr 12, 2010 at 4:03 AM, Reini Urban  wrote:
>>> 2010/4/9 Ricardo Urbina:
>>>> Hi. Last tuesday I updated my Cygwin installation from 1.7.1 to 1.7.4.
>>>> And then I started getting these errors when running a perl script:
>>>>
>>>> % perlscript
>>>>      3 [main] sh 11716 C:\cygwin\bin\sh.exe: *** fatal error -
>>>> couldn't allocate heap, Win32 error 487, base 0x850000, top 0x890000,
>>>> reserve_size 258048, allocsize 262144, page_const 4096
>>>>      2 [main] sh 10172 fork: child -1 - died waiting for longjmp
>>>> before initialization, retry 0, exit code 0x100, errno 11
>>>
>>> First I need a http://cygwin.com/problems.html report
>>>
>>> Second, you can try a lower rebase address, as pointed out in
>>> http://cygwin.com/ml/cygwin/2010-04/msg00540.html
>>
>> I didn't know there was a perlrebase. It didn't change a thing. I'm
>> starting to think it's not a cygwin issue: after perlrebase, it ran
>> just fine once. Then the whole system crashed. It didn't work again
>> after rebooting. Anyway, I attach my cygcheck output. Thanks a lot!
>>
>

--
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] 13+ messages in thread

* Re: sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487
  2010-04-23 15:55     ` Ricardo Urbina
  2010-04-23 22:55       ` Ricardo Urbina
@ 2011-08-23 20:30       ` Moumita
  2011-08-24  2:42         ` Larry Hall (Cygwin)
  1 sibling, 1 reply; 13+ messages in thread
From: Moumita @ 2011-08-23 20:30 UTC (permalink / raw)
  To: cygwin

Hi,

I am facing same problem when I am trying to build the webkit using webkit. I 
am getting "fatam error couldn't alocate heap , win32 error 487". After 
disableing the SEP still I am getting same kind of error. 

Please help me to solve the problem.

Thanks,
Moumita





--
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] 13+ messages in thread

* Re: sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487
  2011-08-23 20:30       ` Moumita
@ 2011-08-24  2:42         ` Larry Hall (Cygwin)
  2011-08-24  6:02           ` Marco atzeri
  0 siblings, 1 reply; 13+ messages in thread
From: Larry Hall (Cygwin) @ 2011-08-24  2:42 UTC (permalink / raw)
  To: cygwin

On 8/23/2011 4:21 PM, Moumita wrote:
> Hi,
>
> I am facing same problem when I am trying to build the webkit using webkit. I
> am getting "fatam error couldn't alocate heap , win32 error 487". After
> disableing the SEP still I am getting same kind of error.
>
> Please help me to solve the problem.

This is typically the result of one of two things:

   1. <http://cygwin.com/acronyms/#BLODA>

   2. DLL collisions - Install the 'rebase' package, read its README in
      /usr/share/doc/Cygwin, and follow the instructions there to run
      'rebaseall'.


-- 
Larry

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
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] 13+ messages in thread

* Re: sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487
  2011-08-24  2:42         ` Larry Hall (Cygwin)
@ 2011-08-24  6:02           ` Marco atzeri
  2011-08-25 17:33             ` Moumita Banerjee
  0 siblings, 1 reply; 13+ messages in thread
From: Marco atzeri @ 2011-08-24  6:02 UTC (permalink / raw)
  To: cygwin

On 8/24/2011 4:41 AM, Larry Hall (Cygwin) wrote:
> On 8/23/2011 4:21 PM, Moumita wrote:
>> Hi,
>>
>> I am facing same problem when I am trying to build the webkit using
>> webkit. I
>> am getting "fatam error couldn't alocate heap , win32 error 487". After
>> disableing the SEP still I am getting same kind of error.
>>
>> Please help me to solve the problem.
>
> This is typically the result of one of two things:
>
> 1. <http://cygwin.com/acronyms/#BLODA>
>
> 2. DLL collisions - Install the 'rebase' package, read its README in
> /usr/share/doc/Cygwin, and follow the instructions there to run
> 'rebaseall'.
>
>

and the second is clearly reported on
http://www.webkit.org/building/tools.html
at Windows point "3 Install Cygwin"

Regards
Marco


--
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] 13+ messages in thread

* Re: sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487
  2011-08-24  6:02           ` Marco atzeri
@ 2011-08-25 17:33             ` Moumita Banerjee
  2011-08-25 17:40               ` Marco atzeri
  0 siblings, 1 reply; 13+ messages in thread
From: Moumita Banerjee @ 2011-08-25 17:33 UTC (permalink / raw)
  To: cygwin


Hi,
I tried to rebase the dll of cygwin. but I am getting some problem. Some
dlls are not rebased

"XxX.dll skipped because not writable"

That's why I am not still getting "fatal error...couldn't allocate heap"

Please help to rebase dlls sucessfully.

Thanks,
Moumita


marco atzeri-4 wrote:
> 
> On 8/24/2011 4:41 AM, Larry Hall (Cygwin) wrote:
>> On 8/23/2011 4:21 PM, Moumita wrote:
>>> Hi,
>>>
>>> I am facing same problem when I am trying to build the webkit using
>>> webkit. I
>>> am getting "fatam error couldn't alocate heap , win32 error 487". After
>>> disableing the SEP still I am getting same kind of error.
>>>
>>> Please help me to solve the problem.
>>
>> This is typically the result of one of two things:
>>
>> 1. <http://cygwin.com/acronyms/#BLODA>
>>
>> 2. DLL collisions - Install the 'rebase' package, read its README in
>> /usr/share/doc/Cygwin, and follow the instructions there to run
>> 'rebaseall'.
>>
>>
> 
> and the second is clearly reported on
> http://www.webkit.org/building/tools.html
> at Windows point "3 Install Cygwin"
> 
> Regards
> Marco
> 
> 
> --
> 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
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/sh.exe%3A-***-fatal-error---couldn%27t-allocate-heap%2C-Win32-error-487-tp28193971p32336296.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
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] 13+ messages in thread

* Re: sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487
  2011-08-25 17:33             ` Moumita Banerjee
@ 2011-08-25 17:40               ` Marco atzeri
  0 siblings, 0 replies; 13+ messages in thread
From: Marco atzeri @ 2011-08-25 17:40 UTC (permalink / raw)
  To: cygwin

On 8/25/2011 7:32 PM, Moumita Banerjee wrote:

>
> Hi,
> I tried to rebase the dll of cygwin. but I am getting some problem. Some
> dlls are not rebased
>
> "XxX.dll skipped because not writable"
>
> That's why I am not still getting "fatal error...couldn't allocate heap"
>
> Please help to rebase dlls sucessfully.
>
> Thanks,
> Moumita

first rule : NO top post here, please.

check XxX.dll permissions with

$ ls -l XxX.dll

results should looks like
-rwxr-xr-x+ 1 Marco Administrators   910336 Aug  3 20:32 tk84.dll

the W means writeable, to change it

$ chmod +w XxX.dll


>
>
> marco atzeri-4 wrote:
>>
>> On 8/24/2011 4:41 AM, Larry Hall (Cygwin) wrote:
>>> On 8/23/2011 4:21 PM, Moumita wrote:
>>>> Hi,
>>>>
>>>> I am facing same problem when I am trying to build the webkit using
>>>> webkit. I
>>>> am getting "fatam error couldn't alocate heap , win32 error 487". After
>>>> disableing the SEP still I am getting same kind of error.
>>>>
>>>> Please help me to solve the problem.
>>>
>>> This is typically the result of one of two things:
>>>
>>> 1.<http://cygwin.com/acronyms/#BLODA>
>>>
>>> 2. DLL collisions - Install the 'rebase' package, read its README in
>>> /usr/share/doc/Cygwin, and follow the instructions there to run
>>> 'rebaseall'.
>>>
>>>
>>
>> and the second is clearly reported on
>> http://www.webkit.org/building/tools.html
>> at Windows point "3 Install Cygwin"
>>
>> Regards
>> Marco



--
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] 13+ messages in thread

* Re: sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487
  2010-04-23 17:55 ` Tim Prince
@ 2010-04-25  9:12   ` Reini Urban
  0 siblings, 0 replies; 13+ messages in thread
From: Reini Urban @ 2010-04-25  9:12 UTC (permalink / raw)
  To: cygwin

2010/4/23 Tim Prince:
> Many people this week have been wishing they used an open source virus
> checker:
>>
>> http://www.betanews.com/article/One-very-false-positive-McAfee-in-full-damage-control-mode/12720406

Thanks for the reminder. The latest clamav update is overdue.
It has a new llvm-based detection, which might also detect more false
positives. We'll see.
-- 
Reini Urban
http://phpwiki.org/           http://murbreak.at/

--
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] 13+ messages in thread

* Re: sh.exe: *** fatal error - couldn't allocate heap, Win32 error  487
  2010-04-23 16:10 Lee Maschmeyer
@ 2010-04-23 17:55 ` Tim Prince
  2010-04-25  9:12   ` Reini Urban
  0 siblings, 1 reply; 13+ messages in thread
From: Tim Prince @ 2010-04-23 17:55 UTC (permalink / raw)
  To: cygwin

On 4/23/2010 9:10 AM, Lee Maschmeyer wrote:
> I have Symantec Endpoint on my machine and so far haven't had any 
> trouble.
> My guess is that there's some kind of configuration difference, but since
> I've never been bothered by it I haven't had to learn anything about it.
>
> Running without AV scares the stuffing out of me though. My neighbor
> recently told me they had discovered 167 viruses on his machine. He's 
> now a
> bit wiser and not that much poorer. :-)
Many people this week have been wishing they used an open source virus 
checker:
> http://www.betanews.com/article/One-very-false-positive-McAfee-in-full-damage-control-mode/12720406
-- 
Tim Prince


--
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] 13+ messages in thread

* Re: sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487
@ 2010-04-23 16:10 Lee Maschmeyer
  2010-04-23 17:55 ` Tim Prince
  0 siblings, 1 reply; 13+ messages in thread
From: Lee Maschmeyer @ 2010-04-23 16:10 UTC (permalink / raw)
  To: cygwin

I have Symantec Endpoint on my machine and so far haven't had any trouble.
My guess is that there's some kind of configuration difference, but since
I've never been bothered by it I haven't had to learn anything about it.

Running without AV scares the stuffing out of me though. My neighbor
recently told me they had discovered 167 viruses on his machine. He's now a
bit wiser and not that much poorer. :-)

-- 
Lee Maschmeyer
Wayne State University Computing Center
5925 Woodward, #281
Detroit MI 48202
USA


--
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] 13+ messages in thread

end of thread, other threads:[~2011-08-25 17:40 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-09 15:48 sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487 Ricardo Urbina
2010-04-12  9:04 ` Reini Urban
2010-04-12 14:44   ` Ricardo Urbina
2010-04-23 15:55     ` Ricardo Urbina
2010-04-23 22:55       ` Ricardo Urbina
2011-08-23 20:30       ` Moumita
2011-08-24  2:42         ` Larry Hall (Cygwin)
2011-08-24  6:02           ` Marco atzeri
2011-08-25 17:33             ` Moumita Banerjee
2011-08-25 17:40               ` Marco atzeri
2010-04-23 16:10 Lee Maschmeyer
2010-04-23 17:55 ` Tim Prince
2010-04-25  9:12   ` Reini Urban

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