X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FSchedule.c;h=cb2f7f3e870b3afe6755f5d974fc1ad69ff2a955;hb=05b677fad57427a5639b36a1822c9ebd52cb3339;hp=375520d011327b8d7cb885b353394db5273d06be;hpb=8cc74db64356bd332a11c73788c4108e2e3c5acd;p=ghc-hetmet.git diff --git a/rts/Schedule.c b/rts/Schedule.c index 375520d..cb2f7f3 100644 --- a/rts/Schedule.c +++ b/rts/Schedule.c @@ -2837,7 +2837,7 @@ threadStackOverflow(Capability *cap, StgTSO *tso) "increasing stack size from %ld words to %d.", (long)tso->stack_size, new_stack_size); - dest = (StgTSO *)allocate(new_tso_size); + dest = (StgTSO *)allocateLocal(cap,new_tso_size); TICK_ALLOC_TSO(new_stack_size,0); /* copy the TSO block and the old stack into the new area */