RE: Invalid object in isRetainer

On 04 December 2005 17:02, Joel Reymont wrote:
./randomplay +RTS -hr ... <- some time passes and then
randomplay: internal error: Invalid object in isRetainer(): 67 Please report this as a bug to glasgow-haskell-bugs@haskell.org, or http://www.sourceforge.net/projects/ghc/
The combination of this and the failure with -hc -hbdrag,void is preventing me from optimizing the program and it has a huge space leak somewhere.
Retainer profiling (-hr) doesn't currently work with STM. It is a bug, but I briefly looked into it and it's not a trivial fix so I left it. I'll file a ticket for it. Cheers, Simon

So how do you profile for memory leaks then? On Dec 5, 2005, at 11:31 AM, Simon Marlow wrote:
Retainer profiling (-hr) doesn't currently work with STM. It is a bug, but I briefly looked into it and it's not a trivial fix so I left it. I'll file a ticket for it.
participants (2)
-
Joel Reymont
-
Simon Marlow