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
Date 2018-09-26.14:37:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537972642.29.0.545547206417.issue34811@psf.upfronthosting.co.za>
In-reply-to
Content
In Fedora we got a new build of gdb which makes python's test_gdb fail on x86_64, i686 and aarch64(arm 64 bits) architectures.

gdb's commits between the passing and failing tests:
e08ef628a7e3098699ec6939584e2c9f7a9e1952">https://github.com/bminor/binutils-gdb/compare/ab080c102869dd3ad300a99d0c00b256404fd76b...e08ef628a7e3098699ec6939584e2c9f7a9e1952

This is too big of a list, so here is the commits from gdb's python folder:

https://github.com/bminor/binutils-gdb/commits/master/gdb/python

The offensive commits should be between 89fbedf3abc90b62fbb7f08782ed78d87b3fccaa on Aug 18, 2018 and
94c8b7253a5e165ee92f7302f3247764d69b55e5 on Sep 16, 2018

Traceback to follow.
History
Date User Action Args
2018-09-26 14:37:22cstrataksetrecipients: + cstratak
2018-09-26 14:37:22cstrataksetmessageid: <1537972642.29.0.545547206417.issue34811@psf.upfronthosting.co.za>
2018-09-26 14:37:22cstrataklinkissue34811 messages
2018-09-26 14:37:22cstratakcreate