[issue8437] test_gdb: gdb.Frame has no attribute function

Dave Malcolm report at bugs.python.org
Wed Apr 21 00:22:01 CEST 2010


Dave Malcolm <dmalcolm at redhat.com> added the comment:

In msg103780 Martin v. Löwis wrote:
> Ah, ok. That was the problem indeed. The patch actually works fine.
Good to hear.  Thanks for tracking this down and clarifying it.

As I understand it, the current status of this bug is that file17000 fixes the reported issue, but hasn't yet been applied to trunk.

In msg103781 Nick Coghlan wrote:
> I still get one failure after that, even after a "make clean", "make", 
> "./python -m test.regrtest -v test_gdb". Given the "unable to read 
> Python frame information" embedded in the result on my machine (64-bit 
> Kubuntu 9.10), it is probably related to the current issue.
I believe this is a different issue; please can you open a separate bug about this.  Reading the frame information seems to be highly sensitive to the optimization level and the exact version of gcc for the build, and the exact version of gdb, alas.  I've been tracking a failure like the one you describe, seen on 64-bit with Fedora in our downstream tracker here:
https://bugzilla.redhat.com/show_bug.cgi?id=556975

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8437>
_______________________________________


More information about the Python-bugs-list mailing list