[GHC] #8870: GHC 7.8.0 RC2 fails when compiling a hello world program on Windows 7 32bits

GHC ghc-devs at haskell.org
Mon Mar 10 15:29:24 UTC 2014


#8870: GHC 7.8.0 RC2 fails when compiling a hello world program on Windows 7
32bits
---------------------------------------+-----------------------------
        Reporter:  facundoq            |            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
 Type of failure:  Compile-time crash  |       Difficulty:  Unknown
       Test Case:                      |       Blocked By:
        Blocking:                      |  Related Tickets:
---------------------------------------+-----------------------------

Comment (by simonpj):

 Austin says: if ghc-stage2 is seg-faulting, try re-linking it with the
 debug runtime system, thus
 {{{
 cd ./ghc
 make re2 GhcDebugged=YES
 }}}
 and now try the seg-faulting ghc-stage2 again.

 Also https://ghc.haskell.org/trac/ghc/wiki/Debugging/CompiledCode

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


More information about the ghc-tickets mailing list