On Thu, 2006-03-16 at 11:18 +0100, Matthias Saou wrote:
Hi,
Using the exact same build of 1.0.beta3, one i386 and the other x86_64, I get segfaults upon startup with the x86_64 version when using the exact same dovecot.conf file.
And the backtrace (I don't have symbols for all libs, sorry) :
Hmm. Could you try also running it with Valgrind? That backtrace doesn't really tell why it would crash there.
There is a trailing space on both "args = ..." lines. Well, if I remove them, I get this message with the i386 build. When I put them back, all is fine again.
Mar 16 11:05:37 s1 dovecot: pop3(user@domain): Unexpected eof found when reading file 'UNOPENED' (Errcode: 0)
This error message doesn't come from Dovecot itself though. By googling the error message it looks like it's coming from MySQL. Why is your pop3 process calling MySQL?..