From: Simon Marlow Date: Wed, 9 Dec 2009 12:41:13 +0000 (+0000) Subject: add a missing unlockTSO() X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=a0f97ee917fb2fbdb3ebbe8534429aea409d923b add a missing unlockTSO() --- diff --git a/rts/Schedule.c b/rts/Schedule.c index 7b57c0d..3f07d3c 100644 --- a/rts/Schedule.c +++ b/rts/Schedule.c @@ -2201,6 +2201,7 @@ threadStackOverflow(Capability *cap, StgTSO *tso) // if (tso->flags & TSO_SQUEEZED) { + unlockTSO(tso); return tso; } // #3677: In a stack overflow situation, stack squeezing may