[ ghc-Bugs-1073501 ] checkProddableBlock: invalid fixup in runtime
linker
SourceForge.net
noreply at sourceforge.net
Wed Dec 8 07:06:13 EST 2004
Bugs item #1073501, was opened at 2004-11-26 01:56
Message generated for change (Settings changed) made by simonmar
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1073501&group_id=8032
Category: None
Group: 6.2.1
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Simon Marlow (simonmar)
Summary: checkProddableBlock: invalid fixup in runtime linker
Initial Comment:
From: Tom Pledger <tkpledger at yahoo.co.nz>
Platform: Mandrake, linux kernel version 2.4.27-xena-1
This one has a good workaround: leave off the -g flag
when compiling C for use with ghci.
$ echo "int hello(){}" > hello.c
$ gcc -g -c hello.c
$ ghci hello.o
___ ___ _
/ _ \ /\ /\/ __(_)
/ /_\// /_/ / / | | GHC Interactive, version 6.2.1,
for Haskell 98.
/ /_\/ __ / /___| | http://www.haskell.org/ghc/
\____/\/ /_/\____/|_| Type :? for help.
Loading package base ... linking ... done.
Loading object (static) hello.o ... done
final link ... ghc-6.2.1: internal error:
checkProddableBlock: invalid fixup in runtime linker
Please report this as a bug to glasgow-haskell-
bugs at haskell.org,
or http://www.sourceforge.net/projects/ghc/
----------------------------------------------------------------------
>Comment By: Simon Marlow (simonmar)
Date: 2004-12-08 12:06
Message:
Logged In: YES
user_id=48280
Fixed in CVS, thanks.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1073501&group_id=8032
More information about the Glasgow-haskell-bugs
mailing list