public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug python/10682] New: gdb.backtrace doesn't handle reloading well
@ 2009-09-21 22:15 jason dot orendorff at gmail dot com
  2009-09-21 22:15 ` [Bug python/10682] " jason dot orendorff at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jason dot orendorff at gmail dot com @ 2009-09-21 22:15 UTC (permalink / raw)
  To: gdb-prs

First, if push_frame_filter is called more than once, create_frame_filter dies.
The lambda created in push_frame_filter calls itself recursively.

Second, and more seriously, the gdb.backtrace.push_frame_filter API is not
really suitable to be called by a Python extension at import time. It's
effectful and non-idempotent.

I hit both problems the first time I tried reload()ing a module that registers a
frame filter. :-|

It will be hard to fix without changing the API. The (untested) attachment
attempts one gruesome hack, but I hope you can take a breaking API change instead.

-- 
           Summary: gdb.backtrace doesn't handle reloading well
           Product: gdb
           Version: archer
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: python
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: jason dot orendorff at gmail dot com
                CC: gdb-prs at sourceware dot org


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-06-30  9:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-21 22:15 [Bug python/10682] New: gdb.backtrace doesn't handle reloading well jason dot orendorff at gmail dot com
2009-09-21 22:15 ` [Bug python/10682] " jason dot orendorff at gmail dot com
2009-09-23 22:13 ` tromey at redhat dot com
2009-09-23 22:15 ` tromey at redhat dot com
2009-09-23 22:15 ` tromey at redhat dot com
2010-06-30  9:05 ` pmuldoon at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).