Re: PAP_Entry: CATCH_FRAME

2002-02-15 Thread Sigbjorn Finne
Simon may have gone home for the weekend, so just to let you know that he's checked in a fix for this problem in the current CVS sources. --sigbjorn - Original Message - From: "Peter White" <[EMAIL PROTECTED]> To: "Simon Marlow" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, Febr

Re: ghc.exe: fatal error: Windows programs can only use 256Mb of heap; sorry!

2002-02-15 Thread Sigbjorn Finne
"Pasch, Thomas (ACTGRO)" <[EMAIL PROTECTED]> writes: > $ ghc -package javavm -c Class_java_awt_Component.hs -o > Class_java_awt_Component.o > d:\Programme\ghc\ghc-5.02.2\bin\ghc.exe: fatal error: Windows programs can > only use 256Mb of heap; sorry! > > Hello, > > is there anything I can change

RE: PAP_Entry: CATCH_FRAME

2002-02-15 Thread Peter White
I have managed to create a small program that reproduces the error the way I get to it. The output it produces is: Handler got: 1 Exception: 1st Handler got: 2 Error1: fatal error: PAP_entry: CATCH_FRAME The program was in a file "Error1.hs", that is why the fatal error begins with "Error1". The

ghc.exe: fatal error: Windows programs can only use 256Mb of heap; sorry!

2002-02-15 Thread Pasch, Thomas (ACTGRO)
$ ghc -package javavm -c Class_java_awt_Component.hs -o Class_java_awt_Component.o d:\Programme\ghc\ghc-5.02.2\bin\ghc.exe: fatal error: Windows programs can only use 256Mb of heap; sorry! Hello, is there anything I can change in order to avoid this message? Kind regards, Thomas __

RE: PAP_Entry: CATCH_FRAME

2002-02-15 Thread Simon Marlow
> What does it mean when you get the fatal error "PAP_Entry: > CATCH_FRAME". I > am using ghc version 5.03.20020204. I looked in the ghc > source code and the > comment next to this error message says that it cannot happen. Well, you must be imagining it then :-) Seriously, I've seen this erro

RE: small error in ghc/driver/ghc-usage.txt

2002-02-15 Thread Simon Marlow
> used to read "-H14m ... (might make the faster, especially on > large...)" > fixed to "-H14m ... (might make the compilation faster, > especially...)" Fixed; thanks. Simon ___ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.o

RE: Object I/O causes GHC panic

2002-02-15 Thread Simon Peyton-Jones
Excellent bug. In an amazingly obscure situation, GHC managed to filter out *all* the alternatives of a case expression, and was then very surprised to find a case expression with no alternatives. Now fixed. You'll need to check out the source tree to get the fix. As a workaround, you can proba

fix: small error in ghc/driver/ghc-usage.txt

2002-02-15 Thread Hal Daume III
used to read "-H14m ... (might make the faster, especially on large...)" fixed to "-H14m ... (might make the compilation faster, especially...)" -- Hal Daume III "Computer science is no more about computers| [EMAIL PROTECTED] than astronomy is about telescopes." -Dijkstra | www.isi.edu/~h