20 Mar
2013
20 Mar
'13
8:26 p.m.
On 20.3.2013, at 19.51, Timo Sirainen tss@iki.fi wrote:
On 14.3.2013, at 12.05, Walter Steiner ws+dovecot@iai.uni-bonn.de wrote:
#0 0x00000000004578cc in dsync_ibc_send_mail_request (ibc=0x4a9f20, request=0x5441c0) at dsync-ibc.c:38 38 return ibc->v.is_send_queue_full(ibc) ?
If it crashes there, is_send_queue_full must be NULL or some other invalid pointer, but..
Oh, the function is correct but the line number is wrong. This fixes the crash: http://hg.dovecot.org/dovecot-2.2/rev/19ce7403114f
But I see there are other problems .. I'll continue debugging them.