From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19639 invoked by alias); 23 May 2012 17:18:45 -0000 Received: (qmail 19626 invoked by uid 22791); 23 May 2012 17:18:43 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,KHOP_THREADED,NML_ADSP_CUSTOM_MED,RCVD_IN_HOSTKARMA_YE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sam.nabble.com (HELO sam.nabble.com) (216.139.236.26) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 23 May 2012 17:18:30 +0000 Received: from telerig.nabble.com ([192.168.236.162]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SXFCg-0003ZK-FP for gdb@sourceware.org; Wed, 23 May 2012 10:18:30 -0700 Message-ID: <33897108.post@talk.nabble.com> Date: Wed, 23 May 2012 17:18:00 -0000 From: santoshp To: gdb@sourceware.org Subject: Re: Is there any mechanism in GDB to print memory allocation pattern in a core dump file In-Reply-To: <87pq9v9bht.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <33895291.post@talk.nabble.com> <87pq9v9bht.fsf@fleche.redhat.com> 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: 2012-05/txt/msg00119.txt.bz2 The application is a C++ application running on Linux (RHEL 5.7 x86_64). It uses a private memory allocator (variation of ptmalloc). The gdb-heap link says it works for python objects and work for c++ is under process. Can I use the gdb-heap ? Thanks, Santosh Nothing built in, but there is gdb-heap, if you're on a system using glibc. https://fedorahosted.org/gdb-heap/ Tom -- View this message in context: http://old.nabble.com/Is-there-any-mechanism-in-GDB-to-print-memory-allocation-pattern-in-a-core-dump-file-tp33895291p33897108.html Sent from the Sourceware - gdb list mailing list archive at Nabble.com.