[GHC] #8116: Segfault/panic of 32bit GHCi on Mac

GHC ghc-devs at haskell.org
Fri Aug 16 16:50:11 CEST 2013


#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 thoughtpolice):

 Bah, I figured this might happen but was hoping we'd be OK on the accuracy
 in this case. Maybe it was too late...

 Thinking about it more, the test isn't really checking output, it just
 wants to check the actual floating point code works.

 Since Complex is already strict in both of its components, a better test
 might be something like:

 {{{
 :set -XBangPatterns
 :m + Data.Complex
 let !x = ... in putStrLn "BOOM"
 }}}

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8116#comment:15>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler




More information about the ghc-tickets mailing list