[GHC] #11074: invalid fixup in runtime linker

#11074: invalid fixup in runtime linker -------------------------------------+------------------------------------- Reporter: Qinka | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.10.2 Keywords: invalid fixup | Operating System: Windows in runtime linker | Architecture: | Type of failure: Compile-time Unknown/Multiple | performance bug Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- 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. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11074 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#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

#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: | -------------------------------------+------------------------------------- Comment (by Qinka): I had seen some tickets which has the same problem. But I could not find the way to solve it rightly. What should I do?? -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11074#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11074: invalid fixup in runtime linker -------------------------------------+------------------------------------- Reporter: Qinka | Owner: Type: bug | Status: new Priority: highest | 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): * priority: normal => highest -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11074#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#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 thomie): * cc: Phyx (added) * priority: highest => normal Comment: Qinka: can you describe more precisely what you are trying to accomplish. You mention "install some kinds of PostgreSQL's packages", which sounds very vague to me. See wiki:ReportABug#Fulldescription:whatinformationtoprovideinthebodyofyourbugreport. Downgrading to priority=normal, because there is no evidence that this is a regression from earlier GHC releases. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11074#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#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: | -------------------------------------+------------------------------------- Comment (by Phyx-): I think this is a duplicate of #10563 and should be fixed by #9907. Should be working in 7.10.3. Qinka: if you can provide instructions to reproduce it like @thomie mentioned I can confirm if it's fixed. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11074#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#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 Phyx-): * cc: Phyx (removed) * cc: Phyx- (added) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11074#comment:6 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11074: invalid fixup in runtime linker -------------------------------------+------------------------------------- Reporter: Qinka | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.10.2 Resolution: duplicate | 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: #10563 | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by thomie): * status: new => closed * resolution: => duplicate * related: => #10563 Comment: Assuming this is fixed. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11074#comment:7 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC