https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6939
John Hardin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #70 from John Hardin <[email protected]> --- (In reply to Kip from comment #55) > I just checked out of curiousity to find out how many instances of spamc > were just sitting there hanging as a result of Evolution's incorrect > invocation and spamc's buggy error control: > > $ ps aux | grep "[spamc]" | wc -l > 494 If any of those were actually spawned by Evolution, could you pick one or two of them and dig around under /proc and get their invocation arguments? There are embedded NUL bytes, and we're also looking for possible empty arguments, so I suggest this: od -c /proc/PID#/cmdline -- You are receiving this mail because: You are the assignee for the bug.
