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/15015] getaddrinfo returns EAI_SERVICE with SOCK_RAW


https://sourceware.org/bugzilla/show_bug.cgi?id=15015

Andreas Schneider <asn at cryptomilk dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |asn at cryptomilk dot org

--- Comment #6 from Andreas Schneider <asn at cryptomilk dot org> ---
Created attachment 7411
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7411&action=edit
test_addrinfo.c

Andreas, I think I run into this problem too. I've created a test which works
perfectly on my box. If I strace it I can see it opening /etc/services and
returning the correct information. The same test case, doesn't work in the
openSUSE build service cause it uses a AF_NETLINK socket to get the info and
then fails.

See the build logs of:
https://build.opensuse.org/package/show/home:gladiac/test_getaddrinfo

-- 
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]