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/15272] New: getaddrinfo() returns EAI_SYSTEM with AF_UNSPEC and SOCK_STREAM on ARM


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

             Bug #: 15272
           Summary: getaddrinfo() returns EAI_SYSTEM with AF_UNSPEC and
                    SOCK_STREAM on ARM
           Product: glibc
           Version: 2.17
            Status: NEW
          Severity: critical
          Priority: P2
         Component: network
        AssignedTo: unassigned@sourceware.org
        ReportedBy: florian@openwrt.org
    Classification: Unclassified


Created attachment 6930
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6930
Test case to illustrate the issue

The test case attached will return the following on an ARM v5 system:

./getaddrinfo www.free.fr
getaddrinfo: System error (errno: 111, Connection refused)

While the exact same test case works fine on an i686 system. This code is not
architecture-specific as far as I know, but still consistenly fails on ARMv5
and not on i686.

Note that I was able to reproduce the system with glibc 2.16 and glibc 2.17 and
not with glibc 2.13. I will dig more to see if glibc 2.14 and glibc 2.15 and
2.18 are also affected.

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