RE: ghc-5.00.2: panic! (the `impossible' happened, GHC version 5.00.2): Oversize heap check detected. Please try compiling with -O.

2001-10-03 Thread Julian Seward (Intl Vendor)
| > Changing | > #define BLOCK_SIZE 0x1000 | > to | > #define BLOCK_SIZE 0x2000 | > in there and rebuilding produced a build which produces code that | > segfaults. | | Ah, I forgot to mention you need to adjust BLOCK_SHIFT | accordingly (on the next line). Changing it from 12 to 13 | sh

RE: ghc-5.00.2: panic! (the `impossible' happened, GHC version 5.00.2): Oversize heap check detected. Please try compiling with -O.

2001-10-03 Thread Simon Marlow
> On Mon, Oct 01, 2001 at 10:52:32AM +0100, Simon Marlow wrote: > > > > > > This is a known bug, but thanks for reporting it anyway. > > > The workaround > > > > is as suggested, try compiling with -O. > > > > > > I *was* compiling with -O. IIRC the problem occured with > any level of > > >

Re: ghc-5.00.2: panic! (the `impossible' happened, GHC version 5.00.2): Oversize heap check detected. Please try compiling with -O.

2001-10-02 Thread Ian Lynagh
On Mon, Oct 01, 2001 at 10:52:32AM +0100, Simon Marlow wrote: > > > > This is a known bug, but thanks for reporting it anyway. > > The workaround > > > is as suggested, try compiling with -O. > > > > I *was* compiling with -O. IIRC the problem occured with any level of > > optimisation I tried

Re: ghc-5.00.2: panic! (the `impossible' happened, GHC version 5.00.2): Oversize heap check detected. Please try compiling with -O.

2001-10-01 Thread Marcin 'Qrczak' Kowalczyk
Mon, 1 Oct 2001 09:39:51 +0100, Simon Marlow <[EMAIL PROTECTED]> pisze: >> Oversize heap check detected. Please try compiling with -O. > We *will* get around to fixing it properly, probably sometime in the > next few months. It prevents compilation of hslibs/hssource/HsParser now, so I

RE: ghc-5.00.2: panic! (the `impossible' happened, GHC version 5.00.2): Oversize heap check detected. Please try compiling with -O.

2001-10-01 Thread Simon Marlow
> > This is a known bug, but thanks for reporting it anyway. > The workaround > > is as suggested, try compiling with -O. > > I *was* compiling with -O. IIRC the problem occured with any level of > optimisation I tried if and only if profiling was enabled. > > Any other suggestions? You coul

Re: ghc-5.00.2: panic! (the `impossible' happened, GHC version 5.00.2): Oversize heap check detected. Please try compiling with -O.

2001-10-01 Thread Ian Lynagh
2-for-C -Wall -package lang -prof -auto > > -c -o IA.o IA.lhs > > > ghc-5.00.2: panic! (the `impossible' happened, GHC version 5.00.2): > > > Oversize heap check detected. Please try compiling with -O. > > > > > > Please report it as

RE: ghc-5.00.2: panic! (the `impossible' happened, GHC version 5.00.2): Oversize heap check detected. Please try compiling with -O.

2001-10-01 Thread Simon Marlow
! (the `impossible' happened, GHC version 5.00.2): > > 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/. > > Just tried with

Re: ghc-5.00.2: panic! (the `impossible' happened, GHC version 5.00.2): Oversize heap check detected. Please try compiling with -O.

2001-09-30 Thread Ian Lynagh
HC version 5.00.2): > 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/. Just tried with 5.02 and the same thing happens: ghc-5.02: panic! (the `impossibl

ghc-5.00.2: panic! (the `impossible' happened, GHC version 5.00.2): Oversize heap check detected. Please try compiling with -O.

2001-09-30 Thread Ian Lynagh
Hiyas, $ ghc -O -fvia-C -O2-for-C -Wall -package lang -prof -auto -c -o Tokens.o Tokens.lhs $ ghc -O -fvia-C -O2-for-C -Wall -package lang -prof -auto -c -o IA.o IA.lhs ghc-5.00.2: panic! (the `impossible' happened, GHC version 5.00.2): Oversize heap check detected. Pleas