[GHC] #13472: `gcc.exe' failed in phase `Assembler'. (Exit code: -1073741502)
GHC
ghc-devs at haskell.org
Thu Mar 23 18:03:42 UTC 2017
#13472: `gcc.exe' failed in phase `Assembler'. (Exit code: -1073741502)
-------------------------------------+-------------------------------------
Reporter: sgraf | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.0.2
Keywords: | Operating System: Windows
Architecture: x86_64 | Type of failure: GHC doesn't work
(amd64) | at all
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
Recently, GHC stopped working for me on my Windows 10 machine.
I strongly reckon this has to do with my recent switch to the Windows
Insider Fast-Ring builds: I'm currently on version 1703, build 15058.
Here's what I got in a mingw shell (ghc 8.0.2 from the core HP, same
output with PowerShell):
{{{#!hs
$ cat << EOF > hw.hs
> main = putStrLn "hi"
> EOF
$ ghc hw.hs
[1 of 1] Compiling Main ( hw.hs, hw.o )
`gcc.exe' failed in phase `Assembler'. (Exit code: -1073741502)
}}}
This seems to be independent of the GHC version, as I tried `stack setup`
with different stack LTSs, which hit the same error when compiling some
sanity checks.
Currently I'm about to reverting back to Slow-Ring, but when the actual
switch is to happen is only known to Bill Gates himself it seems. I
believe it will then work again, but this is something to look out for
when/if the Fast-Ring changes eventually make it into Windows stable.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13472>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list