From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25742 invoked by alias); 12 Nov 2012 07:27:49 -0000 Received: (qmail 25710 invoked by uid 48); 12 Nov 2012 07:27:34 -0000 From: "amonakov at gmail dot com" To: glibc-bugs@sources.redhat.com Subject: [Bug dynamic-link/14831] Redirecting a library to libm.so via LD_AUDIT induces segmentation fault in _dl_profile_fixup Date: Mon, 12 Nov 2012 07:27:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: dynamic-link X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: amonakov at gmail dot com 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: Attachment #6727 is obsolete Message-ID: In-Reply-To: References: 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: 2012-11/txt/msg00098.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=14831 Alexander Monakov changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6727|0 |1 is obsolete| | --- Comment #1 from Alexander Monakov 2012-11-12 07:27:33 UTC --- Created attachment 6728 --> http://sourceware.org/bugzilla/attachment.cgi?id=6728 simplified testcase Actually, redirecting libraries via LD_AUDIT mechanism is not required to trigger the bug. It suffices to use the minimal audit library that implements only la_version and an executable that links to libm.so. I'm surprised this simplified test fails. Is it covered in glibc's LD_AUDIT tests? Does it point to an inefficiency somewhere (LD_AUDIT library is essentially a no-op in this case, it's odd that the loader's behavior differs)? -- 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.