This is the mail archive of the gdb-prs@sourceware.org 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: exp/1973: Crash when excess initializers for class arespecified


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

From: Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
To: gdb-prs@sources.redhat.com, ghost@cs.msu.su, nobody@sources.redhat.com,
        gdb-gnats@sources.redhat.com
Cc:  
Subject: Re: exp/1973: Crash when excess initializers for class are
	specified
Date: Fri, 04 Nov 2005 01:17:56 +0530

 http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gdb&pr=1973
 
 No longer segfaults . It behaves like this. 
 
 (gdb) set var b={1,2,3}
 Cannot access memory at address 0x80495c4
 
 With an equivalent C program the output from gdb is 
 
 (gdb) set var b={1,2,3}
 too many initializers
 
 
 This was with gdb GNU gdb 6.3.90-20051103-cvs on the 6.4 release branch. 
 
 
 cheers
 Ramana
 
 
 -- 
 Ramana Radhakrishnan
 GNU Tools
 codito ergo sum (www.codito.com)
 


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