mit-scheme-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MIT-Scheme-devel] compiler bug


From: Chris Hanson
Subject: [MIT-Scheme-devel] compiler bug
Date: Fri, 18 Sep 2009 13:57:48 -0700

FYI, while testing my most recent changes, I ran across a recent
compiler bug.  To reproduce: using the current compiler, do a fresh
compile from sources.  Then use that compiler to do another fresh
compile.  The second compilation hangs during the compilation of
"cref/anfile" (the very first file to compile).  The problem appears
to be that the compiler is running map over a list of items, but that
the list is circular.

This bug is not present in the 20090107 release (starting with that
compiler as stage 0).  I haven't tried using the 20090107 compiler as
stage 0 and compiling current sources.

I'm going to start searching for the commit that caused this, but if
anyone has any ideas where the problem is I'd love to hear them.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]