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 Tasy, vstinner, xtreak
Date 2019-01-18.16:55:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547830555.24.0.0246433507713.issue35713@roundup.psfhosted.org>
In-reply-to
Content
Hum. Are you aware that PGO with GCC is broken on such old and unsupported Ubuntu version?

My old note about that:

"PGO is broken on Ubuntu 14.04 LTS with GCC 4.8.4-2ubuntu1~14.04: Modules/socketmodule.c:7743:1: internal compiler error: in edge_badness, at ipa-inline.c:895"

https://pyperformance.readthedocs.io/usage.html#compile

See also https://bugs.python.org/issue31963

I suggest you to not use PGO compilation on old Ubuntu. Maybe upgrade to latest Ubuntu LTS?
History
Date User Action Args
2019-01-18 16:55:57vstinnersetrecipients: + vstinner, xtreak, Tasy
2019-01-18 16:55:55vstinnersetmessageid: <1547830555.24.0.0246433507713.issue35713@roundup.psfhosted.org>
2019-01-18 16:55:55vstinnerlinkissue35713 messages
2019-01-18 16:55:55vstinnercreate