[GHC] #10801: ghc returns ExitFailure (-4) when compiling some projects on ARM

GHC ghc-devs at haskell.org
Fri Aug 28 03:45:10 UTC 2015


#10801: ghc returns ExitFailure (-4) when compiling some projects on ARM
-------------------------------------+-------------------------------------
        Reporter:  Ansible           |                   Owner:
            Type:  bug               |                  Status:  new
        Priority:  normal            |               Milestone:
       Component:  Compiler          |                 Version:  7.8.2
      Resolution:                    |                Keywords:
Operating System:  Unknown/Multiple  |            Architecture:  arm
 Type of failure:  Compile-time      |               Test Case:  compile a
  crash                              |  big web project
      Blocked By:                    |                Blocking:
 Related Tickets:                    |  Differential Revisions:
-------------------------------------+-------------------------------------

Comment (by rwbarton):

 4 is `SIGILL` (illegal instruction) so this is probably the same issue as
 #10375 (running a TH splice) except with a 1000x more complicated
 reproducer :)

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


More information about the ghc-tickets mailing list