simonmar 2005/05/23 06:39:55 PDT
Modified files:
ghc/rts Schedule.c
Log:
- scheduleDetectDeadlock() should invoke GarbageCollect() via
scheduleDoGC(), which collects the Capabilities first.
- scheduleDoGC() doesn't need the Capability. Also, it appears that
there was an out-of-bounds array access in here.
- add printThreadQueue(), useful from gdb.
- fix a couple of warnings.
Revision Changes Path
1.250 +29 -10 fptools/ghc/rts/Schedule.c
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc