simonmar 2003/10/22 08:01:01 PDT
Modified files:
ghc/rts GC.c PrimOps.hc
Log:
Fix a nasty bug in the GC mutable list handling, which shows up when
an array is frozen and then unsafeThaw#'d. The array could end up on
the mutable list twice.
Fixes SourceForge bug #819116.
Revision Changes Path
1.161 +17 -1 fptools/ghc/rts/GC.c
1.115 +17 -2 fptools/ghc/rts/PrimOps.hc
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc