cvs commit: fptools/ghc/rts Schedule.c

Simon Marlow simonmar at haskell.org
Tue Apr 19 09:39:41 EDT 2005


simonmar    2005/04/19 06:39:41 PDT

  Modified files:
    ghc/rts              Schedule.c 
  Log:
  In the event of a complete deadlock, we should handle the case when
  the main thread is BlockedOnSTM (bug #1183455, the strange error
  message only occurs on Windows because on Unix we end up waiting for
  ^C instead of deadlocking).
  
  Revision  Changes    Path
  1.231     +1 -0      fptools/ghc/rts/Schedule.c


More information about the Cvs-ghc mailing list