On Feb 27, 2009, at 8:21 AM, k bah wrote:
The above assert isn't from v1.1.11 and I had added some extra checks there since 1.1.7. Do you have the exact assert message from v1.1.11?
root@server:~/dovecot-1.1.11/src/lib# grep -n assert istream-tee.c 38: i_assert(tstream->istream.skip + old_used <= size); 85: i_assert(tee->input->v_offset <= tee-
max_read_offset); 119: i_assert(last_high_offset <= input->v_offset + size); 142: i_assert(stream->buffer == data); 144: i_assert(ret > 0); root@server:~/dovecot-1.1.11/src/lib#
Oh. Looks like I changed the code after v1.1.11 :)
http://hg.dovecot.org/dovecot-1.1/rev/e1cac844aa1e
Does that fix help with your crashes?
server dovecot: child 553 (auth-worker) killed with signal 11
This is also interesting. A crashing imap process should have no
effect on auth-worker. Can you get a gdb backtrace from that?