[GHC] #2425: Crash constructing a ClockTime too far into the future
GHC
cvs-ghc at haskell.org
Mon Jan 28 00:36:04 CET 2013
#2425: Crash constructing a ClockTime too far into the future
--------------------------+-------------------------------------------------
Reporter: wagstaff | Type: bug
Status: new | Priority: normal
Milestone: _|_ | Component: libraries/old-time
Version: 6.8.3 | Keywords:
Os: Windows | Architecture: x86
Failure: None/Unknown | Difficulty: Unknown
Testcase: | Blockedby:
Blocking: | Related:
--------------------------+-------------------------------------------------
Changes (by morabbin):
* failure: => None/Unknown
Comment:
Current version of `System.Time` doesn't suffer from this:
{{{
Orac:~/work/tickets $ ghci
...
Prelude> :m System.Time
Prelude System.Time> TOD 214748365333 0
Loading package old-locale-1.0.0.5 ... linking ... done.
Loading package old-time-1.1.0.1 ... linking ... done.
Sat Feb 8 03:42:13 PST 8775
Prelude System.Time>
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2425#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list