[GHC] #10375: arm: ghci hits an illegal instruction
GHC
ghc-devs at haskell.org
Mon May 18 03:48:08 UTC 2015
#10375: arm: ghci hits an illegal instruction
-------------------------------------+---------------------------------
Reporter: erikd | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 7.10.2
Component: GHCi | Version: 7.10.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: arm
Type of failure: GHCi crash | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Revisions:
-------------------------------------+---------------------------------
Comment (by erikd):
What I'd like to do at this point is to run `ghc-stage` under GNU GDB. To
load it in GDB, I've copied `inplace/bin/ghc-stage2` and added `gdb
--args` in front of the line:
{{{
"$executablename" -B"$topdir" ${1+"$@"}
}}}
I've also created a `.ghci` file in the current directory containing the
test case from #comment:8 and tested that it behaves correctly with GDB.
Unfortunately, with GDB, the problem is not triggered, I suspect because
of some interaction between GDB and GHCi.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10375#comment:10>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list