[New-bugs-announce] [issue17712] test_gdb failures

Antoine Pitrou report at bugs.python.org
Sat Apr 13 14:30:45 CEST 2013


New submission from Antoine Pitrou:

I'm getting multiple test_gdb failures on a new (XUbuntu 13.04) system:

======================================================================
FAIL: test_basic_command (test.test_gdb.PyLocalsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/cpython/33/Lib/test/test_gdb.py", line 822, in test_basic_command
    cmds_after_breakpoint=['py-locals'])
  File "/home/antoine/cpython/33/Lib/test/test_gdb.py", line 170, in get_stack_trace
    self.assertEqual(err, '')
AssertionError: 'warning: no loadable sections found in added symbol-file system-supplied DSO at [truncated]... != ''
- warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000


(all test methods produce the same error)

----------
components: Tests
messages: 186708
nosy: dmalcolm, pitrou
priority: normal
severity: normal
status: open
title: test_gdb failures
type: behavior
versions: Python 3.1, Python 3.3, Python 3.4

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


More information about the New-bugs-announce mailing list