module
Version:
v0.0.0-...-cd403a5
Opens a new window with list of versions in this module.
Published: Nov 25, 2019
License: MIT
Opens a new window with license information.
README
¶
go-issue-call-go-in-c-signal-handler
This repository contains an example of the problem
- ExampleTestCHandlerCalledByCSignal
calls c function in c signal handler, passed
- ExampleTestGoHandlerCalledByCSignal
calls go function in c signal handler, blocked forever
- ExampleTestGoHandlerCalledByCSignalWithSigAltStack
calls go function in c signal handler, with sigaltstack called before sigaction, blocked forever
Execute as a binary
signal.TestCHandlerCalledByCSignal
is executed
signal.TestGoHandlerCalledByCSignal
is commented out
signal.TestGoHandlerCalledByCSignalWithSigAltStack
is commented out
Directories
¶
Click to show internal directories.
Click to hide internal directories.