[plt-scheme] scheme crash

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Wed Dec 11 12:38:13 EST 2002

I believe I've fixed the bug. The repair is exp-tagged in CVS. Let me
know whether it works for you, too, Yuri.

The bug was a problem with multi-threaded bignum calculations. There
was a single stack for temporaries that should have been
thread-specific.

Matthew

At Wed, 11 Dec 2002 11:34:51 -0500, "Paul Steckler" wrote:
> > > Those fixes will also be in the v203 release, due out very soon.
> > Thanks. I downloaded the new CVS version, and tried to run my
> > assignment with it. Admittedly, it
> > works better - it now crashes approx. 5% of the time :) but still
> > does. My assignment right now is
> > about 500 lines long - I will try to isolate the place of crash and
> > make a separate small program
> > out of it, and then report it.
> 
> Yes, please.
> 
> If you can't isolate the cause, we'll look at the entire program.
> 
> -- Paul
> 
> 



Posted on the users mailing list.