[EMAIL PROTECTED] wrote:
---------------------------------------------------------------------- aaron - 24-Mar-07 22:19 ---------------------------------------------------------------------- Oh crap, I've confirmed that I SIGHUP handling very badly.

Probably will rearrange the code more significantly to make it very
obvious what is happening. Too many functions have side-effects on the
config struct. ---------------------------------------------------------------------- aaron - 24-Mar-07 23:32 ---------------------------------------------------------------------- Ok, I see what this bug might actually be about, and SIGHUP was me being
stupid and has nothing to do with the issue here.

In dbmail-imapsession.c, 'the_args' is an array of parsed out imap command
arguments. It is static memory that is passed around a lot. Someplace this
must not be going according to plan.

Would it be possible to trace the imap commands leading up to this error?

I was just looking at this. Since the_args is a global var, it doesn't make sence to return it does it? Maybe there is some namespace corruption... ?

-leif

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://twister.fastxs.net/mailman/listinfo/dbmail-dev

Reply via email to