On Wed, Oct 16, 2013 at 12:24 AM, Uros Bizjak wrote:
>
>> This patch to libgo fixes a dumb bug in which catching a signal via the
>> os/signal package could clobber the saved split-stack context, leading
>> to disaster if the signal arrived at the wrong time. Bootstrapped and
>> ran Go testsuite
Hello!
> This patch to libgo fixes a dumb bug in which catching a signal via the
> os/signal package could clobber the saved split-stack context, leading
> to disaster if the signal arrived at the wrong time. Bootstrapped and
> ran Go testsuite on x86_64-unknown-linux-gnu. Committed to mainline.
This patch to libgo fixes a dumb bug in which catching a signal via the
os/signal package could clobber the saved split-stack context, leading
to disaster if the signal arrived at the wrong time. Bootstrapped and
ran Go testsuite on x86_64-unknown-linux-gnu. Committed to mainline.
Will commit to