23 Nov
2010
23 Nov
'10
4:36 p.m.
On Tue, 2010-11-23 at 09:57 +0100, Peer Heinlein wrote:
We're running Dovecot 2.0.2 and sometimes a user creates several imap- prozesses, all of them hanging with the UID-command, using 100% of the CPU resources:
Is it a bug or another problem?
Is this a bug already fixed in Dovecot 2.0.3?
Not sure, but it's likely. To be sure you'd need to attach gdb into the process and get a backtrace:
gdb -p <imap process pid> bt full
(and hopefully there are enough symbols to get a readable backtrace)