Message338378
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. |
|
Date |
User |
Action |
Args |
2019-03-19 16:32:31 | btharper | set | recipients:
+ btharper, vstinner, matrixise |
2019-03-19 16:32:31 | btharper | set | messageid: <1553013151.3.0.12512589971.issue36356@roundup.psfhosted.org> |
2019-03-19 16:32:31 | btharper | link | issue36356 messages |
2019-03-19 16:32:31 | btharper | create | |
|