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 btharper
Recipients btharper, matrixise, vstinner
Date 2019-03-19.16:32:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553013151.3.0.12512589971.issue36356@roundup.psfhosted.org>
In-reply-to
Content
I'm on Ubuntu 18.10/amd64 compiling with Ubuntu's GCC 8.2.0, I know there's some libraries that are missing dependencies (including bz2 and sqlite) so I may have missed the ipv6 dependencies as well.

My eventual goal was to be able to build a pgo optimized build of cpython with the address sanitizer turned on. Currently on my build of f5f336a819 I see 12 failing tests and a heap use after free as part of the ctypes test suite. 

The ctypes use after free has already been submitted as bpo-36253 since it was the only thing asan caught during tests with the leak sanitizer turned off.
History
Date User Action Args
2019-03-19 16:32:31btharpersetrecipients: + btharper, vstinner, matrixise
2019-03-19 16:32:31btharpersetmessageid: <1553013151.3.0.12512589971.issue36356@roundup.psfhosted.org>
2019-03-19 16:32:31btharperlinkissue36356 messages
2019-03-19 16:32:31btharpercreate