Ben Harper added the comment:
The default build of python with ASAN builds successfully. Test suite and PGO
build are currently blocked, but that can be separated if it makes more sense
to handle them individually.
Would it make sense to add an ASAN build to the CI pipeline to make
Ben Harper added the comment:
Changes merged
--
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/i
Change by Ben Harper :
--
pull_requests: +16186
pull_request: https://github.com/python/cpython/pull/16598
___
Python tracker
<https://bugs.python.org/issue36
Ben Harper added the comment:
I'm not sure about the change from 3.7 to master, but that assertion may be
more likely to happen while instrumented with ASAN due to the extra space
reserved between heap objects. As far as I can tell it's just expecting that
the offset of two poi
Change by Ben Harper :
--
pull_requests: +12399
___
Python tracker
<https://bugs.python.org/issue36356>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ben Harper added the comment:
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
Change by Ben Harper :
--
keywords: +patch
pull_requests: +12380
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue36356>
___
___
Py
New submission from Ben Harper :
Trying to run make after './configure --with-address-sanitizer --with-pydebug'
fails with leak of locale string
--
components: Build
messages: 338315
nosy: btharper
priority: normal
severity: normal
status: open
title: Failure to build wi
Change by Ben Harper :
--
keywords: +patch
pull_requests: +12243
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue36253>
___
___
Py
New submission from Ben Harper :
When running the builtin test suite with address sanitizer enabled, one of the
ctypes tests causes a use after free demonstrating the danger of using a
reference to the inside of a deallocated buffer. This use is detected as an
error by the address sanitizer
Ben Harper added the comment:
This issue, like 14572, is also effecting Python 2.7.4 on CentOS 5. I can
confirm the patch fixes this issue on CentOS5.
--
nosy: +bharper
___
Python tracker
<http://bugs.python.org/issue17
11 matches
Mail list logo