GNU bug report logs -
#37408
27.0.50; list-processes can hang
Previous Next
Reported by: Lars Ingebrigtsen <larsi <at> gnus.org>
Date: Sun, 15 Sep 2019 12:08:02 UTC
Severity: normal
Tags: fixed
Found in version 27.0.50
Fixed in version 27.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 37408 <at> debbugs.gnu.org (full text, mbox):
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> Does this seem familiar to anybody? Calling `process-contact' on this
> process seems to reliably infloop.
DEFUN ("process-contact", Fprocess_contact, Sprocess_contact,
1, 2, 0,
[...]
If PROCESS is a non-blocking network process that hasn't been fully
set up yet, this function will block until socket setup has completed. */)
[...]
if (NETCONN_P (process))
wait_for_socket_fds (process, "process-contact");
So this function is advertised as blocking if called on an incompletely
set-up connection, which seems to be the case here. And it's never
going to be completed, which can happen...
I'm not sure what the right fix here would be.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 5 years and 244 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.