I'm new to this list.
I saw when looking through the archives that Mark Mackay posted a fast
mbox to dbmail converter, however the archives don't support MIME, and I
can't decode the attachemnt. Can someone re-post it or tell me where I
can find it.
I am testing dbmail with a view to moving
Okay ill ask this one more time, has anyone implemented TMDA succesfully to
stop SPAM?
That's curious - we've had exactly this problem with the 1.0 imapd -
after a nasty signal (sigseg/sigbus) the process being signaled just
didn't exit but got stuck somewhere closing the database connection.
That's why I added the exit() to the serverchild.c signalhandler code.
Since then the pr
Hi,
Here is where the process is stuck:
#0 0x40101591 in chunk_free (ar_ptr=0x401b5300, p=0x8090e18) at
malloc.c:3252
#1 0x401013f4 in __libc_free (mem=0x8090e20) at malloc.c:3154
#2 0x400f1775 in _IO_new_fclose (fp=0x8090e20) at iofclose.c:85
#3 0x08051f7e in ChildSigHandler ()
#4
#5 chunk_
where are those function calls in the ChildSigHandler() originating
from? The only function the ChildSigHandler() is calling is exit(); but
as i recall exit() isn't reentrant for every unix implementation -
could you check the effect of replacing the exit() call by a call to
_exit()? _exit() is
Hi Roel,
Sorry, but the CVS file does not have the exit anymore. I though you got
rid of it. Also maybe we should just remove the signal handler before
trying to shut down.
Thanks,
Andy
Roel Rozendaal - IC&S wrote:
where are those function calls in the ChildSigHandler() originating
from? The