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 gregory.p.smith, vstinner
Date 2020-06-11.13:20:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591881617.05.0.937720311258.issue40746@roundup.psfhosted.org>
In-reply-to
Content
> Marking release blocker as this isn't present in 3.8 or earlier, we've got a regression here.

FYI we have issue with test_gdb on Fedora for at least 5 years. Most issues come from -Og optimization level of test_gdb.

Recently, I modified test_gdb to skip tests when we detect that gdb fails to read debug symbols, which happens often when using -Og: bpo-40019.

commit 7bf069b6110278102c8f4719975a5eb5a5af25f9
Author: Victor Stinner <vstinner@python.org>
Date:   Fri Mar 20 08:23:26 2020 +0100

    bpo-40019: Skip test_gdb if Python was optimized (GH-19081)
    
    test_gdb now skips tests if it detects that gdb failed to read debug
    information because the Python binary is optimized.
History
Date User Action Args
2020-06-11 13:20:17vstinnersetrecipients: + vstinner, gregory.p.smith
2020-06-11 13:20:17vstinnersetmessageid: <1591881617.05.0.937720311258.issue40746@roundup.psfhosted.org>
2020-06-11 13:20:17vstinnerlinkissue40746 messages
2020-06-11 13:20:16vstinnercreate