spamass-milt-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: latest spam-milter


From: Mike Tancsa
Subject: Re: latest spam-milter
Date: Tue, 19 Nov 2002 09:40:22 -0500

OK, I ran it in the foreground, but it didnt give anything helpful :-(

ns4# /usr/local/sbin/spamass-milter -p /var/run/spamass-milter.sock address@hidden

Abort (core dumped)
ns4#

Thats it :-( I do have the coredump file, along with the various libs compiled with -g if thats helpful in tracking down the issue.

        ---Mike

At 06:08 PM 18/11/2002 -0600, Dan Nelson wrote:
In the last episode (Nov 18), Ron Snyder said:
> > > is SMFIS_TEMPFAIL supposed to make the program terminate and dump
> > > core (sig 6) like that ?
> >
> > No.  Signal 6 is just the result of someone calling abort().  You
> > might want to run the milter without the -f flag for a while.
> > abort() will print a diagnostic to stderr before killing the
> > program.
>
> I've put spamass-milter into a loop, here's the output over the last 8
> minutes (the timestamp is associated with the line above it):
> Memory fault (core dumped)
> Mon Nov 18 15:00:06 PST 2002

(etc). Not good :(

> Here's the backtrace:

This trace looks vaguely familiar, in that according to the assembly,
it's crashing after the last line in the function.  Which means it's
crashing in a C++ destructor.  Wait a minute.  You're that same guy! :)
I wish gdb would put correct debugging information in destructor code
so I could tell what's actually crashing.

You might want to try the CVS version if you're not already using it; I
fixed a couple of big-ish bugs this weekend relating to memory
corruption.

--
        Dan Nelson
        address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]