[GHC] #10863: "hello world" produces illegal instruction error

GHC ghc-devs at haskell.org
Mon Sep 14 06:02:04 UTC 2015


#10863: "hello world" produces illegal instruction error
----------------------------------+---------------------------------
        Reporter:  Ansible        |                   Owner:
            Type:  bug            |                  Status:  new
        Priority:  normal         |               Milestone:
       Component:  Compiler       |                 Version:  7.10.2
      Resolution:                 |                Keywords:
Operating System:  Linux          |            Architecture:  arm
 Type of failure:  Runtime crash  |               Test Case:
      Blocked By:                 |                Blocking:
 Related Tickets:                 |  Differential Revisions:
----------------------------------+---------------------------------

Comment (by erikd):

 This:

 {{{
 bburdette at jessie-rpi:~/code/ghcbug$ ghc hello.hs
 Linking hello ...
 }}}

 suggests that it the executable wasn't compiled, just linked (because the
 object file was already there).

 Use `ghc -fforce-recomp hello.hs -o hello`.

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


More information about the ghc-tickets mailing list