23 Sep
2010
23 Sep
'10
5:33 p.m.
On Thu, 2010-09-23 at 15:00 +0200, Maciej Uhlig wrote:
2010-09-23T09:25:23+02:00 st1/192.168.10.201 dovecot: [ID 583609 mail.error] master: Error: service(lmtp): child 15524 killed with signal 11 (core not dumped)
in case user home directory is (erroneously) undefined.
I can't reproduce this. Could you get gdb backtrace?
Start lmtp process, e.g. telnet localhost <lmtp port> + quit
gdb .../dovecot/lmtp <pid of lmtp process> And then give command: cont
Deliver a mail to get it to crash
In gdb it should have now stopped and you can give it "bt full" command.