Project

General

Profile

Actions

Bug #173

closed

cron fails to reap child processes, leaving zombie processes

Added by Justin Maggard almost 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
2014-05-23
Due date:
% Done:

100%

Estimated time:

Description

Using cron's own SIGCHLD handler doesn't work well on Illumos for some reason, but I have not taken the time to investigate why. Simply not defining USE_SIGCHLD when building cron makes cron set the SIGCHLD handler to SIG_IGN, which is enough to fix the zombie issue.

Patch attached.


Files

cron-fix-zombies.patch (556 Bytes) cron-fix-zombies.patch remove -DUSE_SIGCHLD from Makefile Justin Maggard, 2014-05-23 11:25 PM
Actions

Also available in: Atom PDF