Using gdb-5.1.1 on Solaris 2.7, configured as "sparc-sun-solaris2.7"
Running gdb against a binary instrumented with Purify Version 2002a.06.00 Proto 0038 020219 Solaris 2; getting a crash in the following place:
elf_symtab_read [elfread.c:462]
}
if (index != -1)
{
=> if (sectinfo->sections[index] != 0)
{
}
if (index != -1)
{
=> if (sectinfo->sections[index] != 0)
{
Problem is that "index" has the value 66, but the array is only of size 64
Join the world’s largest e-mail service with MSN Hotmail. Click Here
_______________________________________________ Bug-gdb mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gdb