15 May
2012
15 May
'12
1:55 a.m.
As requested:
(gdb) x 0x3016833290
0x3016833290
On Mon, 14 May 2012 19:11:20 +0300, Timo Sirainen wrote:
On Wed, 2012-05-09 at 20:38 -0400, Edward Burr wrote:
May 9 20:27:37 box dovecot: auth: Panic: io_add(0x1) called twice fd=13, callback=0x3016833290 -> 0x3016836cd0
Could you do:
gdb /usr/libexec/dovecot/auth coredump x 0x3016833290 x 0x3016836cd0
I finally got it working by commenting out the configuration under service auth { # inet_listener { # port = 12345 # }
which I had in there for SASL with postfix, and which WAS working before the power outage.
I guess there might be some bug in v2.0.9 related to this.