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/16485] New: python exception in frame filter code


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

            Bug ID: 16485
           Summary: python exception in frame filter code
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at redhat dot com

The frame filter code throws an exception if a frame
does not have a block:

  File
"/home/tromey/gnu/gdb/devel/install/share/gdb/python/gdb/FrameDecorator.py",
line 161, in frame_args
    return args.fetch_frame_args()
  File
"/home/tromey/gnu/gdb/devel/install/share/gdb/python/gdb/FrameDecorator.py",
line 282, in fetch_frame_args
    block = self.frame.block()
RuntimeError: Cannot locate block for frame.

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