On Mon, 26 Nov 2007 14:49:01 +0200 Timo Sirainen tss@iki.fi wrote:
On Sun, 2007-11-25 at 13:39 +0000, Daniel wrote:
Using the latest cvs from HEAD, I'm experiencing problems after sending a message and the client is trying upload the message to the appropriate (Sent/Queue) folder. I get only one error in dovecot.log: dovecot: Nov 25 14:21:31 Error: child 19554 (imap) killed with signal 11
Could you get gdb backtrace from this crash? Otherwise I can't really do anything about it. See http://dovecot.org/bugreport.html
Sure:
(gdb) bt full #0 0x1c04af71 in mail_cache_field_exists () No symbol table info available. #1 0x1c04cb4c in mail_cache_field_can_add () No symbol table info available. #2 0x1c041b9d in index_mail_cache_add_idx () No symbol table info available. #3 0x1c041c5c in index_mail_cache_add_idx () No symbol table info available. #4 0x1c04259d in index_mail_close () No symbol table info available. #5 0x1c04298a in index_mail_free () No symbol table info available. #6 0x1c0629cc in mail_free () No symbol table info available. #7 0x035b06ac in quota_mailbox_transaction_commit (ctx=0x8acfa700, uid_validity_r=0xcfbf928c, first_saved_uid_r=0xcfbf9290, last_saved_uid_r=0xcfbf9294) at quota-storage.c:100 qbox = (struct quota_mailbox *) 0x7e27b1e0 qt = (struct quota_transaction_context *) 0x87187bc0 #8 0x1c064810 in mailbox_transaction_commit_get_uids () No symbol table info available. #9 0x1c010a04 in __register_frame_info () No symbol table info available. #10 0x1c010c1c in __register_frame_info () No symbol table info available. #11 0x1c0103e3 in __register_frame_info () No symbol table info available. #12 0x1c078858 in io_loop_handler_run () No symbol table info available. #13 0x1c077e75 in io_loop_run () No symbol table info available. #14 0x1c01c158 in main () No symbol table info available.
Is this useful?
Daniel