Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 864639 Details for
Bug 958505
Stale zombie/<defunct> process
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
may be patch
EXIT.p (text/plain), 785 bytes, created by
Oleg Nesterov
on 2014-02-18 16:04:34 UTC
(
hide
)
Description:
may be patch
Filename:
MIME Type:
Creator:
Oleg Nesterov
Created:
2014-02-18 16:04:34 UTC
Size:
785 bytes
patch
obsolete
>--- x/kernel/exit.c >+++ x/kernel/exit.c >@@ -560,9 +560,6 @@ static void reparent_leader(struct task_ > struct list_head *dead) > { > list_move_tail(&p->sibling, &p->real_parent->children); >- >- if (p->exit_state == EXIT_DEAD) >- return; > /* > * If this is a threaded reparent there is no need to > * notify anyone anything has happened. >@@ -570,9 +567,12 @@ static void reparent_leader(struct task_ > if (same_thread_group(p->real_parent, father)) > return; > >- /* We don't want people slaying init. */ >+ /* We don't want people slaying init. */ > p->exit_signal = SIGCHLD; > >+ if (p->exit_state == EXIT_DEAD) >+ return; >+ > /* If it has exited notify the new parent about this child's death. */ > if (!p->ptrace && > p->exit_state == EXIT_ZOMBIE && thread_group_empty(p)) {
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 958505
:
742272
|
758391
|
758857
| 864639 |
865176