#7475: Mysterious Data.Word Segmentation Fault in GHCi -----------------------+---------------------------------------------------- Reporter: VKS | Owner: Type: bug | Status: new Priority: normal | Component: Compiler Version: 7.6.1 | Keywords: ghci, data.word, segfault Os: MacOS X | Architecture: x86_64 (amd64) Failure: GHCi crash | Blockedby: Blocking: | Related: -----------------------+---------------------------------------------------- So, this happens: {{{ GHCi, version 7.6.1: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... done. Prelude> :m + Data.Word Prelude Data.Word> ((fromIntegral . floor) $ -5.467881373802522) :: Word8 Segmentation fault }}}
-- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7475> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler _______________________________________________ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs