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 Dave Johansen
Recipients Dave Johansen
Date 2019-11-01.17:56:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572631006.11.0.3731179051.issue38665@roundup.psfhosted.org>
In-reply-to
Content
We're using SQLAlchemy 1.3.10 with pyodbc 4.0.27 in the python:3.7.5-alpine docker image to connect to a MySQL 13.0.5026.0 database and it's crashing with the following error:
python: malloc.c:2406: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed.
History
Date User Action Args
2019-11-01 17:56:46Dave Johansensetrecipients: + Dave Johansen
2019-11-01 17:56:46Dave Johansensetmessageid: <1572631006.11.0.3731179051.issue38665@roundup.psfhosted.org>
2019-11-01 17:56:46Dave Johansenlinkissue38665 messages
2019-11-01 17:56:45Dave Johansencreate