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

kill syscall handler incorrectly assumes pgid=pid #3315

Open
sporksmith opened this issue Mar 22, 2024 · 0 comments
Open

kill syscall handler incorrectly assumes pgid=pid #3315

sporksmith opened this issue Mar 22, 2024 · 0 comments
Labels
Type: Bug Error or flaw producing unexpected results

Comments

@sporksmith
Copy link
Contributor

The kill syscall handler was written with the assumption that every process has its process group id equal to its process id. This is no longer true since implementing fork.

@sporksmith sporksmith added the Type: Bug Error or flaw producing unexpected results label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Error or flaw producing unexpected results
Projects
None yet
Development

No branches or pull requests

1 participant