On Sun, 2010-02-28 at 16:09 +0100, Thomas Leuxner wrote: > Feb 28 16:07:00 spectre dovecot: master: service(lmtp): child 17322 killed > with signal 11 (core dumps disabled)
Could you get gdb backtrace? http://dovecot.org/bugreport.html If you have trouble getting a core, an easy way should be to attach to existing lmtp process: 1. telnet localhost <lmtp port> quit 2. gdb -p `pidof lmtp` cont 3. make it crash 4. gdb: bt full
signature.asc
Description: This is a digitally signed message part