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 tutorial.lhs

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 program:

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

internal error: weird activation record found on stack: 9

2004-12-16 Thread Peter Simons
Hi, 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/projects/ghc/ The process runs just fine for several