On 8/25/06, GHC <[EMAIL PROTECTED]> wrote:
#878: Loading and unloading a Haskell DLL leaks handles -----------------------------+---------------------------------------------- Reporter: guest | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Runtime System | Version: 6.4.2 Severity: normal | Resolution: fixed Keywords: | Os: Windows Difficulty: Easy (1 hr) | Architecture: Unknown -----------------------------+---------------------------------------------- Changes (by simonmar):* resolution: => fixed * status: new => closed
In 6.4 branch rts still leaks critical section handles and some condition variable handles used through OSThreads.h/c - there's patch for that in darcs ghc-6.5. "Add closeMutex and use it on clean up" - but no idea if it merges easily. Best regards, --Esa _______________________________________________ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc
