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 vstinner
Recipients vstinner
Date 2019-06-21.13:51:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561125092.48.0.49645064264.issue37362@roundup.psfhosted.org>
In-reply-to
Content
> In the past, I was lazy and just added more and more patterns to ignore on stderr, but this approach doesn't work in the long term: gdb evolves frequently, and there are always new messages.

A recent example: test_gdb fails on Fedora because a warning which should not prevent to test python-gdb.py commands:

"Missing separate debuginfo for /lib/ld-linux-aarch64.so.1"

Moreover, Fedora also suggests a command to install missing package in this case:

"Try: dnf --enablerepo='*debug*' install ..."

https://bugzilla.redhat.com/show_bug.cgi?id=1721483
History
Date User Action Args
2019-06-21 13:51:32vstinnersetrecipients: + vstinner
2019-06-21 13:51:32vstinnersetmessageid: <1561125092.48.0.49645064264.issue37362@roundup.psfhosted.org>
2019-06-21 13:51:32vstinnerlinkissue37362 messages
2019-06-21 13:51:32vstinnercreate