[GHC] #8717: Segfault in 64-bit Windows GHCi

GHC ghc-devs at haskell.org
Thu Jan 30 13:14:31 UTC 2014


#8717: Segfault in 64-bit Windows GHCi
----------------------------------------+-------------------------------
       Reporter:  awson                 |             Owner:
           Type:  bug                   |            Status:  new
       Priority:  normal                |         Milestone:  7.8.1
      Component:  GHCi                  |           Version:  7.8.1-rc1
       Keywords:                        |  Operating System:  Windows
   Architecture:  x86_64 (amd64)        |   Type of failure:  GHCi crash
     Difficulty:  Difficult (2-5 days)  |         Test Case:
     Blocked By:                        |          Blocking:
Related Tickets:                        |
----------------------------------------+-------------------------------
 This code:
 {{{
 module Bug where

 import Data.Data

 c :: Constr
 c = toConstr False
 }}}

 gives segfault when trying to evaluate {{{c}}}.

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


More information about the ghc-tickets mailing list