Ticket #7475 (new bug)
Mysterious Data.Word Segmentation Fault in GHCi
| Reported by: | VKS | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.8.1 |
| Component: | Compiler | Version: | 7.6.1 |
| Keywords: | ghci, data.word, segfault | Cc: | |
| Operating System: | MacOS X | Architecture: | x86_64 (amd64) |
| Type of failure: | GHCi crash | Difficulty: | Unknown |
| Test Case: | Blocked By: | #3658 | |
| Blocking: | Related Tickets: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.
