Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: ding@lists.math.uh.edu
Cc: michael_heerdegen@web.de
Subject: Re: Prevent freezing when having bad connection?
Date: Mon, 20 Feb 2012 08:33:06 +0100	[thread overview]
Message-ID: <877gziot71.fsf@gnus.org> (raw)
In-Reply-To: <87obsy6ssu.fsf@web.de> (Michael Heerdegen's message of "Fri, 17 Feb 2012 04:29:53 +0100")

Michael Heerdegen <michael_heerdegen@web.de> writes:

> I updated Emacs today, but I still see the problem.
>
> strace -fp just prints
>
> [pid 22477] recv(12, 0xb73cfa0, 5, 0)   = -1 EAGAIN (Resource temporarily unavailable)

This is a different problem.  The bug I fixed was related to writing,
not reading.

What socket does "12" refer to?  Do something like the following to find
out what it's connected to:

larsi@rusty:~/mgnus$ ls -l /proc/1847/fd/18 
lrwx------ 1 larsi larsi 64 2012-02-20 08:31 /proc/1847/fd/18 -> socket:[40080]
larsi@rusty:~/mgnus$ lsof | grep 40080
emacs     1847      larsi   18u     IPv4              40080      0t0     TCP 10.0.1.3:60200->dough.gmane.org:nntp (ESTABLISHED)

-- 
(domestic pets only, the antidote for overdose, milk.)
  http://lars.ingebrigtsen.no  *  Sent from my Rome



  reply	other threads:[~2012-02-20  7:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-10 21:00 Michael Heerdegen
2012-02-11 15:32 ` Lars Ingebrigtsen
2012-02-11 19:21 ` Lars Ingebrigtsen
2012-02-17  3:29   ` Michael Heerdegen
2012-02-20  7:33     ` Lars Ingebrigtsen [this message]
2012-02-22  2:07       ` Michael Heerdegen
2012-02-22 11:21         ` Ted Zlatanov
2012-03-10  1:01           ` Lars Magne Ingebrigtsen
2012-03-12 22:57             ` Michael Heerdegen
2012-03-14 14:52               ` Lars Magne Ingebrigtsen
2012-03-12 22:55           ` Michael Heerdegen
2012-03-14 14:53             ` Lars Magne Ingebrigtsen

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=877gziot71.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=ding@lists.math.uh.edu \
    --cc=michael_heerdegen@web.de \
    /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).