[GHC] #8834: 64-bit windows cabal.exe segfaults in GC

GHC ghc-devs at haskell.org
Mon Mar 31 08:02:11 UTC 2014


#8834: 64-bit windows cabal.exe segfaults in GC
----------------------------------+----------------------------------
        Reporter:  awson          |            Owner:
            Type:  bug            |           Status:  new
        Priority:  highest        |        Milestone:  7.8.1
       Component:  Compiler       |          Version:  7.8.1-rc2
      Resolution:                 |         Keywords:
Operating System:  Windows        |     Architecture:  x86_64 (amd64)
 Type of failure:  Runtime crash  |       Difficulty:  Unknown
       Test Case:                 |       Blocked By:
        Blocking:                 |  Related Tickets:
----------------------------------+----------------------------------

Comment (by thoughtpolice):

 The only way I can get this to *not* segfault is if I completely disable
 optimization with `{-# OPTIONS_GHC -O0 #-}` in `CodeGen.hs`. I'm going to
 see if the build completes and run the testsuite again to see what it
 says...

 (BTW, this is a typical performance build, so everything will be compiled
 with -O, at least).

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


More information about the ghc-tickets mailing list