cvs commit: fptools/ghc/rts Schedule.c

Simon Marlow simonmar@glass.cse.ogi.edu
Mon, 4 Jun 2001 09:26:54 -0700


simonmar    2001/06/04 09:26:54 PDT

  Modified files:
    ghc/rts              Schedule.c 
  Log:
  Try doing a major GC before declaring that we're deadlocked, since
  there might be finalizers waiting to run that can unblock the system.
  
  Noticed by: Manuel.
  
  Revision  Changes    Path
  1.96      +26 -25    fptools/ghc/rts/Schedule.c