all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ken Brown <kbrown@cornell.edu>
To: Fran Litterio <flitterio@gmail.com>, 23658@debbugs.gnu.org
Subject: bug#23658: 25.1.50; make-network-connection fails to connect to IPv6 address on Windows
Date: Sun, 5 Jun 2016 11:31:24 -0400	[thread overview]
Message-ID: <50945552-8958-3dc2-9160-674a4c4ef339@cornell.edu> (raw)
In-Reply-To: <loom.20160605T164523-19@post.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 562 bytes --]

On 6/5/2016 11:04 AM, Fran Litterio wrote:
> Ken Brown <kbrown <at> cornell.edu> writes:
>
>> While we're waiting for an expert to respond to this, it's
>> easy to test if my guess is correct.  Please apply
>> the following patch, rebuild, and retry your tests.
>
> Hi Ken,
>
> Unfortunately, your patch doesn't apply cleanly.

Hi Fran,

It applies cleanly for me to the current git HEAD.  Could you do a 'git 
pull' and try again?  I'm resending the patch as an attachment in case 
my mailer (or yours) messed something up, e.g., by wrapping a long line.

Ken


[-- Attachment #2: process.c.patch --]
[-- Type: text/plain, Size: 654 bytes --]

diff --git a/src/process.c b/src/process.c
index 9ca3e594..30a200f 100644
--- a/src/process.c
+++ b/src/process.c
@@ -3135,6 +3135,7 @@ connect_network_socket (Lisp_Object proc, Lisp_Object addrinfos,
   count1 = SPECPDL_INDEX ();
   s = -1;
 
+  int addrinfo_count = 0;
   while (!NILP (addrinfos))
     {
       Lisp_Object addrinfo = XCAR (addrinfos);
@@ -3142,6 +3143,8 @@ connect_network_socket (Lisp_Object proc, Lisp_Object addrinfos,
       int protocol = XINT (XCAR (addrinfo));
       Lisp_Object ip_address = XCDR (addrinfo);
 
+      message ("Trying addrinfo structure %d", ++addrinfo_count);
+
 #ifdef WINDOWSNT
     retry_connect:
 #endif

  reply	other threads:[~2016-06-05 15:31 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-30 23:44 bug#23658: 25.1.50; make-network-connection fails to connect to IPv6 address on Windows Francis Litterio
2016-06-01 14:54 ` Ken Brown
2016-06-01 15:30   ` Fran
2016-06-01 16:29     ` Ken Brown
2016-06-01 19:57       ` Fran
2016-06-01 21:55         ` Ken Brown
2016-06-02 14:50           ` Ken Brown
2016-06-04 16:01             ` Fran Litterio
2016-06-05 15:04             ` Fran Litterio
2016-06-05 15:31               ` Ken Brown [this message]
2016-06-05 15:52                 ` Fran
2016-06-05 16:56             ` Fran
2016-06-05 17:20               ` Ken Brown
2016-06-05 18:00                 ` Ken Brown
2016-06-12 20:04                   ` Ken Brown
2016-06-12 23:24                     ` Ken Brown
2016-06-02  8:16 ` Live System User
2016-06-02 15:01   ` Ken Brown
2020-08-04  9:34 ` Lars Ingebrigtsen
2020-09-14 15:00   ` Lars 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=50945552-8958-3dc2-9160-674a4c4ef339@cornell.edu \
    --to=kbrown@cornell.edu \
    --cc=23658@debbugs.gnu.org \
    --cc=flitterio@gmail.com \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.