[Home]

Summary:ASTERISK-00451: Incorrect child handling
Reporter:martijnpr (martijnpr)Labels:
Date Opened:2003-10-29 07:29:18.000-0600Date Closed:2004-09-25 02:49:15
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) asterisk-0.5.0-signal-patch.diff
Description:On debian, I run asterisk with agi scripts. The AGI script return code
never gets reaped by the parent process, so they zombify until the
machine cannot handle it anymore ;)

****** ADDITIONAL INFORMATION ******

I fixed it by adding a signal( SIGCHLD, SIG_IGN); in the main code
Comments:By: John Todd (jtodd) 2003-10-29 15:40:36.000-0600

Can you please attach a "diff -u" formatted version of your patch, please?

By: martijnpr (martijnpr) 2003-10-30 05:04:24.000-0600

Patch supplied

By: Mark Spencer (markster) 2003-11-04 23:49:51.000-0600

Can  you be sure this isn't already fixed in CVS by a child handler?

By: martijnpr (martijnpr) 2003-11-05 03:31:56.000-0600

It most certainly was not at the time I supplied the patch :-)

By: Mark Spencer (markster) 2003-11-07 11:22:19.000-0600

IS it now though?

By: Brian West (bkw918) 2003-11-24 19:14:25.000-0600

Any update on this?

By: Brian West (bkw918) 2003-12-02 16:54:07.000-0600

Already fixed in CVS.