[GHC] #11074: invalid fixup in runtime linker
GHC
ghc-devs at haskell.org
Mon Nov 9 14:41:56 UTC 2015
#11074: invalid fixup in runtime linker
-------------------------------------+-------------------------------------
Reporter: Qinka | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.10.2
Resolution: | Keywords: invalid fixup
| in runtime linker
Operating System: Windows | Architecture:
Type of failure: Compile-time | Unknown/Multiple
performance bug | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by Qinka):
* cc: gcc, version, 4.6.3, (rubenvb-4.6.3) (removed)
Old description:
> I don't know what was happened, while I was trying to use PostgreSQL.
>
> And the following is what is displayed.
>
> {{{
> Prelude Database.PostgreSQL.LibPQ Data.ByteString.Internal> connectdb "d"
> <interactive>: internal error: checkProddableBlock: invalid fixup in
> runtime linker: 000000000bec00e8
> (GHC version 7.10.2 for x86_64_unknown_mingw32)
> Please report this as a GHC bug:
> http://www.haskell.org/ghc/reportabug
>
> This application has requested the Runtime to terminate it in an unusual
> way.
> Please contact the application's support team for more information.
> }}}
>
> PS: I try to install some kinds of PostgreSQL's packages.
New description:
I don't know what was happened, while I was trying to use PostgreSQL.
And the following is what is displayed.
{{{
Prelude Database.PostgreSQL.LibPQ Data.ByteString.Internal> connectdb "d"
<interactive>: internal error: checkProddableBlock: invalid fixup in
runtime linker: 000000000bec00e8
(GHC version 7.10.2 for x86_64_unknown_mingw32)
Please report this as a GHC bug:
http://www.haskell.org/ghc/reportabug
This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.
}}}
PS: I try to install some kinds of PostgreSQL's packages, with ghc-7.10.2
and gcc-4.6.3, (rubenvb-4.6.3).
--
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11074#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list