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/454: "DW_FORM_strp pointing outside of .debug_str section"


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

From: Reva Cuthbertson <reva@cup.hp.com>
To: is@notochord.com, nobody@sources.redhat.com,
	gdb-gnats@sources.redhat.com, gdb-prs@sources.redhat.com
Cc:  
Subject: Re: gdb/454: "DW_FORM_strp pointing outside of .debug_str section"
Date: Wed, 08 May 2002 12:32:58 -0700

 --------------CD6BF42F3836FCBF9A2938E6
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 Hello,
 
     I can reproduce this problem easily with the following program
 compiled
 by g++ version 3.1 (g++ (GCC) 3.1 20020506 (prerelease)) on IA-64/Linux.
 
 The following is the program debug.C:
 
 int main() {
    return 0;
 }
 
     I compiled it with -g and -static and here is what I got from gdb
 5.2:
 
 GNU gdb 5.2.0_2002-05-07-cvs
 Copyright 2002 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 "ia64-unknown-linux"...DW_FORM_strp pointing
 outside of .debug_str section
 
 (gdb)
 
 Please let me know if you have any further questions.
 
 Thank you,
 
 Reva Cuthbertson
 Hewlett-Packard Company
 reva@cup.hp.com
 
 
 http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gdb&pr=454
 
 
 
 --------------CD6BF42F3836FCBF9A2938E6
 Content-Type: text/html; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
 <html>
 Hello,
 <p>&nbsp;&nbsp;&nbsp; I can reproduce this problem easily with the following
 program compiled
 <br>by g++ version 3.1 (g++ (GCC) 3.1 20020506 (prerelease)) on IA-64/Linux.
 <br>The following is the program debug.C:
 <p>int main() {
 <br>&nbsp;&nbsp; return 0;
 <br>}
 <p>&nbsp;&nbsp;&nbsp; I&nbsp;compiled it with -g and -static and here is
 what I got from gdb 5.2:
 <p>GNU gdb 5.2.0_2002-05-07-cvs
 <br>Copyright 2002 Free Software Foundation, Inc.
 <br>GDB is free software, covered by the GNU General Public License, and
 you are
 <br>welcome to change it and/or distribute copies of it under certain conditions.
 <br>Type "show copying" to see the conditions.
 <br>There is absolutely no warranty for GDB.&nbsp; Type "show warranty"
 for details.
 <br>This GDB was configured as "ia64-unknown-linux"...DW_FORM_strp pointing
 outside of .debug_str section
 <p>(gdb)
 <p>Please let me know if you have any further questions.
 <p>Thank you,
 <p>Reva Cuthbertson
 <br>Hewlett-Packard Company
 <br>reva@cup.hp.com
 <br>&nbsp;
 <pre><A HREF="http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gdb&pr=454";>http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&amp;database=gdb&amp;pr=454</A></pre>
 &nbsp;</html>
 
 --------------CD6BF42F3836FCBF9A2938E6--
 


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