[Dovecot] busy loop?
Timo Sirainen
tss at iki.fi
Mon Oct 13 19:38:28 EEST 2008
On Mon, 2008-10-13 at 18:08 +0200, Cor Bosman wrote:
> I just noticed that about 25% of our servers have imap processes hanging:
>
> 97996 xxxxxx 1 101 0 4096K 2052K CPU3 2 180:54 98.93% imap
>
> All with 98-100% cpu load, taking up 1 or more CPUs.
>
> dovecot 1.1.2, FreeBSD 6.2. is this caused by the deadlock issue thats fixed
> in 1.1.4?
Get gdb backtrace:
gdb -p <imap process pid>
bt full
If it shows that it's somewhere in index-sort.c then it's fixed already.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20081013/19025410/attachment.bin
More information about the dovecot
mailing list