Sven Kirmess
2010-Jun-27 13:34 UTC
[Dovecot] dovecot 2.0.beta6 dies when I try to delete a folder with thunderbird
When I try to delete a folder with Thunderbird 3.1 I get the following log entry and the folder is not deleted. Filesystem is ZFS. Jun 27 15:32:36 azati dovecot: [ID 583609 mail.error] master: Error: service(imap): child 18215 killed with signal 11 (core not dumped - set drop_priv_before_exec=yes) Jun 27 15:32:36 azati dovecot: [ID 583609 mail.error] master: Error: service(imap): child 18213 killed with signal 11 (core not dumped - set drop_priv_before_exec=yes) # 2.0.beta6: /etc/opt/dovecot/dovecot/dovecot.conf # OS: SunOS 5.10 i86pc zfs first_valid_uid = 100 mail_location = mdbox:/l/dovecot/%u/dbox namespace { inbox = yes location prefix separator = / type = private } passdb { driver = pam } protocols = imap service imap-login { inet_listener imap { port = 0 } } service imap { vsz_limit = 1073741824 } ssl = required ssl_cert = </etc/opt/dovecot/dovecot/certs/dovecot.pem ssl_key = </etc/opt/dovecot/dovecot/private/dovecot.pem userdb { driver = passwd } verbose_proctitle = yes
Timo Sirainen
2010-Jun-28 20:20 UTC
[Dovecot] dovecot 2.0.beta6 dies when I try to delete a folder with thunderbird
On Sun, 2010-06-27 at 15:34 +0200, Sven Kirmess wrote:> When I try to delete a folder with Thunderbird 3.1 I get the following > log entry and the folder is not deleted. Filesystem is ZFS. > > Jun 27 15:32:36 azati dovecot: [ID 583609 mail.error] master: Error: > service(imap): child 18215 killed with signal 11 (core not dumped - > set drop_priv_before_exec=yes)Can you reproduce this by talking imap protocol directly? telnet localhost 143 a login user pass b delete mailboxname or possibly b rename mailboxname Trash/mailboxname gdb backtrace would be helpful: http://dovecot.org/bugreport.html I couldn't reproduce this, so it's also possible that it's already been fixed since beta6.