|
threadDelay space leak under win32: msg#00012lang.haskell.glasgow.bugs
Using the binary distros of GHC 6.2.1 and 6.2.2 under Win2K, this leaks 12K of memory per second on my machine (as do larger programs using threadDelay in the idle event of a wxHaskell app): module Main where import Control.Concurrent main = (threadDelay 1000) >> main I've no idea if it also happens on *nix platforms, or with a win32/cygwin build. -- flippa@xxxxxxxxxxx
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Using implicit parameter constraints in data decl, Benjamin Franksen |
|---|---|
| Next by Date: | RE: problem with acos, Simon Marlow |
| Previous by Thread: | Using implicit parameter constraints in data decl, Benjamin Franksen |
| Next by Thread: | RE: threadDelay space leak under win32, Simon Marlow |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |