[New-bugs-announce] [issue8437] test_gdb: gdb.Frame has no attribute function

Martin v. Löwis report at bugs.python.org
Sun Apr 18 00:45:08 CEST 2010


New submission from Martin v. Löwis <martin at v.loewis.de>:

I get a number of failures in test_gdb with gdb 7.0.1 about gdb.Frame, e.g.

FAIL: test_basic_command (test.test_gdb.PyListTests)                  
Verify that the "py-list" command works                               
----------------------------------------------------------------------
Traceback (most recent call last):                                    
  File "/home/martin/work/27/Lib/test/test_gdb.py", line 538, in test_basic_command
    cmds_after_breakpoint=['py-list'])                                             
  File "/home/martin/work/27/Lib/test/test_gdb.py", line 111, in get_stack_trace   
    self.assertEquals(err, '')                                                     
AssertionError: "Error occurred in Python command: 'gdb.Frame' object has no attribute 'function'\n" != ''

----------
assignee: dmalcolm
messages: 103442
nosy: dmalcolm, haypo, loewis, ncoghlan
severity: normal
status: open
title: test_gdb: gdb.Frame has no attribute function

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


More information about the New-bugs-announce mailing list