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

Create a new process group when spawning a new process #528

Merged
merged 1 commit into from
Apr 23, 2016

Conversation

kovyrin
Copy link
Contributor

@kovyrin kovyrin commented Feb 14, 2015

When a new process is created with spawn, it is placed in the same process group as its parent. SIGTSTP, SIGQUIT, and SIGINT signals generated by keyboard interrupts are automatically sent to all processes associated with the terminal, which leads to things like #525. This small patch makes the spawn call create a new process group.

…revent from SIGINT propagating to spawned processes.
@Spaceghost
Copy link

@ddollar Preguntas y comentarios, sir?

@ddollar ddollar merged commit 8c003b6 into ddollar:master Apr 23, 2016
@ddollar
Copy link
Owner

ddollar commented Apr 23, 2016

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

3 participants