From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23628 invoked by alias); 22 Jun 2010 23:56:09 -0000 Received: (qmail 23614 invoked by uid 22791); 22 Jun 2010 23:56:08 -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 gateout02.mbox.net (HELO gateout02.mbox.net) (165.212.64.22) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 22 Jun 2010 23:56:02 +0000 Received: from gateout02.mbox.net (gwo2-lo [127.0.0.1]) by gateout02.mbox.net (Postfix) with ESMTP id 704254BC353; Tue, 22 Jun 2010 23:56:00 +0000 (GMT) Received: from s1hub2.EXCHPROD.USA.NET [165.212.120.254] by gateout02.mbox.net via smtad (C8.MAIN.3.61T) with ESMTPS id XID647oFVX5a2290Xo2; Tue, 22 Jun 2010 23:56:00 -0000 X-USANET-Source: 165.212.120.254 IN slothman@electric-cloud.com s1hub2.EXCHPROD.USA.NET X-USANET-MsgId: XID647oFVX5a2290Xo2 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; Tue, 22 Jun 2010 23:56:00 +0000 Message-ID: <4C214DA5.4000903@electric-cloud.com> Date: Tue, 22 Jun 2010 23:56: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: Michael Snyder CC: "gdb@sourceware.org" Subject: Re: Problem debugging core dump in gdb 7.1 on Solaris x86_64 References: <4C2109B4.8070708@electric-cloud.com> <4C210D36.6060908@vmware.com> <4C214057.8060806@electric-cloud.com> <4C2144BD.1030100@vmware.com> In-Reply-To: <4C2144BD.1030100@vmware.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/msg00107.txt.bz2 On 06/22/2010 04:18 PM, Michael Snyder wrote: > Hmmm, well I don't know if those are the standard locations, but > you might try using "set solib-search-path" before loading the > corefile. > Certainly worth a try... sadly, same result: (gdb) set solib-search-path /lib:/usr/lib:/lib/amd64:/usr/lib/amd64:/net/tools/util/i686_SunOS_64.5.10/lib:/net/tools/util/i686_SunOS.5.10/lib/amd64 (gdb) core-file /net/chronic2nas/emake-slothman-main-201006211520/logs-201006211902-solx2-ea2/core [New LWP 1] [New LWP 2] [New LWP 3] [New LWP 4] [New LWP 5] Reading symbols from /usr/lib/amd64/ld.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/amd64/ld.so.1 Core was generated by `/opt/ecloud/i686_SunOS.5.10/bin/ecagent /opt/ecloud/i686_SunOS.5.10/bin/runagen'. Program terminated with signal 11, Segmentation fault. #0 0xfffffd7ffeac431c in ?? () (gdb) bt #0 0xfffffd7ffeac431c in ?? () Cannot access memory at address 0xfffffd7fffdfed30 (gdb) info sharedlibrary >From To Syms Read Shared Object Library 0xfffffd7fff3c1010 0xfffffd7fff3e614e Yes (*) /usr/lib/amd64/ld.so.1 (*): Shared library is missing debugging information. Thanks for the suggestion, though.