patch applied (ghc-6.10/ghc): Fix #2992: don't create a named event

Ian Lynagh igloo at earth.li
Wed Mar 11 13:21:29 EDT 2009


Wed Mar 11 02:42:08 PDT 2009  Simon Marlow <marlowsd at gmail.com>
  * Fix #2992: don't create a named event
  Evidently I misread the docs for CreateEvent: if you pass a name to
  CreateEvent, then it creates a single shared system-wide Event with
  that name.  So all Haskell processes on the machine were sharing the
  same Event object.  duh.

    M ./rts/win32/ThrIOManager.c -1 +1

View patch online:
http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090311094208-12142-4e66933409ab6db0160f4ada50b793d2d5388abd.gz



More information about the Cvs-ghc mailing list