From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22358 invoked by alias); 24 Nov 2012 19:10:05 -0000 Received: (qmail 22220 invoked by uid 48); 24 Nov 2012 19:09:47 -0000 From: "jan.kratochvil at redhat dot com" To: glibc-bugs@sources.redhat.com Subject: [Bug libc/13097] gdb regression: Excessive linux-vdso.so.1 name Date: Sat, 24 Nov 2012 19:10:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jan.kratochvil at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: drepper.fsp at gmail dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC 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/msg00214.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=13097 Jan Kratochvil changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jan.kratochvil at redhat | |dot com --- Comment #2 from Jan Kratochvil 2012-11-24 19:09:46 UTC --- For the record it is reverted in Fedora rpm glibc-fedora.patch: In glibc GIT fedora/master branch: commit 0c95ab64cb4ec0d22bb222647d9d20c7b4903e38 Author: Andreas Schwab Date: Fri Oct 7 09:31:27 2011 +0200 - l->l_libname->name = l->l_name = memcpy (copy, dsoname, len); + l->l_libname->name = memcpy (copy, dsoname, len); + if (GLRO(dl_debug_mask)) + l->l_name = copy; -- 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.