This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug network/13904] getaddrinfo does two identical queries, breaks dns round robin with two hosts


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]