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

Johannes Waldmann waldmann at imn.htwk-leipzig.de
Tue Jun 7 10:55:12 CEST 2011


> As a workaround, you can use the "show-ghc-events" binary that is
> provided by the ghc-events package.

Thanks, I wasn't aware of that. 

Are the following lines normal for an eventlog?

...
1877298000: cap 1: waking up thread 4 on cap 1
1877299000: cap 1: thread 4 is runnable
1877305000: cap 6: thread 4 is runnable
1877306000: cap 1: migrating thread 4 to cap 6
1877334000: cap 1: running thread 16
1877345000: cap 6: running thread 4
1877348000: cap 6: stopping thread 4 (thread finished)
1877428000: cap 3: stopping thread 14 (stack overflow)
1877428000: cap 3: running thread 14
1877501000: cap 1: stopping thread 16 (stack overflow)
1877503000: cap 1: running thread 16
1877606000: cap 3: stopping thread 14 (stack overflow)
1877607000: cap 3: running thread 14
1877658000: cap 1: stopping thread 16 (stack overflow)
1877659000: cap 1: running thread 16
1877723000: cap 4: stopping thread 10 (stack overflow)
1877724000: cap 4: running thread 10
1877769000: cap 3: stopping thread 14 (stack overflow)
1877770000: cap 3: running thread 14
...




More information about the Haskell-Cafe mailing list