From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61522 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: nntp problems with hibernating and waking up in a new network Date: Tue, 13 Dec 2005 20:19:16 +0100 Organization: Probably a good idea Message-ID: <878xuon6tn.fsf@dod.no> References: <87lkyq3a60.fsf@dod.no> <87bqzmns0m.fsf@dod.no> <64ps4ypv.fsf@smtprelay.t-online.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1134502271 9327 80.91.229.2 (13 Dec 2005 19:31:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Dec 2005 19:31:11 +0000 (UTC) Original-X-From: ding-owner+m10054@lists.math.uh.edu Tue Dec 13 20:31:10 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EmFoe-0000G0-NX for ding-account@gmane.org; Tue, 13 Dec 2005 20:28:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1EmFo8-00039x-00; Tue, 13 Dec 2005 13:27:28 -0600 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EmFmP-00039r-00 for ding@lists.math.uh.edu; Tue, 13 Dec 2005 13:25:41 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1EmFmN-00035b-CO for ding@lists.math.uh.edu; Tue, 13 Dec 2005 13:25:41 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EmFmM-0007t6-00 for ; Tue, 13 Dec 2005 20:25:38 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EmFjA-0006Nq-5p for ding@gnus.org; Tue, 13 Dec 2005 20:22:20 +0100 Original-Received: from cm-80.111.224.068.chello.no ([80.111.224.68]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Dec 2005 20:22:20 +0100 Original-Received: from sb by cm-80.111.224.068.chello.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Dec 2005 20:22:20 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 24 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: cm-80.111.224.068.chello.no Mail-Copies-To: never User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:Tpgx1CeqYMRuCre+p7UAqx6yHg0= X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61522 Archived-At: >>>>> Adrian Aichner : > At least under XEmacs > (setq debug-on-quit t) > would be an even better choice. > Anytime you wonder where it's hung, just use > C-g (keyboard-quit) Got no backtrace on `C-g' in GNU Emacs. I guess that means this happens inside a `condition-case'...? There are 5 lines matching "condition-case" in buffer nntp.el: 441: (condition-case err 640: (condition-case nil 1201: (condition-case () 2026: (condition-case err 2046: (condition-case err The one on line 1201 is inside the function nntp-open-connection, which looks suspiciously like the one that's called when Gnus starts talking to the NNTP server. That one calls nntp-open-network-stream (in the default case), which calls the emacs built in open-network-stream, which is where I'm guessing it is hanging.