Bugzilla – Attachment #151993: Bug 33898: background_jobs_worker.pl may leave defunct children processes for extended periods of time for
bug #33898
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 33898
Collapse All
|
Expand All
(-)
a/misc/workers/background_jobs_worker.pl (-1 / +1 lines)
Lines 157-162 while (1) {
Link Here
157
157
158
}
158
}
159
sleep 10;
159
sleep 10;
160
$pm->reap_finished_children();
160
}
161
}
161
}
162
}
162
$conn->disconnect;
163
$conn->disconnect;
163
-
Return to
bug 33898