#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: ---------------------------------------+----------------------------------- Changes (by jstolarek): * status: closed => new * resolution: fixed => Comment: Austin, I'm afraid this test fails on 32 bit Linux: {{{ $ make TEST=T8116 WAY=ghci ... =====> T8116(ghci) 2388 of 3755 [0, 0, 0] cd ./ghci/scripts && HC='/5playpen/t-jastol/ghc-validate/inplace/bin/ghc- stage2' HC_OPTS='-dcore-lint -dcmm-lint -dno-debug-output -no-user- package-db -rtsopts -fno-ghci-history ' '/5playpen/t-jastol/ghc- validate/inplace/bin/ghc-stage2' --interactive -v0 -ignore-dot-ghci -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-db -rtsopts -fno-ghci-history <T8116.script >T8116.run.stdout 2>T8116.run.stderr Actual stdout output differs from expected: --- ./ghci/scripts/T8116.stdout 2013-08-16 07:34:43.367634160 +0000 +++ ./ghci/scripts/T8116.run.stdout 2013-08-16 09:44:48.476761761 +0000 @@ -1 +1 @@ -(-5.195736337412959e-16) :+ (-2.82842712474619) +(-5.195564742431613e-16) :+ (-2.82842712474619) *** unexpected failure for T8116(ghci) }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8116#comment:11> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler