[Dovecot] Assert in mech.c
Hi guys, Seems to be my week for mailing :)
I am getting the following in my mail log:
Dec 7 11:54:08 svr21 dovecot: auth(sql8): file mech.c: line 143 (mech_auth_finish): assertion failed: (*requests != request)
Is this assert important or can I remove it from my copy of the code?
Regards Andrew
Andrew Hutchings Systems Operator / Developer / Linux Guru Netserve Consultants Ltd. http://www.domaincity.co.uk/
On 7.12.2004, at 16:07, Andrew Hutchings wrote:
Dec 7 11:54:08 svr21 dovecot: auth(sql8): file mech.c: line 143 (mech_auth_finish): assertion failed: (*requests != request)
What userdb, passdb and auth mechanisms do you use? Could you get gdb backtrace from that crash? It should have written core file to /var/run/dovecot/ I think.
Is this assert important or can I remove it from my copy of the code?
It means that the same request was added twice to failure list. Without that assert it would have crashed sometimes later.
participants (2)
-
Andrew Hutchings
-
Timo Sirainen