Opened 18 years ago
Closed 18 years ago
#996 closed bug (fixed)
waitpid() must not wait for other children in the requested group
Reported by: | axeld | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Kernel | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
I mixed up process groups and children in the kernel's wait_for_child() implementation. AFAICT we can remove the death_entry stuff from the process groups, as it should always get to the parent.
Note:
See TracTickets
for help on using tickets.
Fixed in hrev20010.