[issue41335] free(): invalid pointer in list_ass_item() in Python 3.7.3

Howard A. Landman report at bugs.python.org
Mon Aug 3 13:36:52 EDT 2020


Howard A. Landman <howard at riverrock.org> added the comment:

Getting closer to isolating this. A small program that does nothing but call read_regs24() over and over dies with the same error after about 107.4M iterations. So it seems to be definitely in that method. But that only takes a few hours, not half a day. Going to try to separate the SPI operation from the remaining Python code next.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41335>
_______________________________________


More information about the Python-bugs-list mailing list