From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83408 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Gnus frequently hangs at "nnimap read 0k from imap.gmail.com" Date: Tue, 25 Jun 2013 15:18:23 +0200 Message-ID: <87bo6umiqo.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1372166404 10093 80.91.229.3 (25 Jun 2013 13:20:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Jun 2013 13:20:04 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31668@lists.math.uh.edu Tue Jun 25 15:20:04 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UrTA7-0003s3-4h for ding-account@gmane.org; Tue, 25 Jun 2013 15:19:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1UrT8l-0000CH-AH; Tue, 25 Jun 2013 08:18:35 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1UrT8j-0000C7-Ms for ding@lists.math.uh.edu; Tue, 25 Jun 2013 08:18:33 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1UrT8e-0004Kr-MX for ding@lists.math.uh.edu; Tue, 25 Jun 2013 08:18:33 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1UrT8a-0004CB-5k for ding@gnus.org; Tue, 25 Jun 2013 15:18:24 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 5F7EC1A844B for ; Tue, 25 Jun 2013 15:18:24 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id am9-jYz-nnra for ; Tue, 25 Jun 2013 15:18:24 +0200 (CEST) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 001C61A8448 for ; Tue, 25 Jun 2013 15:18:23 +0200 (CEST) Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83408 Archived-At: Hi all, since about one or two months, Gnus frequently hangs when retrieving new mail from Gmail. I use demons checking for new mail every few minutes of idle time. --8<---------------cut here---------------start------------->8--- (add-to-list 'gnus-secondary-select-methods '(nnimap "Gmail" (nnimap-address "imap.gmail.com"))) (require 'gnus-demon) (gnus-demon-add-handler 'gnus-demon-scan-news 15 5) --8<---------------cut here---------------end--------------->8--- When Gnus hangs, *Messages* shows: 20130625T141848.814> nnimap read 0k from imap.gmail.com I can easily hit `C-g' to quit, and then a `g' will usually work fine again. I also use two other IMAP accounts, but this problem seems to occur only with Gmail. Is there anyone else encountering this problem? And how can I diagnose what's the culprit? After such a hang, I've checked the " *nnimap imap.gmail.com nil *nntpd**" buffer. It contained --8<---------------cut here---------------start------------->8--- ... * 1201 FETCH (UID 2637 FLAGS (%Seen)) * 1202 FETCH (UID 2638 FLAGS (%Seen)) * 1203 FETCH (UID 2640 FLAGS (%Seen)) 2498 OK Success --8<---------------cut here---------------end--------------->8--- which doesn't look as if it stalled during doing IMAP stuff, so I guess the problem is somewhere in initiating a connection to Gmail... Bye, Tassilo