[Haskell-cafe] Re: Invalid object in isRetainer

Simon Marlow simonmar at microsoft.com
Mon Dec 5 10:37:42 EST 2005


On 05 December 2005 15:29, Joel Reymont wrote:

> So how do you profile for memory leaks then?

Ordinary heap profiling (-hc) should work fine with STM.  The more
exotic kinds of heap profiling haven't been updated yet, so
unfortunately they're broken with STM right now.

Cheers,
	Simon


More information about the Haskell-Cafe mailing list