From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16948 invoked by alias); 12 Mar 2013 17:36:53 -0000 Received: (qmail 15702 invoked by uid 48); 12 Mar 2013 17:36:27 -0000 From: "florian at openwrt dot org" To: glibc-bugs@sourceware.org Subject: [Bug network/15272] New: getaddrinfo() returns EAI_SYSTEM with AF_UNSPEC and SOCK_STREAM on ARM Date: Tue, 12 Mar 2013 17:36:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: network X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: florian at openwrt dot org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2013-03/txt/msg00055.txt.bz2 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.