From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22671 invoked by alias); 8 Jul 2014 11:57:37 -0000 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 Received: (qmail 22582 invoked by uid 48); 8 Jul 2014 11:57:32 -0000 From: "siddhesh at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug network/17125] New: posix/bug-ga2 fails Date: Tue, 08 Jul 2014 11:57: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-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: siddhesh at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: siddhesh at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-07/txt/msg00583.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=17125 Bug ID: 17125 Summary: posix/bug-ga2 fails Product: glibc Version: unspecified Status: NEW Severity: normal Priority: P2 Component: network Assignee: siddhesh at redhat dot com Reporter: siddhesh at redhat dot com The test posix/bug-ga2 fails with the following error: *** Error in `/root/src/upstream/glibc/build/posix/bug-ga2': free(): invalid pointer: 0x00007fe7ab1bc370 *** This is because we try to free noai6ai_cached on exit, which is allocated statically. Patch coming up. -- You are receiving this mail because: You are on the CC list for the bug.