Re: [Haskell-cafe] Identifying thunks from GHC heap profiles

2011-11-14 Thread Felipe Almeida Lessa
I'm not sure if it would help, but did you try compiling without optimizations using -O0 ? Cheers, =) -- Felipe. ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] Identifying thunks from GHC heap profiles

2011-11-13 Thread Tristan Ravitch
I am trying to debug a stack overflow that seems to be caused by a large chain of thunks being evaluated all at once. I have some profiles generated using +RTS -hd -RTS that show some promising candidates, but they have generated names like Module.sat_s9et, Module.sat_s9jk, etc Is there any co