13 Sep
2007
13 Sep
'07
7:34 a.m.
On Thu, 2007-09-13 at 00:48 -0400, Vladislav Malyshkin wrote:
The problem persists with mbox inbox folders in v1.1.alpha4. I get a stalled process "imap" which can not be killed by killall imap only by killall -9 imap This process takes a lock of user mailbox thus prevents the user to read/send mail.
Could you get gdb backtrace of those processes (a few times if they're different)?
gdb attach <imap process pid> bt
(if attach doesn't work, replace it with path to imap binary)