[GHC] #8661: Segfault on System.Time during validate
GHC
ghc-devs at haskell.org
Sat Jan 11 00:05:54 UTC 2014
#8661: Segfault on System.Time during validate
-------------------------------------+---------------------------
Reporter: Fuuzetsu | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.7
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: x86
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+---------------------------
Comment (by Herbert Valerio Riedel <hvr@…>):
In [changeset:"13b4d0cdd18471de33ba89bda11a4b238507b7c7/integer-gmp"]:
{{{
#!CommitTicketReference repository="integer-gmp"
revision="13b4d0cdd18471de33ba89bda11a4b238507b7c7"
Drop redundant formal parameter from TAKE1_UL1_RET2
This fixes the actual cause for #8661, i.e. a mismatch between the
actual arity of the Cmm implementation and the arity declared in the
foreign import statement.
This also reverts [a3878d17/integer-gmp] as the workaround isn't needed
anymore.
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8661#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list