[New-bugs-announce] [issue22844] test_gdb failure on Debian Wheezy for Z

David Edelsohn report at bugs.python.org
Tue Nov 11 02:53:08 CET 2014


New submission from David Edelsohn:

I added a Buildbot on another zLinux system running Debian Wheezy and it shows a different GDB error message: linux-vdso64.so.  Can you please add something like the following to allow test_gdb to pass?

diff -r 524a004e93dd Lib/test/test_gdb.py
--- a/Lib/test/test_gdb.py	Mon Nov 10 23:15:56 2014 +0200
+++ b/Lib/test/test_gdb.py	Mon Nov 10 20:51:49 2014 -0500
@@ -169,6 +169,8 @@
             'linux-vdso.so',
             'warning: Could not load shared library symbols for '
             'linux-gate.so',
+            'warning: Could not load shared library symbols for '
+            'linux-vdso64.so',
             'Do you need "set solib-search-path" or '
             '"set sysroot"?',
             'warning: Source file is more recent than executable.',

----------
components: Tests
messages: 230997
nosy: David.Edelsohn, haypo
priority: normal
severity: normal
status: open
title: test_gdb failure on Debian Wheezy for Z
type: behavior
versions: Python 2.7, Python 3.4, Python 3.5

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


More information about the New-bugs-announce mailing list