From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30650 invoked by alias); 5 Aug 2008 12:13:30 -0000 Received: (qmail 30634 invoked by uid 22791); 5 Aug 2008 12:13:30 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 05 Aug 2008 12:12:51 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 87A4F983EF; Tue, 5 Aug 2008 12:12:49 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 5D448983A9; Tue, 5 Aug 2008 12:12:49 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KQLPE-0004Tg-Rd; Tue, 05 Aug 2008 08:12:48 -0400 Date: Tue, 05 Aug 2008 12:13:00 -0000 From: Daniel Jacobowitz To: =?iso-8859-1?Q?Andr=E9_P=F6nitz?= Cc: gdb@sources.redhat.com Subject: Re: gdb problem with 'malloc' in unnamed namespace Message-ID: <20080805121248.GB16949@caradoc.them.org> Mail-Followup-To: =?iso-8859-1?Q?Andr=E9_P=F6nitz?= , gdb@sources.redhat.com References: <200808051407.14091.apoenitz@trolltech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200808051407.14091.apoenitz@trolltech.com> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00067.txt.bz2 On Tue, Aug 05, 2008 at 02:07:13PM +0200, André Pönitz wrote: > What can I do from the user side to inform gdb that it should > not use the malloc from the anon namespace? Nothing, but you could file a bug for GDB's incorrect selection of the malloc to call. -- Daniel Jacobowitz CodeSourcery