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

Implement test to check whether waiting before creating child processes #6

Closed
Mithrandir0x opened this issue Apr 30, 2014 · 0 comments

Comments

@Mithrandir0x
Copy link
Owner

Currently, the tests only rely on a parent process waiting before ending.

It is interesting to verify how the kernel behaves when a parent process waits for its children to end, and then waits again for another bunch of child threads to do their thingies.

Mithrandir0x added a commit that referenced this issue May 6, 2014
Fixed kernel unblocking a process on execution when its children died.
This made all grandchildren to be removed from the ready bcp list.
This commit should fix issue #6.
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