Opened 17 years ago
Closed 13 years ago
#165 closed defect (fixed)
libc: don't kill children when the parent exits
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.5 |
Component: | libc-backend | Version: | 0.6 |
Severity: | normal | Keywords: | |
Cc: | mozilla@… |
Description
Attachments (1)
Change History (6)
comment:1 by , 17 years ago
Cc: | added |
---|
comment:2 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:3 by , 14 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
I can see this problem using fork().
In the testcase, without wait() call, the 'child exit' message is never shown.
comment:4 by , 14 years ago
Milestone: | libc-0.7 → libc-0.6.4 |
---|
comment:5 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
You're right, kLibC is still interring all children upon process termination. Changed this behavior in r3775.
Note:
See TracTickets
for help on using tickets.
This was already fixed and delivered in a previous libc 0.6.x CSD.