On 10/01/2006 8:17 PM, George R. Kasica wrote:
On Tue, 10 Jan 2006 18:58:37 -0500, you wrote:

If you can get a "strace -ftp PID" of the parent spamd process while this happens (along with a matching debug log) and *attach* it to the bug, I'm sure Justin would take a look at it.

I haven't been able to reproduce it myself, so I haven't looked at it further.


Daryl:

Not a programmer here, but with a little direction I think I can get
the info.

I'm assuming the following here:

strace -ftp PID where PID is the PID of the parent spamd process
correct?

Yeah PID is the process ID of the parent spamd process. Also, you can redirect the output to a file with normal redirection, or just specify an output file with the -o option, ala:

strace -ftp PID -o /path/to/output/file


As to debug log, how would I go about that? Is it the info I provided
earlier just doing it over again to match with strace output?

Yeah. You might want to add "-Dprefork" as one of the options to your spamd call though.


Daryl

Reply via email to