[GHC] #14576: Internal error when compiling TH code with profiling on Windows
GHC
ghc-devs at haskell.org
Wed Jul 11 18:41:12 UTC 2018
#14576: Internal error when compiling TH code with profiling on Windows
-------------------------------------+-------------------------------------
Reporter: lazac | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: GHC API | Version: 8.2.1
Resolution: | Keywords: RemoteGHCi
Operating System: Windows | Architecture: x86_64
Type of failure: Compile-time | (amd64)
crash or panic | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by SoYman):
I got a very similar error from the interpreter after doing these
commands.
{{{
Prelude Data.List> import qualified Data.Map.Strict as Map
Prelude Data.List Map> data Dice = Dice Int Int Int Int Int Int deriving
(Eq, Show)
Prelude Data.List Map> Map.fromList [((0,0),(1, Dice 1 6 3 4 2 5))]
ghc.exe: internal error: IMAGE_REL_AMD64_ADDR32[NB]: High bits are set in
13765d848 for .text
(GHC version 8.4.3 for x86_64_unknown_mingw32)
Please report this as a GHC bug:
http://www.haskell.org/ghc/reportabug
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14576#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list