Gnus development mailing list
 help / color / mirror / Atom feed
From: ShengHuo ZHU <zsh@cs.rochester.edu>
Subject: Re: xemacs hang while gnus is trying to cope with flakey server
Date: 20 Nov 2000 08:20:00 -0500	[thread overview]
Message-ID: <2nofzawzjz.fsf@tiger.jia.vnet> (raw)
In-Reply-To: <m2em06952o.fsf@serpent.laymusic.org>

Laura Conrad <lconrad@laymusic.org> writes:

> I'm finding that gnus is dealing badly with my new isp's newsserver.
> I think the right answer is to start using leafnode and let it just
> give up when it can't cope without making me wait for it in real
> time.  But before I do that, I'm willing to do any debugging people
> want to suggest, although it will probably behave fine if I'm waiting
> to trap it somehow.
> 
> The usual symptom is that gnus takes forever to come back when I say
> "g", and then when I ^g out of it, it does deny the server, but also
> seems to have forgotten the marks in all of the groups in that server.
> 
> Last night, however, even ^G didn't get out of the loop, and I got
> this backtrace when I killed the xemacs:
> 
> Lisp backtrace follows:
> 
>   # (unwind-protect ...)
>   open-network-stream-internal("nntpd" #<buffer " *server news-east.speakeasy.net nntp  *nntpd**"> "news-east.speakeasy.net" "nntp")

You need a timeout for nntp-open-connection, but
nntp-connection-timeout does not work for open-network-stream because
in both Emacs 20 and XEmacs 21 the timer is ignored when connecting.
Maybe it works for an external program (for example, (setq
nntp-open-connection-function 'nntp-open-telnet)). I never try it.

ShengHuo



      parent reply	other threads:[~2000-11-20 13:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-20 12:54 Laura Conrad
2000-11-20 13:07 ` Gunnar Evermann
2000-11-20 13:20 ` ShengHuo ZHU [this message]

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=2nofzawzjz.fsf@tiger.jia.vnet \
    --to=zsh@cs.rochester.edu \
    /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).