Your message dated Mon, 22 Feb 2016 13:52:03 +0200 with message-id <[email protected]> and subject line Fixed in 2.2.10 has caused the Debian Bug report #724449, regarding dovecot-imapd eating 100% cpu to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 724449: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724449 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: dovecot-imapd Version: 1:2.1.7-7 Severity: normal It seems that every once in a while the imap-login process gets out of control, eating 100% CPU over multiple hours. Attaching gdb, I'm getting this: (gdb) bt #0 0x00007fffe54a5a56 in gettimeofday () #1 0x00007fee6d9f1f8a in gettimeofday () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x00007fee6dd2fcb5 in io_loop_handle_timeouts () from /usr/lib/dovecot/libdovecot.so.0 #3 0x00007fee6dd30c7b in io_loop_handler_run () from /usr/lib/dovecot/libdovecot.so.0 #4 0x00007fee6dd2fa28 in io_loop_run () from /usr/lib/dovecot/libdovecot.so.0 #5 0x00007fee6dd1c483 in master_service_run () from /usr/lib/dovecot/libdovecot.so.0 #6 0x00007fee6df7e79e in login_binary_run () from /usr/lib/dovecot/libdovecot-login.so.0 #7 0x00007fee6d973ead in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00007fee6e3b0b2d in ?? () #9 0x00007fffe54289d8 in ?? () #10 0x000000000000001c in ?? () #11 0x0000000000000001 in ?? () #12 0x00007fffe5429e6b in ?? () #13 0x0000000000000000 in ?? () Anything I can do to debug this better? Best, Nikolaus -- Package-specific info: dovecot configuration --------------------- # 2.1.7: /etc/dovecot/dovecot.conf # OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.1 ext3 first_valid_uid = 8 last_valid_uid = 8 mail_access_groups = spamd-clients mail_gid = mail mail_location = mdbox:/var/spool/mail/%n/mdbox mail_plugins = fts quota fts_lucene mail_uid = mail managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave namespace inbox { inbox = yes location = mailbox Drafts { special_use = \Drafts } mailbox Sent { special_use = \Sent } mailbox "Sent Messages" { special_use = \Sent } mailbox Spam { special_use = \Junk } mailbox Trash { special_use = \Trash } prefix = } passdb { args = scheme=SHA512-CRYPT username_format=%n /etc/dovecot/users driver = passwd-file } plugin { antispam_backend = pipe antispam_pipe_program = /usr/local/bin/spamc_wrapper antispam_pipe_program_notspam_args = -L;ham antispam_pipe_program_spam_args = -L;spam antispam_spam = Spam antispam_trash = Trash;Papierkorb fts = lucene fts_lucene = whitespace_chars=@. quota = dict:User quota::file:%h/quota quota_rule = *:storage=1G quota_rule2 = Trash:storage=+100M sieve = ~/.dovecot.sieve sieve_dir = ~/sieve } protocols = " imap lmtp sieve" service auth { unix_listener auth-client { mode = 0600 user = Debian-exim } } service lmtp { inet_listener lmtp { address = 127.0.0.1 port = 2003 } } service managesieve-login { inet_listener sieve { port = 4190 } process_min_avail = 0 service_count = 1 } ssl_cert = </etc/dovecot/dovecot.pem ssl_key = </etc/dovecot/private/dovecot.pem userdb { args = username_format=%n /etc/dovecot/users driver = passwd-file override_fields = home=/var/spool/mail/%n } protocol lmtp { mail_plugins = fts quota fts_lucene sieve } protocol lda { mail_plugins = fts quota fts_lucene sieve } protocol imap { mail_max_userip_connections = 50 mail_plugins = fts quota fts_lucene imap_quota antispam } -- System Information: Debian Release: 7.1 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages dovecot-imapd depends on: ii dovecot-core 1:2.1.7-7 ii libc6 2.13-38 ii ucf 3.0025+nmu3 dovecot-imapd recommends no packages. dovecot-imapd suggests no packages. Versions of packages dovecot-imapd is related to: ii dovecot-core [dovecot-common] 1:2.1.7-7 pn dovecot-dbg <none> pn dovecot-dev <none> pn dovecot-gssapi <none> ii dovecot-imapd 1:2.1.7-7 pn dovecot-ldap <none> ii dovecot-lmtpd 1:2.1.7-7 ii dovecot-managesieved 1:2.1.7-7 pn dovecot-mysql <none> pn dovecot-pgsql <none> pn dovecot-pop3d <none> ii dovecot-sieve 1:2.1.7-7 pn dovecot-sqlite <none> -- no debconf information
--- End Message ---
--- Begin Message ---Version: 1:2.2.10-1 Hi, On Thu, 10 Oct 2013 09:17:56 -0700 Nikolaus Rath <[email protected]> wrote: > ...and here's a backtrace with debugging symbols installed: > > #0 0x00007fcba50c5a90 in read () from /lib/x86_64-linux-gnu/libc.so.6 > #1 0x00007fcba4aa01aa in ?? () from > /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 > #2 0x00007fcba4a9df09 in BIO_read () from > /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 > #3 0x00007fcba4dbac8c in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 > #4 0x00007fcba4dbbe75 in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 > #5 0x00007fcba4dbd8d0 in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 > #6 0x00007fcba4dad07a in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 > #7 0x00007fcba4db143b in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 > #8 0x00007fcba5622b61 in ssl_handshake (proxy=0x7fcba7870bb0) at > ssl-proxy-openssl.c:465 > #9 ssl_step (proxy=0x7fcba7870bb0) at ssl-proxy-openssl.c:528 In all likelihood this bug in ssl_step() was fixed upstream[1] in 2.2.10. Please re-open the bug if this is not the case. [1] https://github.com/dovecot/core/commit/639079ed0f33d3f0ca6161b06391a2dbc78eb577 Regards, Apollon
--- End Message ---

