[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(
Hey, it worked. I had to delete the old DLL and rename the one you sent me
as cygwin1.dll, but it doesn't give me the heap error anymore. :)
It does however begin to beep and give me these warnings when I load the
chap8\attn_simple.proj.gz file:
leabra++> *** Member: minus_delta_pt not found in type: LeabraLayerSpec
*** Member: minus_delta_pt not found in type: LeabraLayerSpec
*** Member: minus_delta_pt not found in type: LeabraLayerSpec
*** Member: minus_delta_pt not found in type: LeabraLayerSpec
*** Member: acts_dif not found in type: LeabraLayer
*** Member: acts_dif not found in type: LeabraUnit_Group
*** Member: acts_dif not found in type: LeabraUnit_Group
*** Member: acts_dif not found in type: LeabraUnit_Group
*** Member: acts_dif not found in type: LeabraUnit_Group
*** Member: acts_dif not found in type: LeabraUnit_Group
*** Member: acts_dif not found in type: LeabraUnit_Group
*** Member: acts_dif not found in type: LeabraUnit_Group
*** Member: acts_dif not found in type: LeabraLayer
*** Member: acts_dif not found in type: LeabraUnit_Group
*** Member: acts_dif not found in type: LeabraUnit_Group
*** Member: acts_dif not found in type: LeabraUnit_Group
*** Member: acts_dif not found in type: LeabraUnit_Group
*** Member: acts_dif not found in type: LeabraUnit_Group
*** Member: acts_dif not found in type: LeabraLayer
*** Member: acts_dif not found in type: LeabraUnit_Group
*** Member: acts_dif not found in type: LeabraUnit_Group
*** Member: acts_dif not found in type: LeabraUnit_Group
*** Member: acts_dif not found in type: LeabraLayer
*** Member: acts_dif not found in type: LeabraUnit_Group
*** Member: acts_dif not found in type: LeabraUnit_Group
*** Member: acts_dif not found in type: LeabraUnit_Group
*** Member: acts_dif not found in type: LeabraUnit_Group
*** Member: acts_dif not found in type: LeabraUnit_Group
*** Member: acts_dif not found in type: LeabraLayer
*** Member: acts_dif not found in type: LeabraUnit_Group
*** Member: acts_dif not found in type: LeabraUnit_Group
*** Member: acts_dif not found in type: LeabraUnit_Group
*** Member: acts_dif not found in type: LeabraLayer
*** Member: acts_dif not found in type: LeabraLayer
I also get the same problem with other projects. They load, but give me many
beeps and spam. I am using PDP++ v2.2.
I think that before, I swapped the DLLs but didn't increase the heap size,
so it may have still failed. :p
Any ideas on the spam and beeps? They're disturbing. Could it be different
versions of the project files?
-RO
-----Original Message-----
From: Daniel Cer [mailto:Daniel.Cer@cs.colorado.edu]
Sent: Wednesday, March 20, 2002 11:22 AM
To: Robert Olivares
Subject: Re: Win XP Heap Error - still there after heap_chunk_in_mb. :o(
Here's the DLL. Place it in C:\WINDOWS\SYSTEM32.
BTW - What version of PDP++ are you using and more importantly what was the
exact error message you got indicating that PDP++ wasn't happy about the DLL
version number? Last night, I tried a fresh install of PDP++ 2.2 on a XP box
and then just dropped in the newer version of the cygwin1 DLL and it worked
with out a problem.
Dan
----- Original Message -----
From: "Robert Olivares" <robert.olivares@vanderbilt.edu>
To: "Daniel Cer" <Daniel.Cer@cs.colorado.edu>
Cc: <PDP-DISCUSS@psych.colorado.edu>
Sent: Thursday, March 21, 2002 9:28 AM
Subject: 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