[plt-scheme] sqlite.plt seg faults with 370

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Aug 30 18:37:45 EDT 2007

On Aug 30, Keith Frost wrote:
> [...]
> But there is no reference to scheme_malloc_stubborn in "Inside
> MzScheme."  Does it create a collectable block which cannot be
> moved?

Stubborn blocks are ones that you can modify their contents for some
time, then use `end-stubborn-change' (which reflects MzScheme's
`end_stubborn_change') to say that it won't change anymore.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.