[GHC] #8896: ghci fails on Arm - "Illegal instruction"
GHC
ghc-devs at haskell.org
Fri Mar 14 17:51:33 UTC 2014
#8896: ghci fails on Arm - "Illegal instruction"
----------------------------+-------------------------------
Reporter: Ansible | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.8.1-rc2
Keywords: arm ghci | Operating System: Linux
Architecture: arm | Type of failure: GHCi crash
Difficulty: Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: |
----------------------------+-------------------------------
With the help of qemu compiled ghc 7.8.1-rc2 for raspberry pi. Ghc is
successful, and ghci compiles, but ghci gets an 'Illegal instruction'
error. A sample session:
ccrma at satellite:~$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 7.8.0.20140228
ccrma at satellite:~$ ghci --version
The Glorious Glasgow Haskell Compilation System, version 7.8.0.20140228
ccrma at satellite:~$ ghci
GHCi, version 7.8.0.20140228: http://www.haskell.org/ghc/ :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... Illegal instruction
ccrma at satellite:~$
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8896>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list