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 David.Edelsohn
Recipients David.Edelsohn, vstinner
Date 2014-11-11.01:53:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415670788.7.0.445632155994.issue22844@psf.upfronthosting.co.za>
In-reply-to
Content
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.',
History
Date User Action Args
2014-11-11 01:53:08David.Edelsohnsetrecipients: + David.Edelsohn, vstinner
2014-11-11 01:53:08David.Edelsohnsetmessageid: <1415670788.7.0.445632155994.issue22844@psf.upfronthosting.co.za>
2014-11-11 01:53:08David.Edelsohnlinkissue22844 messages
2014-11-11 01:53:08David.Edelsohncreate