#2992: GHCi Memory Leak in Windows Vista
-----------------------+----------------------------------------------------
Reporter: Andir | Owner: igloo
Type: merge | Status: new
Priority: high | Milestone: 6.10.2
Component: GHCi | Version: 6.10.1
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Testcase: | Os: Windows
Architecture: x86 |
-----------------------+----------------------------------------------------
Changes (by simonmar):
* owner: simonmar => igloo
* type: bug => merge
Comment:
Fixed:
{{{
Wed Mar 11 09:42:08 GMT 2009 Simon Marlow <[email protected]>
* 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.
}}}
and in libraries/base:
{{{
Wed Mar 11 09:39:38 GMT 2009 Simon Marlow <[email protected]>
* avoid a space leak building up in the "prodding" IORef (part of #2992)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2992#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs