Am Montag, den 11.09.2006, 08:45 +0200 schrieb Paul J Stevens:
> Lars,
> 
> The only changes over the last week were in the FETCH code (not touched
> in your examples), in the sqlite layer and in the pop3 code. But I've
> also been moving a lot of the trace calls in the imap code to Aaron's
> newtrace macros. Given that we've seen problems on solaris before in the
> trace code, I wonder if that's the case here as well. So, could you run
> some tests on a trace_level=0, and see if it still crashes then?

I'm really no c-developer, but i still keep guesing! :-)

That's the point where everything starts getting mad sometimes:

dbmail-imapsession.c line 1287

        va_start(ap, message);
        ln = g_strdup_vprintf(message,ap);
        va_end(ap);

After that function i have the strange characters, which later break
dbmail.



Reply via email to