This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb/1628: (gdb) file ... fails internal-error gdb 6.1 gcc3.3.2 solaris2.7


The following reply was made to PR gdb/1628; it has been noted by GNATS.

From: Jim Ziegler <jim_ziegler@ltx.com>
To: gdb-gnats@sources.redhat.com
Cc:  
Subject: Re: gdb/1628: (gdb) file ... fails internal-error    gdb 6.1  gcc
 3.3.2 solaris2.7
Date: Wed, 28 Apr 2004 16:46:51 -0400

 The problem is that while processing the dwarf2 data, a cie is found with encoding 0x74, then , when we try to process an fde, we fail in read_encoded_value because 0x74 is not recognized.  Is this a valid encoding?  Or is this actually a g++ problem?
 
 
 -- 
 Jim Ziegler (jim_ziegler@ltx.com)
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]