Hi Timo, the preconditions was: a dbox converted (convert-tool) from Maildir contents of dbox/mailboxes/INBOX/dbox-Mails was: - dovecot.index.log [64876 bytes] - dovecot-uidlist [167280 bytes] - 3237 mails I've started mutt to see the mails. Mutt lost the connection immediately. The log shows nothing strange except for: dovecot: Error: child 12136 (imap) killed with signal 11 (core dumped) Each time i try to connect to dovecot imap crashes. The first backtrace is attached. Regards, Pascal -- The trapper recommends today: face1e55.0921116 at localdomain.org -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: imap_bt_full.txt URL: <http://dovecot.org/pipermail/dovecot/attachments/20090730/84c41a96/attachment-0002.txt>
On Thu, 2009-07-30 at 17:15 +0200, Pascal Volk wrote:> #0 0x000000000047ac5f in index_storage_lock_notify_reset (ibox=0x0) at index-storage.c:379 > No locals. > #1 0x000000000044f6b1 in maildir_uidlist_lock_timeout (uidlist=0x22ee9a0, nonblock=false, refresh=true, refresh_when_locked=false) at maildir-uidlist.c:149This crash should be fixed in two ways now: 1) Don't crash when going this code path: http://hg.dovecot.org/dovecot-1.2/rev/22119217ab5d 2) It should have never been executing that code in the first place. It was fixed earlier by: http://hg.dovecot.org/dovecot-1.2/rev/25c9df95fda6 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20090807/44b2f814/attachment-0002.bin>
On 08/07/2009 11:14 PM Timo Sirainen wrote:> On Thu, 2009-07-30 at 17:15 +0200, Pascal Volk wrote: >> #0 0x000000000047ac5f in index_storage_lock_notify_reset (ibox=0x0) at index-storage.c:379 >> No locals. >> #1 0x000000000044f6b1 in maildir_uidlist_lock_timeout (uidlist=0x22ee9a0, nonblock=false, refresh=true, refresh_when_locked=false) at maildir-uidlist.c:149 > > This crash should be fixed in two ways now: > > 1) Don't crash when going this code path: > http://hg.dovecot.org/dovecot-1.2/rev/22119217ab5d > > 2) It should have never been executing that code in the first place. It > was fixed earlier by: http://hg.dovecot.org/dovecot-1.2/rev/25c9df95fda6The second patch from Mon Aug 03 12:47:37 2009 -0400 has already resolved the problem on my site. (See irc log Aug 04 01:35:06 CEST). And your first patch didn't provide any trouble. :-) Thank you very much! Regards, Pascal -- The trapper recommends today: c01dcafe.0922000 at localdomain.org