Am 01.07.2010 16:49, schrieb Timo Sirainen:
On Thu, 2010-07-01 at 16:42 +0200, Burckhard Schmidt wrote:
imap(userx): Info: Disconnected: Logged out byte... master: Error: service(imap-login): child 20241 killed with signal 11 (core not dumped - set drop_priv_before_exec=yes)
Can you get gdb backtrace? The easiest would be if you managed to attach gdb into the correct imap-login process:
<log in> gdb -p<pid of imap-login> cont <log out> bt full
Attaching to process 20797 Retry #1: Retry #2: Retry #3: Retry #4: [New LWP 1] 0xfedcc568 in ?? () (gdb) cont Continuing.
Program received signal SIGSEGV, Segmentation fault. 0xfed57544 in ?? () (gdb) bt full #0 0xfed57544 in ?? () No symbol table info available.
I think no "good" result. I'll try next nithly.
Also it's possible that it's already been fixed. You could try latest nightly snapshot. http://dovecot.org/nightly/
-- Regards --- Burckhard Schmidt