Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start: use SIGUSR1 for start signal #888

Closed
wants to merge 1 commit into from
Closed

start: use SIGUSR1 for start signal #888

wants to merge 1 commit into from

Conversation

cyphar
Copy link
Member

@cyphar cyphar commented Jun 7, 2016

Since we don't use SIGSTOP, the choice of wait signal is arbitrary.
However, Go versions before 1.6 did not support waiting for SIGCONT --
this is a problem for platforms which do not have the gc compiler (as
gcc-go implements Go 1.4).

This is an alternative to #886.

Signed-off-by: Aleksa Sarai asarai@suse.de

Since we don't use SIGSTOP, the choice of wait signal is arbitrary.
However, Go versions before 1.6 did not support waiting for SIGCONT --
this is a problem for platforms which do not have the gc compiler (as
gcc-go implements Go 1.4).

Signed-off-by: Aleksa Sarai <asarai@suse.de>
@crosbymichael
Copy link
Member

This can be closed now that we are using a pipe for this functionality.

@cyphar cyphar deleted the start-use-sigusr1 branch June 13, 2016 23:11
stefanberger pushed a commit to stefanberger/runc that referenced this pull request Sep 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants