From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29495 invoked by alias); 23 May 2012 12:33:12 -0000 Received: (qmail 29473 invoked by uid 22791); 23 May 2012 12:33:10 -0000 X-SWARE-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL,BAYES_00,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,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 12:32:58 +0000 Received: from telerig.nabble.com ([192.168.236.162]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SXAkL-0005BK-Jo for gdb@sourceware.org; Wed, 23 May 2012 05:32:57 -0700 Message-ID: <33895291.post@talk.nabble.com> Date: Wed, 23 May 2012 12:33:00 -0000 From: santoshp To: gdb@sourceware.org Subject: Is there any mechanism in GDB to print memory allocation pattern in a core dump file MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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/msg00117.txt.bz2 Hi All, I got a crash for which the size of the core file is little bigger i.e. ~9GB. Initial impression is that there might be some memory leaks in the process as the size is bugger than the usual size. Is there any mechanism in GDB/Linux I can find out the memory allocation pattern in the core file? e.g. There is a tool debug diag in Windows which can do this nicely from dump file. Any pointers will be appreciated. Thanks, Santosh -- 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-tp33895291p33895291.html Sent from the Sourceware - gdb list mailing list archive at Nabble.com.