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 cstratak
Recipients cstratak, vstinner
Date 2017-05-11.20:35:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494534923.93.0.208173693187.issue30345@psf.upfronthosting.co.za>
In-reply-to
Content
So the issue wasn't restricted to a specific gdb version or distro release, as due to some issues dependency issues the gdb binary wasn't pulled in the buildroot which makes test_gdb to get skipped.

So I was able to reproduce it on my system by installing gdb (version 7.12.1), compiling python 3.6 from sources with
--enable-optimizations and --with-lto flags enabled and running 'make test'

Also applied the relevant PR however it didn't fix the issue.

Attaching the full log of 'make test'
History
Date User Action Args
2017-05-11 20:35:26cstrataksetrecipients: + cstratak, vstinner
2017-05-11 20:35:23cstrataksetmessageid: <1494534923.93.0.208173693187.issue30345@psf.upfronthosting.co.za>
2017-05-11 20:35:23cstrataklinkissue30345 messages
2017-05-11 20:35:23cstratakcreate