FIX #767 (withMVar family have a bug)
authorSimon Marlow <simonmar@microsoft.com>
Fri, 18 May 2007 12:25:05 +0000 (12:25 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 18 May 2007 12:25:05 +0000 (12:25 +0000)
commitdaa640e41e5bb964adc385509d97220b96d4ac5e
tree5e468e802220d6a8a7d6227d49148abcadbce175
parent1fb4c716c901f08b185439521f91f8cf552797c3
FIX #767 (withMVar family have a bug)
We never want to raise a StackOverflow exception inside
Control.Exception.block, because the user has no reasonable way of
handling it, and it invalidates some useful guarantees.
rts/Schedule.c