
7 Jun
2011
7 Jun
'11
8:39 a.m.
I don't think a stack overflow event indicates an RTS bug. Stack overflow events usually result in the RTS trying to adjust the stack size, and only if that fails, the program is halted.
(... and why can't I copy/paste the text from threadscope's output window)
As a workaround, you can use the "show-ghc-events" binary that is provided by the ghc-events package. Cheers, Andres