[GHC] #7299: threadDelay broken in ghci, Mac OS X
GHC
cvs-ghc at haskell.org
Sun Jan 27 22:20:26 CET 2013
#7299: threadDelay broken in ghci, Mac OS X
-------------------------+--------------------------------------------------
Reporter: tmcdonell | Owner: igloo
Type: bug | Status: closed
Priority: highest | Milestone: 7.6.2
Component: GHCi | Version: 7.6.1
Resolution: fixed | Keywords:
Os: MacOS X | Architecture: Unknown/Multiple
Failure: GHCi crash | Difficulty: Unknown
Testcase: | Blockedby:
Blocking: | Related:
-------------------------+--------------------------------------------------
Changes (by igloo):
* status: new => closed
* resolution: => fixed
Comment:
Fixed by
{{{
commit 8a3399d5169af7a82c2c13ca7184fd307f6ea3d8
Author: Ian Lynagh <ian at well-typed.com>
Date: Wed Jan 16 16:35:44 2013 +0000
Use the RTS getMonotonicTime to implement getMonotonicNSec; fixes
#7299
I'm not entirely sure where the segfault was coming from, but it was
almost certainly related to there being 2 copies of the base package
around, and the interpreted one not having its timer code initialised.
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7299#comment:13>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list