> For Solaris, should call > sigaction() with flag SA_NOCLDWAIT to indicate not to wait for a > zombie child.
No, soup can't muck around with the application's signal semantics like that; something else in the app might be depending on zombies. The fix is to make sure that soup properly waits on all of its own zombies. -- Dan _______________________________________________ evolution-hackers maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution-hackers
