[Haskell-cafe] cap 3: stopping thread 3 (stackoverflow)

Andres Loeh andres.loeh at googlemail.com
Tue Jun 7 10:39:01 CEST 2011


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



More information about the Haskell-Cafe mailing list