glasgow-haskell-bugs  

[ ghc-Bugs-1073501 ] checkProddableBlock: invalid fixup in runtime linker

SourceForge.net
Wed, 08 Dec 2004 04:06:14 -0800

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 <[EMAIL PROTECTED]>

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-
[EMAIL PROTECTED],
    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
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
  • [ ghc-Bugs-1073501 ] checkProddableBlock: invalid fixup in runtime linker SourceForge.net