From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12430 invoked by alias); 10 Sep 2004 02:48:38 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 12419 invoked from network); 10 Sep 2004 02:48:37 -0000 Received: from unknown (HELO motgate8.mot.com) (129.188.136.8) by sourceware.org with SMTP; 10 Sep 2004 02:48:37 -0000 Received: from il06exr04.mot.com (il06exr04.mot.com [129.188.137.134]) by motgate8.mot.com (Motorola/Motgate8) with ESMTP id i8A2nhF7011503 for ; Thu, 9 Sep 2004 19:49:43 -0700 (MST) Received: from zas24exm01.corp.mot.com (zas24exm01.corp.mot.com [10.238.144.34]) by il06exr04.mot.com (Motorola/il06exr04) with ESMTP id i8A2lJV1001685 for ; Thu, 9 Sep 2004 21:47:21 -0500 Received: by zas24exm01.corp.mot.com with Internet Mail Service (5.5.2657.72) id ; Fri, 10 Sep 2004 12:18:31 +0930 Message-ID: <643810D0E0F1144C8F9D798CF5294DD80244C0F7@zas24exm01.corp.mot.com> From: Reschke Benjamin-A16256 To: gdb@sources.redhat.com Subject: RE: GDB 6.0 backtrace limit to only 3 lines Date: Fri, 10 Sep 2004 02:48:00 -0000 MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2004-09/txt/msg00077.txt.bz2 > > > I recently downloaded and compiled GDB 6.0 for Sparc Solaris 8 and it > > seems that whenever I issue the "backtrace" command it will only ever > > print out 3 lines. No more, no less. Is there an option or setting > > that I need to configure when compiling the tool. Or after compilation > > is there a setting or option I need to set? > > I would try 6.2.1. IIRC, there were some known issues on sparc-solaris > with 6.0. > > -- > Joel So I downloaded an compiled GDB 6.2 and now I receive the follow output when I run gdb with my exe and core file: ------ %> gdb myExe.exe core GNU gdb 6.2 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "sparc-sun-solaris2.8"... /home/elixir/temp/gdb-6.2/gdb/dwarf2-frame.c:1071: internal-error: Unsupported encoding: DW_EH_PE_indirect A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) y /home/elixir/temp/gdb-6.2/gdb/dwarf2-frame.c:1071: internal-error: Unsupported encoding: DW_EH_PE_indirect A problem internal to GDB has been detected, further debugging may prove unreliable. Create a core file of GDB? (y or n) n ------ Any ideas what is causing this? I also compiled it for Linux and had no problems whatsoever.