[issue8279] python-gdb PyListTests fail

Nick Coghlan report at bugs.python.org
Sun Apr 4 03:25:54 CEST 2010


Nick Coghlan <ncoghlan at gmail.com> added the comment:

This may be related to test_gdb problems I am seeing (test_gdb output attached).


gdb details:

GNU gdb (GDB) 7.0-ubuntu
This GDB was configured as "x86_64-linux-gnu".

After applying Dave's second patch, those original errors go away, but I get a lot of failures of the form:

AssertionError: "Error occurred in Python command: 'gdb.Frame' object has no attribute 'function'\nError occurred in Python command: 'gdb.Frame' object has no attribute 'function'\n" != ''

(Will upload the test output for the second patch shortly - I'm out of town for the next couple of days, so I won't be able to look at this again until next week)

----------
nosy: +ncoghlan
Added file: http://bugs.python.org/file16752/_svn_79729_test_gdb_errors_amd64_ubuntu_9.10.log

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


More information about the Python-bugs-list mailing list