emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses


From: Lars Ingebrigtsen
Subject: Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses
Date: Wed, 10 Feb 2016 10:07:46 +1100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

> Thanks.  It seems to work fine on MS-Windows (after fixing a minor
> gotcha), but I have a problem with connect-to-tls-ipv6-nowait: it
> fails because the Windows build doesn't support IPv6, but if I force
> it to be skipped, the next test, echo-server-nowait, fails because it
> receives an empty string instead of "echo".

That's very strange.  If I remove connect-to-tls-ipv6-nowait from the
file and say "make lisp/net/network-stream-tests" then all the remaining
tests pass.

And echo-server-nowait doesn't talk to the same port at the TLS tests,
so that's doubly weird.

> However, when connect-to-tls-ipv6-nowait is left to run (and fail),
> then echo-server-nowait succeeds.

When it fails, is the gnutls-serv process still running?  While making
the tests, I noticed that sometimes the gnutls-serv processes were still
running -- even after the tests had finished, and the Emacs it had
spawned had died.  It's like gnutls-serv detaches itself from the parent
process.  Skimming the man page doesn't show any way to make it not do
that.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

[Prev in Thread] Current Thread [Next in Thread]