Timo, On 7/16/10 4:23 AM, "Timo Sirainen" <t...@iki.fi> wrote: > >> Jul 16 01:50:44 cc-popmap7 dovecot: auth: Error: auth worker: Aborted >> request: Lookup timed out >> Jul 16 01:50:44 cc-popmap7 dovecot: master: Error: service(auth): child 1607 >> killed with signal 11 (core dumps disabled) > > I don't think that above change should have caused any crashes, so backtrace > would be nice.
Here's a stack trace. Standard null function pointer. No locals, I think I'd have to recompile to get additional information. #0 0x0000000000000000 in ?? () #1 0x0000000000415a71 in auth_worker_destroy () #2 0x0000000000415416 in auth_worker_call_timeout () #3 0x00000038b3e5273d in io_loop_handle_timeouts_real () from /usr/lib64/dovecot/libdovecot.so.0 #4 0x00000038b3e52797 in io_loop_handle_timeouts () from /usr/lib64/dovecot/libdovecot.so.0 #5 0x00000038b3e53958 in io_loop_handler_run () from /usr/lib64/dovecot/libdovecot.so.0 #6 0x00000038b3e527dd in io_loop_run () from /usr/lib64/dovecot/libdovecot.so.0 #7 0x00000038b3e3b926 in master_service_run () from /usr/lib64/dovecot/libdovecot.so.0 #8 0x00000000004184b1 in main () -Brad