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

[cross_platform_cmd] pass signals to running process from parent #87

Open
haf opened this issue Nov 24, 2013 · 0 comments
Open

[cross_platform_cmd] pass signals to running process from parent #87

haf opened this issue Nov 24, 2013 · 0 comments

Comments

@haf
Copy link
Member

haf commented Nov 24, 2013

As a dev,
running albacore interactively in my terminal,
I may press CTRL+C to send SIGINT to ruby;
Albacore should trap that signal,
And pass it along to currently running processes.

Manifestation

Process.wait2 is cancelled/throws. Trap is handled and thread/process terminated.

Current behaviour

Terminates the other process. SIGTERM (-9)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant