[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Win XP Heap Error - still there after heap_chunk_in_mb. :o(
I tried this, but then PDP++ wouldn't even start because the DLL is a
different version (DLL Hell). You can go ahead and send me the DLL though
and I'll try again.
-RO
-----Original Message-----
From: Daniel Cer [mailto:Daniel.Cer@cs.colorado.edu]
Sent: Tuesday, March 19, 2002 11:32 PM
To: robert.olivares@vanderbilt.edu
Cc: PDP-DISCUSS@psych.colorado.edu
Subject: Re: Win XP Heap Error - still there after heap_chunk_in_mb. :o(
The error "Couldn't reserve space for cygwin's heap" is actually due to some
XP/cygwin bug in older versions of the cygwin1 DLL. To fix the problem, go
to http://www.cygwin.com, and then download and install the lastest and
greatest version (r1.3.0). One potential hang up here, is that PDP++
expects to find cygwin1.dll in something like C:\WINDOWS\SYSTEM32, however
the cygwin install program puts it in something like C:\CYGWIN\BIN. So, to
fix this just copy the file over.
I you don't want to download the entire cygwin package, just e-mail me
directly and I can send you the lastest version of cygwin1.dll (which is all
you really need).
Dan
----- Original Message -----
From: "Randall C. O'Reilly" <oreilly@grey.colorado.edu>
To: <robert.olivares@vanderbilt.edu>
Cc: <PDP-DISCUSS@psych.colorado.edu>
Sent: Tuesday, March 19, 2002 1:15 PM
Subject: Re: Win XP Heap Error - still there after heap_chunk_in_mb. :o(
> "Robert Olivares" <robert.olivares@vanderbilt.edu> writes:
> > PDP++ worked fine on Win 2000, but on my XP machine it fails with:
> >
> > leabra++> c:\WINDOWS\gzip.exe: *** Couldn't reserve space for cygwin's
heap
> > (0x1
> > 050000) in child, cygheap, Win32 error 487
> > File: ./chapter_6/fsa.proj.gz could not be opened for reading or is
empty
> >
> > Even after I set the registry entry to 512MB (I have 1GB RAM).
> >
> > Any ideas? :o(
>
> I'm pretty sure that someone on the list had this problem and then got
> it working -- I don't have any copies of XP around so I can't test
> it. Anyone?
>
> - Randy