[GHC] #9438: panic: loading archives not supported
GHC
ghc-devs at haskell.org
Wed May 24 20:20:16 UTC 2017
#9438: panic: loading archives not supported
-------------------------------------+-------------------------------------
Reporter: egl | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.8.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: x86_64
| (amd64)
Type of failure: Other | Test Case:
Blocked By: | Blocking:
Related Tickets: #8164 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by RyanGlScott):
* os: MacOS X => Unknown/Multiple
Comment:
This is not an OS X-exclusive error, as you can trigger it with any GHC
build that has `DYNAMIC_GHC_PROGRAMS=YES`. For instance, on Linux:
{{{
$ ghci -L/usr/lib/llvm-3.9/lib -lLLVMBPFCodeGen
GHCi, version 8.0.2: http://www.haskell.org/ghc/ :? for help
ghc: panic! (the 'impossible' happened)
(GHC version 8.0.2 for x86_64-unknown-linux):
Loading archives not supported
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9438#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list