Hi! 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 So my client disconnects, and asks for the password again, and in dovecot.info I get nothing, but the logs of the new connection attempt. What else info should I provide? System is OpenBSD 4.2 $ dovecot -n # 1.1.beta8: /etc/dovecot.conf base_dir: /var/run/dovecot/ log_path: /var/log/mail/dovecot.log info_log_path: /var/log/mail/dovecot.info protocols: pop3 pop3s imap listen: 212.92.15.17 ssl_cert_file: /etc/ssl/dovecot_cert.pem ssl_key_file: /etc/ssl/private/dovecot_key.pem login_dir: /var/run/dovecot/login login_executable(default): /usr/local/libexec/dovecot/imap-login login_executable(imap): /usr/local/libexec/dovecot/imap-login login_executable(pop3): /usr/local/libexec/dovecot/pop3-login login_user: _dovecot login_processes_count: 1 login_max_processes_count: 10 max_mail_processes: 100 first_valid_uid: 8000 first_valid_gid: 8000 mail_location: maildir:~/Maildir/ mail_debug: yes dotlock_use_excl: yes mail_executable(default): /usr/local/libexec/dovecot/imap mail_executable(imap): /usr/local/libexec/dovecot/imap mail_executable(pop3): /usr/local/libexec/dovecot/pop3 mail_plugins: quota mail_plugin_dir(default): /usr/local/lib/dovecot/imap mail_plugin_dir(imap): /usr/local/lib/dovecot/imap mail_plugin_dir(pop3): /usr/local/lib/dovecot/pop3 imap_client_workarounds(default): tb-extra-mailbox-sep imap_client_workarounds(imap): tb-extra-mailbox-sep imap_client_workarounds(pop3): pop3_client_workarounds(default): pop3_client_workarounds(imap): pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh auth default: mechanisms: plain digest-md5 ntlm user: _dv_auth master_user_separator: * verbose: yes passdb: driver: passwd-file args: /etc/dovecot.passdb_master pass: yes master: yes passdb: driver: passwd-file args: /etc/dovecot.passdb userdb: driver: passwd-file args: /etc/dovecot.userdb socket: type: listen client: path: /var/spool/postfix/private/auth mode: 432 user: _postfix group: _postfix master: path: /var/run/dovecot/auth-master mode: 432 user: vmail group: vmail plugin: quota: maildir quota_rule: *:storage=100M quota_rule2: Trash:storage=50M -- L?vai D?niel Key ID: 0x4AC0A4B1 (wwwkeys.eu.pgp.net) Fingerprint: D037 03B9 C12D D338 4412 2D83 1373 917A 4AC0 A4B1
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 11Could you get gdb backtrace from this crash? Otherwise I can't really do anything about it. See http://dovecot.org/bugreport.html -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20071126/cd8ed238/attachment-0002.bin>
On Mon, 26 Nov 2007 14:49:01 +0200 Timo Sirainen <tss at 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