[GHC] #2425: Crash constructing a ClockTime too far into the future
GHC
cvs-ghc at haskell.org
Mon Jan 28 10:36:48 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:
--------------------------+-------------------------------------------------
Comment(by simonmar):
This probably shouldn't happen:
{{{
Prelude System.Time> TOD 9223372036854775808 0
Sun *** Exception: toCalendarTime: illegal month value: 43282745
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2425#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list