Gnus development mailing list
 help / color / mirror / Atom feed
From: Steinar Bang <sb@dod.no>
Subject: Re: nntp problems with hibernating and waking up in a new network
Date: Tue, 13 Dec 2005 20:19:16 +0100	[thread overview]
Message-ID: <878xuon6tn.fsf@dod.no> (raw)
In-Reply-To: <64ps4ypv.fsf@smtprelay.t-online.de>

>>>>> Adrian Aichner <adrian@xemacs.org>:

> 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.




  reply	other threads:[~2005-12-13 19:19 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-12 10:02 Steinar Bang
2005-12-12 15:56 ` Simon Josefsson
2005-12-12 17:29   ` Steinar Bang
2005-12-13 16:33     ` Simon Josefsson
2005-12-13 18:51       ` Adrian Aichner
2005-12-13 19:19         ` Steinar Bang [this message]
2005-12-14 14:15           ` Simon Josefsson
2005-12-14 20:21             ` Steinar Bang
2005-12-15 10:48               ` Simon Josefsson
2005-12-13 18:57       ` Steinar Bang
2005-12-12 16:53 ` Jesper Harder
2005-12-12 17:22   ` Steinar Bang
2005-12-12 22:19 ` Bjørn Mork
2005-12-13 12:34   ` Steinar Bang
2005-12-13 14:00     ` Steinar Bang
2005-12-13 16:33       ` Steinar Bang
2005-12-13 19:24         ` Steinar Bang
2006-01-18 11:35 ` gmane spam reporting problems moving between networks (Was: nntp problems with hibernating and waking up in a new network) Steinar Bang
2006-01-19 10:13   ` gmane spam reporting problems moving between networks Simon Josefsson
2006-08-02 19:38   ` gmane spam reporting problems moving between networks (Was: nntp problems with hibernating and waking up in a new network) Steinar Bang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878xuon6tn.fsf@dod.no \
    --to=sb@dod.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).