> * Raymond Toy <[EMAIL PROTECTED]> [2004-05-10 16:16:20 -0400]:
>
>>>>>> "Sam" == Sam Steingold <[EMAIL PROTECTED]> writes:
>
>     Sam> What does this message mean?
>     Sam> "*** Sigsegv in page not marked as write protected"
>     Sam> does this mean that everything that comes after is garbage?
>     Sam> (doesn't look that way)
>
> It means that there was a segfault somewhere in the dynamic space and
> the page wasn't write protected.  The sigsegv handler is only
> expecting segfaults in dynamic space to be from writing to a page
> that's write-protected, as part of the GC implementation.  But
> something else happened.
>
> Could be a bug in GC, or a bug in user code.

so what do I do?
(this is quite reproducible.)

later I get this:

!!! CMUCL has run out of dynamic heap space. You can control heap size
!!! with the -dynamic-space-size commandline option.
*A2 gc_alloc_new_region failed, nbytes=8.
   Generation Boxed Unboxed LB   LUB    Alloc  Waste   Trig    WP  GCs Mem-age
          0:     0     0     0     0        0     0  2000000    0   0  0.0000
          1:     0     0     0     0        0     0  2000000    0   0  0.0000
          2:     0     0     0     0        0     0  2000000    0   0  0.0000
          3: 70349 60598     0     0 1071942920 774904 961963104    0   1  0.8955
          4: 65327 60441  4226  1075 1072919168 798080  2000000    0   0  0.0000
          5:     0     0     0     0        0     0  2000000    0   0  0.0000
          6:     0     0     0     0        0     0        0    0   0  0.0000
   Total bytes alloc=2144862088

I run cmucl with "-dynamic-space-size 2047MB" option.

I gather that I am out of luck here.

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/>
<http://www.mideasttruth.com/> <http://www.honestreporting.com>
Is there another word for synonym?

Reply via email to