[plt-scheme] sqlite.plt seg faults with 370
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!