[plt-scheme] Segfault during debug
At Tue, 11 Apr 2006 14:31:21 +0100, "Paulo J. Matos" wrote:
> The second call to (solutions) fails. That wierd. Wierder is that if
> you step through the two (solutions) calls, the second one segfaults.
This looks like a bug in the bytecode optimizer --- probably something
related to the `with-continuation-marks' that is inserted by DrScheme's
debugging instrumentation.
I'm out of time to fix it before I start traveling, so it may take a
while for a repair to become available.
Matthew