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 Vincent LE GARREC
Recipients Vincent LE GARREC
Date 2020-07-05.10:54:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593946467.6.0.0689011340862.issue41214@roundup.psfhosted.org>
In-reply-to
Content
In Gentoo, I compile my system with -O0

When I compile Apache Serf, python 3.7.8 crashes. When I compile python 3.7 with -O2, python don't crash when compiling Serf.

It's the first time that -O0 causes program crash.

I run test suite, I don't have any problem.

Please find enclosed the backtrace.

I can reproduce every time so if you want me to do some tests, I can do it.

I already report it to Gentoo (https://bugs.gentoo.org/730312) but it seems it's not related to them.
History
Date User Action Args
2020-07-05 10:54:27Vincent LE GARRECsetrecipients: + Vincent LE GARREC
2020-07-05 10:54:27Vincent LE GARRECsetmessageid: <1593946467.6.0.0689011340862.issue41214@roundup.psfhosted.org>
2020-07-05 10:54:27Vincent LE GARREClinkissue41214 messages
2020-07-05 10:54:27Vincent LE GARRECcreate