Re: internal error: weird activation record found on stack: 9

2005-01-05 Thread Peter Simons
Simon Marlow writes: > you'll need to compile up a local copy of the > debug/threaded RTS so you can use -debug and > -threaded together. The way to do that is to > add "GhcRtsWays += thr_debug" to mk/build.mk in > a GHC tree, and build as normal. Unfortunately, that didn't work. I've added

Re: internal error: weird activation record found on stack: 9

2005-01-04 Thread Peter Simons
Simon Marlow writes: > add "GhcRtsWays += thr_debug" to mk/build.mk in a GHC > tree, and build as normal. Great, that's gonna be no problem. Concerning your original instructions: | Please compile the program with -debug, then open it with | gdb. Set a breakpoint on barf() and run the progr

RE: internal error: weird activation record found on stack: 9

2005-01-04 Thread Simon Marlow
On 03 January 2005 15:19, Peter Simons wrote: > I wrote: > > > Simon Marlow writes: > > >> Please compile the program with -debug, then open it > >> with gdb. > > > Unfortunately, -debug seems to conflict with -threaded: > > > ghc --make -threaded -debug -O -Wall [...] -o postmaster >

Re: internal error: weird activation record found on stack: 9

2005-01-03 Thread Peter Simons
I wrote: > Simon Marlow writes: >> Please compile the program with -debug, then open it >> with gdb. > Unfortunately, -debug seems to conflict with -threaded: > ghc --make -threaded -debug -O -Wall [...] -o postmaster tutorial.lhs [...] > Chasing modules from: tutorial.lhs > [...]

Re: internal error: weird activation record found on stack: 9

2004-12-18 Thread Peter Simons
Simon Marlow writes: > Please compile the program with -debug, then open it with > gdb. Unfortunately, -debug seems to conflict with -threaded: ghc --make -threaded -debug -O -Wall [...] -o postmaster tutorial.lhs [...] Chasing modules from: tutorial.lhs [...] Compiling Main

RE: internal error: weird activation record found on stack: 9

2004-12-17 Thread Simon Marlow
On 16 December 2004 16:12, Peter Simons wrote: > I'm getting this error in my software every now and then: > > postmaster: internal error: scavenge_stack: weird activation record > found on stack: 9 Please report this as a bug to > [EMAIL PROTECTED], or > http://www.sourceforge.net/