1.5.25(0.156/4/2): *** fatal error - couldn't allocate heap, Win32 error 487

2008-03-30 Thread Francis ANDRE

Hi Cygwiners


I am trying to compile the OpenJDK package on a WXP SP2 platform. Building 
OpenJDK is using a lot of deeply inter nested makefiles that are lauching a lot 
a sub shells.


I am constantly facing to this recurrent problem:
$ make
  6 [main] ? (14296) C:\cygwin\bin\make.exe: *** fatal error - couldn't allo
cate heap, Win32 error 487, base 0x68, top 0x6D, reserve_size 323584, al
locsize 327680, page_const 4096


While this is a lot of messages related to this problem in the Cygwin mail 
archives -- the latest being this one 
http://sourceware.org/ml/cygwin/2007-07/msg00507.html --, this is persisting 
among all release of cygwin up to the latest one.



What could I do to avoid this problem?


$ uname -a
CYGWIN_NT-5.1 idefix 1.5.25(0.156/4/2) 2008-03-05 19:27 i686 Cygwin


$ cygcheck -s -v -r

Cygwin Configuration Diagnostics
Current System Time: Sun Mar 30 11:16:45 2008

Windows XP Professional Ver 5.1 Build 2600 Service Pack 2

Path:   C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
c:\Program Files\IBM\CICS Transaction Gateway\bin
c:\zOS\Hercules\bin
z:\isode-8.0\com.pac.osi.cpp\bin
z:\DEV\3rd\poco\bin
c:\DEV\WSSE\w3c\Client
c:\DEV\WSSE\w3c\WS-XA
c:\DEV\WSSE\w3c\Country\Bank
c:\DEV\WSSE\w3c\Calculator
c:\DEV\WSSE\bin\Debug
c:\DEV\WSSE\bin\Release
c:\boost\lib
c:\Program Files\Perl\bin\
c:\WINDOWS\system32
c:\WINDOWS
c:\WINDOWS\System32\Wbem
c:\Program Files\Hummingbird\Connectivity\7.00\Accessories\
c:\Program Files\cvsnt
c:\Program Files\doxygen\bin
c:\PROGRA~1\ATT\Graphviz\bin
c:\Program Files\IDM Computer Solutions\UltraEdit-32
c:\PROGRA~1\IBM\SQLLIB\BIN
c:\PROGRA~1\IBM\SQLLIB\FUNCTION
c:\PROGRA~1\IBM\SQLLIB\SAMPLES\REPL
c:\Program Files\IBM\Installation Manager\eclipse\lib
c:\Program Files\Subversion\bin
z:\DEV\WS\CPP\SAS\bin\debug
c:\Program Files\Apache Software Foundation\maven-2.0.4\bin
z:\Jad
c:\Progra~1\Java\jdk1.5.0_09\bin
c:\Program Files\Apache Software Foundation\apache-ant-1.7.0\bin
c:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE
c:\Program Files\Microsoft Visual Studio .NET 2003\VC7\BIN
c:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools
c:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\bin\pre
release
c:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\bin
c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\bin
c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
c:\PROGRA~1\FICHIE~1\MUVEET~1\030625

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1003(FrancisANDRE) GID: 513(Aucun)
=0(root)513(Aucun)
544(Administrateurs)545(Utilisateurs)
1004(Utilisateurs du dÚbogueur)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1003(FrancisANDRE) GID: 513(Aucun)
=0(root)513(Aucun)
544(Administrateurs)545(Utilisateurs)
1004(Utilisateurs du dÚbogueur)

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

USER = 'FrancisANDRE'
PWD = '/home/FrancisANDRE'
HOME = '/home/FrancisANDRE'
MAKE_MODE = 'unix'

WSTX_HOME = 'Z:\DEV\WS\openwstx-1.0.1'
HOMEPATH = '\Documents and Settings\FrancisANDRE'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man:'
DB2INSTANCE = 'DB2'
APPDATA = 'C:\Documents and Settings\FrancisANDRE\Application Data'
HOSTNAME = 'idefix'
VS71COMNTOOLS = 'C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tool
s\'
TERM = 'cygwin'
PROCESSOR_IDENTIFIER = 'x86 Family 15 Model 4 Stepping 3, GenuineIntel'
WINDIR = 'C:\WINDOWS'
DB2TEMPDIR = 'C:\PROGRA~1\IBM\SQLLIB\'
CATALINA_HOME = 'C:\Program Files\Apache Software Foundation\Tomcat 5.5'
OLDPWD = '/usr/bin'
USERDOMAIN = 'IDEFIX'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
ANT_HOME = 'C:\Program Files\Apache Software Foundation\apache-ant-1.7.0'
APR_ICONV_PATH = 'C:\Program Files\Subversion\iconv'
!:: = '::\'
TEMP = '/cygdrive/c/DOCUME~1/FRANCI~1/LOCALS~1/Temp'
COMMONPROGRAMFILES = 'C:\Program Files\Fichiers communs'
LIB = 'C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\ATLMFC\LIB;C:\Prog
ram Files\Microsoft Visual Studio .NET 2003\VC7\LIB;C:\Program Files\Microsoft V
isual Studio .NET 2003\VC7\PlatformSDK\lib\prerelease;C:\Program Files\Microsoft
 Visual Studio .NET 2003\VC7\PlatformSDK\lib;C:\Program Files\Microsoft Visual S
tudio .NET 2003\SDK\v1.1\lib;C:\Program Files\Microsoft Visual Studio .NET 2003\
SDK\v1.1\Lib\'
USERNAME = 'FrancisANDRE'
MAVEN_OPTS = '-XX:MaxPermSize=128m -Xmx1024m'
PROCESSOR_LEVEL = '15'
MAVEN_HOME = 'C:\Program Files\Apache Software Foundation\maven-2.0.4'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
JAVA_HOME = 'C:\Progra~1\Java\jdk1.5.0_09'
USERPROFILE = 'C:\Documents 

Re: 1.5.25(0.156/4/2): *** fatal error - couldn't allocate heap, Win32 error 487

2008-03-30 Thread Sylvain RICHARD

Francis ANDRE wrote:


I am constantly facing to this recurrent problem:
$ make
  6 [main] ? (14296) C:\cygwin\bin\make.exe: *** fatal error - 
couldn't allo
cate heap, Win32 error 487, base 0x68, top 0x6D, reserve_size 
323584, al

locsize 327680, page_const 4096

snip

Potential app conflicts:

Logitech Process Monitor service
Detected: HKLM Registry Key, Named process.
You seem to have a Logitech webcam. Its process monitor is known to 
cause conflicts with cygwin (and is of dubious use at best).


Try to deinstall it *and reboot* to see if it doesn't solve your 
problem. Btw, this is called BLODA interference in the local jargon.

See
http://cygwin.com/faq/faq.using.html#faq.using.bloda
and
http://cygwin.com/acronyms/#BLODA
.

Best regards (Salut)

   Sylvain


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: 1.5.25(0.156/4/2): *** fatal error - couldn't allocate heap, Win32 error 487

2008-03-30 Thread Francis ANDRE

Hi Sylvain

Many thanks for your help... it works as you mention by removing the Logitech 
software and rebooting!!


Francis

Sylvain RICHARD a écrit :

Francis ANDRE wrote:


I am constantly facing to this recurrent problem:
$ make
  6 [main] ? (14296) C:\cygwin\bin\make.exe: *** fatal error - 
couldn't allo
cate heap, Win32 error 487, base 0x68, top 0x6D, reserve_size 
323584, al

locsize 327680, page_const 4096

snip

Potential app conflicts:

Logitech Process Monitor service
Detected: HKLM Registry Key, Named process.
You seem to have a Logitech webcam. Its process monitor is known to 
cause conflicts with cygwin (and is of dubious use at best).


Try to deinstall it *and reboot* to see if it doesn't solve your 
problem. Btw, this is called BLODA interference in the local jargon.

See
http://cygwin.com/faq/faq.using.html#faq.using.bloda
and
http://cygwin.com/acronyms/#BLODA
.

Best regards (Salut)

   Sylvain


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/





--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/