[Haskell-beginners] ghc problem

Brent Yorgey byorgey at seas.upenn.edu
Wed Feb 10 15:54:32 EST 2010


This is clearly a GHC bug of some sort. Have you tried looking for
this error on the GHC bug tracker?  It's possible it's already been
fixed in a newer version of GHC.Otherwise, I suggest emailing the GHC
user mailing list.

-Brent


On Wed, Feb 10, 2010 at 10:52:24AM +0100, jean verdier wrote:
> Trying to compile sources gives me:
> 
> ghc: internal error: evacuate(static): strange closure type 34
>     (GHC version 6.10.4 for i386_unknown_linux)
>     Please report this as a GHC bug:
> http://www.haskell.org/ghc/reportabug
> 
> This already occured to me some times before and a cleanup and recompile
> would work. This time i am stuck as i can't compile anymore. The ghc
> version i use is the 6.10.4 from the ghc home page binary distribution i
> think.
> 
> uname -a gives :
> Linux localhost.localdomain 2.6.29.4-167.fc11.i586 #1 SMP Wed May 27
> 17:14:37 EDT 2009 i686 athlon i386 GNU/Linux
> 
> The command line is:
> ghc  -fwarn-incomplete-patterns -fno-warn-unused-binds
> -fno-warn-unused-matches -fno-warn-unused-imports
> -fno-warn-missing-signatures -fno-glasgow-exts -Werror
> -outputdir /tmp/mfk/build -package ghc  -i/tmp/mfk/gensrc --make
> common/MFK/Common/SrcGen.hs common/MFK/Common/Conf.hs 
> 
> Any hints ?
> 
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners


More information about the Beginners mailing list