Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 94663 Details for
Bug 144489
glibc-2.3.6-r4 - static executables dump core upon return from SIGCHLD handler
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
jobs.c to reproduce problem
jobs.c (text/x-csrc), 143 bytes, created by
Ron Kuris
on 2006-08-19 23:19:54 UTC
(
hide
)
Description:
jobs.c to reproduce problem
Filename:
MIME Type:
Creator:
Ron Kuris
Created:
2006-08-19 23:19:54 UTC
Size:
143 bytes
patch
obsolete
>#include <signal.h> > >void sigchld_handler (int sig) {} > >main() >{ >signal(SIGCHLD, sigchld_handler); >if ( fork() == 0 ) > exit(0); >sleep(1); >}
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 144489
: 94663 |
94668
|
94735