This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients dmalcolm, loewis, ncoghlan
Date 2010-04-04.01:25:52
SpamBayes Score 5.6210563e-05
Marked as misclassified No
Message-id <1270344354.89.0.252439273721.issue8279@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2010-04-04 01:25:55ncoghlansetrecipients: + ncoghlan, loewis, dmalcolm
2010-04-04 01:25:54ncoghlansetmessageid: <1270344354.89.0.252439273721.issue8279@psf.upfronthosting.co.za>
2010-04-04 01:25:53ncoghlanlinkissue8279 messages
2010-04-04 01:25:52ncoghlancreate