From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81501 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: nntp hangs Date: Thu, 01 Mar 2012 17:04:21 +0900 Organization: Emacsen advocacy group Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1330589103 31615 80.91.229.3 (1 Mar 2012 08:05:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Mar 2012 08:05:03 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29781@lists.math.uh.edu Thu Mar 01 09:05:02 2012 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 1S310X-00024z-70 for ding-account@gmane.org; Thu, 01 Mar 2012 09:05:01 +0100 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 1S310J-000563-Pn; Thu, 01 Mar 2012 02:04:47 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1S310G-00055q-Qx for ding@lists.math.uh.edu; Thu, 01 Mar 2012 02:04:44 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1S310F-0005Ih-35 for ding@lists.math.uh.edu; Thu, 01 Mar 2012 02:04:44 -0600 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1S310C-0001MM-O8 for ding@gnus.org; Thu, 01 Mar 2012 09:04:41 +0100 Original-Received: from localhost ([127.0.0.1]:40857) by orlando.hostforweb.net with smtp (Exim 4.69) (envelope-from ) id 1S3102-0000f0-BA for ding@gnus.org; Thu, 01 Mar 2012 02:04:31 -0600 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130004 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.4) Emacs/24.0.94 (i686-pc-cygwin) Cancel-Lock: sha1:Sn92oNnqQ/UGU522JHKOjq25CRI= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81501 Archived-At: Hi, I frequently meet with Ma Gnus hanging up on news reading on the nntp servers that go timeout in a minute. The typical one is news.gmane.org. Several minutes after quitting reading a group, it happens when I type `M-g' to check new articles in the group. At that time the echo area shows Opening nntp server on gmane...done but Emacs gets to hang up. `C-g' and to retype `M-g' immediately will help. By turning `debug-on-quit' on, the following bt is gotten when typing `C-g': Debugger entered--Lisp error: (quit) signal(quit nil) [...] nntp-with-open-group-function (nil "gmane" nil -BODYFUN) (nntp-with-open-group nil server (when (nntp-send-command "^[245].*\n" "GRO nntp-request-group("gmane.emacs.diffs" "gmane" nil ("nntp+gmane:gmane.emac gnus-activate-group("nntp+gmane:gmane.emacs.diffs" scan nil (nntp "gmane" gnus-group-get-new-news-this-group(nil) call-interactively(gnus-group-get-new-news-this-group nil nil) Where -BODYFUN is as follows: (lambda nil (when (nntp-send-command "^[245].*\n" "GROUP" group) (let ((entry (nntp-find-connection-entry nntp-server-buffer))) (setcar (cddr entry) group)))) Though I haven't found the cause yet, I guess Gnus tries to send the GROUP command to the server, to which the connection has been closed any longer by the server. IIRC, that didn't happen till recently.