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/12119] New: push_frame_filter doesn't close overframe_filter, which will lead to infinite recursion with multiple filters


http://sourceware.org/bugzilla/show_bug.cgi?id=12119

           Summary: push_frame_filter doesn't close over frame_filter,
                    which will lead to infinite recursion with multiple
                    filters
           Product: gdb
           Version: archer
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
        AssignedTo: unassigned@sourceware.org
        ReportedBy: markflorisson88@gmail.com


When installing multiple backtrace filters
(gdb/python/lib/gdb/backtrace.py:push_frame_filter), filtering will lead to
infinite recursion because 'frame_filter' is global and not part of the
closure.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]