From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12266 invoked by alias); 2 Nov 2007 07:41:03 -0000 Received: (qmail 12256 invoked by uid 22791); 2 Nov 2007 07:41:03 -0000 X-Spam-Check-By: sourceware.org Received: from omta02ps.mx.bigpond.com (HELO omta02ps.mx.bigpond.com) (144.140.83.154) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 02 Nov 2007 07:41:00 +0000 Received: from oaamta04ps.mx.bigpond.com ([124.190.59.154]) by omta02ps.mx.bigpond.com with ESMTP id <20071102074057.NKZE19085.omta02ps.mx.bigpond.com@oaamta04ps.mx.bigpond.com> for ; Fri, 2 Nov 2007 07:40:57 +0000 Received: from zaphod ([124.190.59.154]) by oaamta04ps.mx.bigpond.com with ESMTP id <20071102074057.HBOX17338.oaamta04ps.mx.bigpond.com@zaphod> for ; Fri, 2 Nov 2007 07:40:57 +0000 Reply-To: From: "John Chenoweth" To: Subject: RE: Solaris Core file analysis Date: Fri, 02 Nov 2007 07:41:00 -0000 Message-ID: <001a01c81d23$b82ac250$9400a8c0@zaphod> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook, Build 10.0.6822 In-Reply-To: <001b01c81ac7$033ea3b0$9400a8c0@zaphod> 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: 2007-11/txt/msg00010.txt.bz2 Can anyone help me with that below? >John Chenoweth >* +61 3 9337 1455 6 +61 3 9337 1455 >* +61 401-716-069 >* jchenowe@bigpond.net.au VK3AEK -----Original Message----- From: gdb-owner@sourceware.org [mailto:gdb-owner@sourceware.org] On Behalf Of John Chenoweth Sent: Tuesday, 30 October 2007 6:32 PM To: gdb@sourceware.org Subject: RE: Solaris Core file analysis Hi, I am trying to analyse a multithreaded program core dump on solaris. When I use the gdb command: Thread apply all bt full I only get some of the backtraces for each thread. If I use the gdb command: Maint info sol-threads I get details of all of the user threads. How do I get backtraces for each of the user threads? I am using gdb 6.6. The application is written in C++. If I use pstack, I can see backtraces however the names are all mangled. I would also like to see variable values. Regards, John Chenoweth