[plt-scheme] Dynamic loading of multiple mzscheme modules on hpux built with SWIG

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Thu Apr 14 10:51:57 EDT 2005

At Thu, 14 Apr 2005 11:43:21 +0100, Tim Brown wrote:
> Ring any bells?

No, unfortunately --- I expected it to be more useful. But thanks very
much for the stack dump.

Possibly, the stack is shallower at 250M just because it's being
exhausted and reset (i.e., MzScheme handles stack overflow by copying
the stack to the heap, and then jumping to an earlier point in the
stack to continue). Or maybe you just caught it in different nested
calls.

What happens if you try to run the "mz.ss" or "mzq.ss" in
plt/collects/tests/mzscheme?

Thanks,
Matthew



Posted on the users mailing list.