You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/04/25 19:40:29 UTC

[Bug 3301] New: multiple processes?

http://bugzilla.spamassassin.org/show_bug.cgi?id=3301

           Summary: multiple processes?
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: Macintosh
        OS/Version: Mac OS X
            Status: NEW
          Severity: normal
          Priority: P1
         Component: spamc/spamd
        AssignedTo: spamassassin-dev@incubator.apache.org
        ReportedBy: jon@latchkey.com


I updated to svn head and now I see multiple spamd processes. That wasn't
happening before.

Here is how I start spamd:

StartService ()
{
    if [ "${SPAMDSERVER:=-NO-}" = "-YES-" ]; then
        if [ ! -e /var/run/spamd.pid ] ; then
            ConsoleMessage "Starting spamd services"
            /usr/bin/spamd -d -r /var/run/spamd.pid
        fi
    fi
}

root      454   0.0  1.0    22776   7496  ??  Ss   10:26AM   0:03.34
/usr/bin/spamd -d -r /var/run/spamd.pid                                        
                                                                                   
root      470   0.0  3.0    29160  23340  ??  S    10:26AM   0:02.01
/usr/bin/spamd -d -r /var/run/spamd.pid                                        
                                                                                   
root      471   0.0  2.1    23544  16180  ??  S    10:26AM   0:01.32
/usr/bin/spamd -d -r /var/run/spamd.pid                                        
                                                                                   
root      472   0.0  0.1    22776   1012  ??  S    10:26AM   0:00.02
/usr/bin/spamd -d -r /var/run/spamd.pid                                        
                                                                                   
root      473   0.0  0.1    22776   1012  ??  S    10:26AM   0:00.01
/usr/bin/spamd -d -r /var/run/spamd.pid                                        
                                                                                   
root      474   0.0  0.1    22776   1012  ??  S    10:26AM   0:00.00
/usr/bin/spamd -d -r /var/run/spamd.pid                                        
                               

As you can see, this is starting up a bunch of children. If I kill the first
child, the rest don't die.

What's going on?

jon



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.