
#8116: Segfault/panic of 32bit GHCi on Mac ---------------------------------------+----------------------------------- Reporter: kazu-yamamoto | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.6.3 Resolution: | Keywords: Operating System: MacOS X | Architecture: Type of failure: GHCi crash | Unknown/Multiple Test Case: ghci/scripts/T8116 | Difficulty: Unknown Blocking: | Blocked By: | Related Tickets: ---------------------------------------+----------------------------------- Comment (by kazu-yamamoto): I cannot reproduce this on my 32bit Linux: {{{ % ghci GHCi, version 7.7.20130813: 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.Complex Prelude Data.Complex> ((-2) :+ 0)**(1.5 :+ 0) (-5.195564742431613e-16) :+ (-2.82842712474619) }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8116#comment:13 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler