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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17712>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to