• Ian Lance Taylor's avatar
    runtime: adjust gsignal stack to current signal stack · f7e51c13
    Ian Lance Taylor authored
    If non-Go code calls sigaltstack before a signal is received, use
    sigaltstack to determine the current signal stack and set the gsignal
    stack to use it.  This makes the Go runtime more robust in the face of
    non-Go code.  We still can't handle a disabled signal stack or a signal
    triggered with SA_ONSTACK clear, but we now give clear errors for those
    cases.
    
    Fixes #7227.
    Update #9896.
    
    Change-Id: Icb1607e01fd6461019b6d77d940e59b3aed4d258
    Reviewed-on: https://go-review.googlesource.com/18102
    Run-TryBot: Ian Lance Taylor <iant@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarMikio Hara <mikioh.mikioh@gmail.com>
    f7e51c13
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...