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 Mark.Shannon
Recipients Mark.Shannon, pablogsal
Date 2021-06-09.09:30:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623231048.1.0.253699094355.issue44363@roundup.psfhosted.org>
In-reply-to
Content
Running the buildbot for https://github.com/python/cpython/pull/26595
results in failures:
https://buildbot.python.org/all/#/builders/581/builds/63
Which claim that the address calculation in `LOAD_ATTR_MODULE` is out of bounds.

The tests pass with an added assert to verify that the address in question is in bounds. 

All failures seem to happen after a fork, which seems to be a longstanding weakness of the address sanitizer.

I'd like to merge https://github.com/python/cpython/pull/26595. I'd also like to keep the buildbots working. Dichotomy.
History
Date User Action Args
2021-06-09 09:30:48Mark.Shannonsetrecipients: + Mark.Shannon, pablogsal
2021-06-09 09:30:48Mark.Shannonsetmessageid: <1623231048.1.0.253699094355.issue44363@roundup.psfhosted.org>
2021-06-09 09:30:48Mark.Shannonlinkissue44363 messages
2021-06-09 09:30:47Mark.Shannoncreate