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]

[Bug symtab/16000] New: Need better recovery from "could not find partial DIE 0x1234 in cache"


https://sourceware.org/bugzilla/show_bug.cgi?id=16000

            Bug ID: 16000
           Summary: Need better recovery from "could not find partial DIE
                    0x1234 in cache"
           Product: gdb
           Version: 7.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: symtab
          Assignee: unassigned at sourceware dot org
          Reporter: dje at google dot com

A user tripped over this in a 7.6 variant:

../../gdb-7.6.x/gdb/dwarf2read.c:14552: internal-error: could not find partial
DIE 0x754d4 in cache

  if (pd == NULL)
    internal_error (__FILE__, __LINE__,
                    _("could not find partial DIE 0x%x "
                      "in cache [from module %s]\n"),
                    offset.sect_off, bfd_get_filename (objfile->obfd));

For reference sake, this similar to 9008.
https://sourceware.org/bugzilla/show_bug.cgi?id=9008

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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