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-10-02.16:50:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570035041.0.0.311026541522.issue38350@roundup.psfhosted.org>
In-reply-to
Content
test_gdb is failing in different architectures and different operating systems:

* Fedora, Python 3.8, x86-64:
  https://bugzilla.redhat.com/show_bug.cgi?id=1734327

* RHEL8, Python 3.6, s390x
  https://bugzilla.redhat.com/show_bug.cgi?id=1712977

* RHEL 8, Python 3.6, ppc64le
  https://bugzilla.redhat.com/show_bug.cgi?id=1714733

I'm quite sure that most issues are caused by the compiler optimization level which is not -O0.

See also bpo-37631: the debug build of the RHEL8 package is supposed to be compiled using -O0 using EXTRA_CFLAGS variable, but -O0 in EXTRA_CFLAGS variable is overriden by -02 in CFLAGS_NODIST.
History
Date User Action Args
2019-10-02 16:50:41vstinnersetrecipients: + vstinner
2019-10-02 16:50:41vstinnersetmessageid: <1570035041.0.0.311026541522.issue38350@roundup.psfhosted.org>
2019-10-02 16:50:40vstinnerlinkissue38350 messages
2019-10-02 16:50:40vstinnercreate