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 python/20128] New: pending_frame.read_register("pc") crashes gdb


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

            Bug ID: 20128
           Summary: pending_frame.read_register("pc") crashes gdb
           Product: gdb
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: python
          Assignee: unassigned at sourceware dot org
          Reporter: dje at google dot com
  Target Milestone: ---

I got an assert failure when I wrote "pc" instead of "rip" for a python
unwinder.

pc = pending_frame.read_register("pc")

regcache.c:796: internal-error: regcache_cooked_read_value: Assertion `regnum <
regcache->descr->nr_cooked_registers' failed.

-- 
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]