Thomas Leuxner
2010-Aug-06 14:36 UTC
[Dovecot] Dovecot 2.0.rc4 (a30a30d1e25a): LMTP dies intermittently
Hi, not sure what change caused this but it first appeared when building HG a30a30d1e25a. LMTP dies intermittently. Aug 6 16:00:57 spectre dovecot: lmtp(5509, alias at domain.tld): b9ESKJkVXEyFFQAAqZii3w: sieve: msgid=<1281102852.6211.447.camel at kurkku.sapo.corppt.com>: stored mail into mailbox 'Public/Mailing-Lists/Dovecot' Aug 6 16:00:57 spectre dovecot: lmtp(5509): Disconnect from local: Client quit Aug 6 16:17:05 spectre dovecot: master: Error: service(lmtp): child 5509 killed with signal 11 (core not dumped) Let me know if you need more details. Regards Thomas
Timo Sirainen
2010-Aug-06 14:51 UTC
[Dovecot] Dovecot 2.0.rc4 (a30a30d1e25a): LMTP dies intermittently
On Fri, 2010-08-06 at 16:36 +0200, Thomas Leuxner wrote:> Aug 6 16:17:05 spectre dovecot: master: Error: service(lmtp): child > 5509 killed with signal 11 (core not dumped)gdb backtrace is the only good way to know why it would dump a core: 1. Set: service lmtp { executable = lmtp -D } 2. Run "ulimit -c unlimited" before starting dovecot Anyway, are you using mbox format? Out-of-quota with mbox was crashing. This fixes it: http://hg.dovecot.org/dovecot-2.0/rev/4ef2280ee490
Thomas Leuxner
2010-Aug-06 18:33 UTC
[Dovecot] Dovecot 2.0.rc4 (a30a30d1e25a): LMTP dies intermittently
Am 06.08.2010 um 20:03 schrieb Timo Sirainen:> On Fri, 2010-08-06 at 19:50 +0200, Thomas Leuxner wrote: >> >> #0 acl_mail_namespace_storage_added (ns=0xd33e10) at >> acl-mailbox-list.c:509 > > Fixed: http://hg.dovecot.org/dovecot-2.0/rev/1aa2ccceacb9 >Looking good. Thanks.