public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "kjp at ci dot uchicago.edu" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sources.redhat.com
Subject: [Bug network/13904] getaddrinfo does two identical queries, breaks dns round robin with two hosts
Date: Fri, 29 Jun 2012 15:13:00 -0000	[thread overview]
Message-ID: <bug-13904-131-UoDH8viQ6N@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-13904-131@http.sourceware.org/bugzilla/>

http://sourceware.org/bugzilla/show_bug.cgi?id=13904

--- Comment #5 from kjp at ci dot uchicago.edu 2012-06-29 15:13:39 UTC ---
Just to clarify, my second snipped above was with -m64:


koa@mydev ~$ gcc t.c  -m64
koa@mydev ~$ strace -tt -s 100 -e send,sendto ./a.out
15:13:10.946056 sendto(3, "\24\0\0\0\26\0\1\3\6\306\355O\0\0\0\0\0\0\0\0", 20,
0, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20
15:13:10.950462 sendto(3,
"x\227\1\0\0\1\0\0\0\0\0\0\7gridftp\10nautilus\4nics\5xsede\3org\0\0\1\0\1",
49, MSG_NOSIGNAL, NULL, 0) = 49
15:13:10.951656 sendto(3,
"\244\211\1\0\0\1\0\0\0\0\0\0\7gridftp\10nautilus\4nics\5xsede\3org\0\0\1\0\1",
49, MSG_NOSIGNAL, NULL, 0) = 49

definitely the trigger...

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


  parent reply	other threads:[~2012-06-29 15:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-26 20:01 [Bug network/13904] New: " kjp at ci dot uchicago.edu
2012-03-26 20:10 ` [Bug network/13904] " kjp at ci dot uchicago.edu
2012-03-27 17:08 ` kjp at ci dot uchicago.edu
2012-06-29  6:17 ` jvb127 at gmail dot com
2012-06-29 15:10 ` kjp at ci dot uchicago.edu
2012-06-29 15:13 ` kjp at ci dot uchicago.edu [this message]
2012-06-30 15:09 ` jvb127 at gmail dot com
2014-06-18  4:30 ` fweimer at redhat dot com

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=bug-13904-131-UoDH8viQ6N@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=glibc-bugs@sources.redhat.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.
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 read-only IMAP folder(s) and NNTP newsgroup(s).