[GHC] #10301: Plugins/dynamic loading subtly broken (it seems)
GHC
ghc-devs at haskell.org
Tue May 12 19:45:14 UTC 2015
#10301: Plugins/dynamic loading subtly broken (it seems)
-------------------------------------+-------------------------------------
Reporter: thoughtpolice | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 7.10.2
Component: Compiler | Version: 7.8.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Compile-time | Unknown/Multiple
crash | Test Case:
Blocked By: | Blocking:
Related Tickets: #8276 | Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by mjmrotek):
I'm getting a similar panic on Windows 8 x86_64 (latest MinGHC) from GHC
7.10.1 when compiling the UoM Plugin (https://github.com/adamgundry/uom-
plugin):
[11 of 13] Compiling Data.UnitsOfMeasure.Convert (
src\Data\UnitsOfMeasure\Convert.hs
dist\build\Data\UnitsOfMeasure\Convert.o )
ghc.exe: panic! (the 'impossible' happened)
(GHC version 7.10.1 for x86_64-unknown-mingw32):
Static flags have not been initiailised!
Please call GHC.parseStaticFlags early enough.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10301#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list