From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8266 invoked by alias); 25 Jun 2010 17:03:03 -0000 Received: (qmail 8043 invoked by uid 22791); 25 Jun 2010 17:03:02 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from gateout01.mbox.net (HELO gateout01.mbox.net) (165.212.64.21) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 25 Jun 2010 17:02:55 +0000 Received: from gateout01.mbox.net (gateout01-lo [127.0.0.1]) by gateout01.mbox.net (Postfix) with ESMTP id 75029CD7B9 for ; Fri, 25 Jun 2010 17:02:53 +0000 (GMT) Received: from s1hub2.EXCHPROD.USA.NET [165.212.120.254] by gateout01.mbox.net via smtad (C8.MAIN.3.61T) with ESMTPS id XID892oFyRc28936Xo1; Fri, 25 Jun 2010 17:02:53 -0000 X-USANET-Source: 165.212.120.254 IN slothman@electric-cloud.com s1hub2.EXCHPROD.USA.NET X-USANET-MsgId: XID892oFyRc28936Xo1 Received: from [192.168.16.206] (74.85.3.82) by exchange.postoffice.net (10.120.220.32) with Microsoft SMTP Server (TLS) id 8.2.254.0; Fri, 25 Jun 2010 17:02:53 +0000 Message-ID: <4C24E156.8050405@electric-cloud.com> Date: Fri, 25 Jun 2010 17:03:00 -0000 From: Max Kaehn User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4 MIME-Version: 1.0 To: Subject: Re: Problem debugging core dump in gdb 7.1 on Solaris x86_64 References: <4C2109B4.8070708@electric-cloud.com> In-Reply-To: <4C2109B4.8070708@electric-cloud.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed 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: 2010-06/txt/msg00126.txt.bz2 It turns out that the problem was that the default Solaris setting for core dumps wasn't giving all information. Running "coreadm -G all -I all" caused the system to start generating core dumps with readable call stacks.