https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5950


Tom Vajzovic <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




--- Comment #3 from Tom Vajzovic <[EMAIL PROTECTED]>  2008-08-04 09:16:41 PST 
---
Gah!

Ignore that patch.

It won't work, because writing the pid before calling daemonize() will write
the wrong process id.

What is needed it to break up daemonize().  Currently it does:

fork ->

old process:
exit.

new process:
write pid.
continue...


It should go:

fork ->

old process:
write child's pid.
exit.

new process:
continue...


-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to