https://bugzilla.novell.com/show_bug.cgi?id=288879 Summary: getaddrinfo returns duplicate results Product: openSUSE 10.3 Version: Alpha 5 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: pbaudis@novell.com ReportedBy: rhafer@novell.com QAContact: qa@suse.de Found By: --- I have a strange issue here that keeps the OpenLDAP testsuite from finishing successfully (and causing the build to fail). Hence severity == Major. OpenLDAP uses the getaddrinfo() to find out all the interfaces it should bind/listen() on. Under certain cirumstances the currently used glibc in STABLE returns duplicate entries and slapd fails to start getting EADDRINUSE upon the bind() call. I was able to create a small testcase that to reproduce the problem. I'll attach it to this bug. Note that the problem only seems to exist if I call gethostbyname_r before the call to getaddrinfo. Without it getaddrinfo seems to work as expected. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.