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/16487] New: crash in py-framefilter.c


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

            Bug ID: 16487
           Summary: crash in py-framefilter.c
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at redhat dot com

I ran across a crash in py-framefilter.c:

(top-gdb) bt 5
#0  0x0000000000678340 in gdb_Py_DECREF (op=0x0)
    at ../../binutils-gdb/gdb/python/python-internal.h:182
#1  0x000000000067a326 in py_print_frame (filter=
    <SignalFrame(frames=[<FrameDecorator(_base=<gdb.Frame at remote 0x239d930>)
at remote 0x23a7e90>, <FrameDecorator(_base=<gdb.Frame at remote 0x23a7eb0>) at
remote 0x23a7e10>, <FrameDecorator(_base=<gdb.Frame at remote 0x23a7e30>) at
remote 0x23a7d90>, <FrameDecorator(_base=<gdb.Frame at remote 0x23a7db0>) at
remote 0x23a7d10>, <FrameDecorator(_base=<gdb.Frame at remote 0x23a7d30>) at
remote 0x23a7c90>], frame=<...>) at remote 0x23afb48>, flags=7, 
    args_type=CLI_SCALAR_VALUES, out=0x23d8220, indent=0, 
    levels_printed=0x2719990)
    at ../../binutils-gdb/gdb/python/py-framefilter.c:1222


I have a patch.

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