Hi,

I'm trying to compile a library with profiling enabled (by using -prof 
-auto-all) with ghc 5.02.1 under Windows, and I got the following error 
message:

---begin Make / ghc output:
ghc -c  -package lang -package concurrent 
-i"c:\\BareBonesArrows\\arrowslib" -prof -auto-all -o TestST.o TestST.hs
ghc.exe: panic! (the `impossible' happened, GHC version 5.02.1):
         Oversize heap check detected.  Please try compiling with -O.

Please report it as a compiler bug to [EMAIL PROTECTED],
or http://sourceforge.net/projects/ghc/.
---end Make/ghc output.

I tried following the message's advice and adding the -O flag to the 
command line.  That compiled OK, but the resulting executable dumped 
core (well the Windows equivalent anyway) immediately upon startup. :-(

Any ideas what would cause this internal error, or suggested workarounds?

Thanks!

        -antony

-- 
Antony Courtney
Grad. Student, Dept. of Computer Science, Yale University
[EMAIL PROTECTED]          http://www.apocalypse.org/pub/u/antony


_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to