FreeBSD Bugzilla – Attachment 152967 Details for
Bug 197608
timeout(1) does not handle zombie grandchildren
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
demo with 10 zombie children
zombie.c (text/x-csrc), 150 bytes, created by
Ed Maste
on 2015-02-14 12:10:19 UTC
(
hide
)
Description:
demo with 10 zombie children
Filename:
MIME Type:
Creator:
Ed Maste
Created:
2015-02-14 12:10:19 UTC
Size:
150 bytes
patch
obsolete
>#include <stdlib.h> >#include <unistd.h> > >int main () >{ > int i; > > for (i = 0; i < 10; i++) > if (fork() == 0) > exit (0); > sleep (1); > return (0); >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 197608
:
152953
|
152960
| 152967 |
152974