From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8780 invoked by alias); 22 Nov 2009 16:54:58 -0000 Received: (qmail 8772 invoked by uid 22791); 22 Nov 2009 16:54:58 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 22 Nov 2009 16:53:54 +0000 Received: (qmail 10190 invoked from network); 22 Nov 2009 16:53:53 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 22 Nov 2009 16:53:53 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.69) (envelope-from ) id 1NCFh9-0008Bx-S5; Sun, 22 Nov 2009 16:53:51 +0000 Date: Sun, 22 Nov 2009 16:54:00 -0000 From: "Joseph S. Myers" To: Jan Kratochvil cc: gdb-patches@sourceware.org Subject: Re: Fix Solaris gcore / shared libraries interaction In-Reply-To: <20091122160309.GA22717@host0.dyn.jankratochvil.net> Message-ID: References: <20091122143421.GA18630@host0.dyn.jankratochvil.net> <20091122151815.GA32439@caradoc.them.org> <20091122160309.GA22717@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-11/txt/msg00479.txt.bz2 On Sun, 22 Nov 2009, Jan Kratochvil wrote: > OK, I cannot say more as it is not reproducible for me on OpenSolaris 2009.06 > snv_111b X86 so it may affect only older Solaris versions: > > On Sat, 21 Nov 2009 01:10:27 +0100, Joseph S. Myers wrote: > # With some versions of the Solaris 10 dynamic linker, The "some versions" was intended to mean with newer versions but not older ones - I could observe it on a Solaris x86 system with a dynamic linker from 2007, but not a SPARC system with one from 2005, and it appears a relevant change (no longer calling strdup on the name) went in the second revision of cmd/sgs/rtld/common/setup.c in the public OpenSolaris version history. But it's possible further OpenSolaris changes have affected things again there. -- Joseph S. Myers joseph@codesourcery.com