[New-bugs-announce] [issue38665] Crash when running SQLAlchemy with pyodbc

Dave Johansen report at bugs.python.org
Fri Nov 1 13:56:46 EDT 2019


New submission from Dave Johansen <davejohansen at gmail.com>:

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.

----------
messages: 355830
nosy: Dave Johansen
priority: normal
severity: normal
status: open
title: Crash when running SQLAlchemy with pyodbc
type: crash
versions: Python 3.7

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


More information about the New-bugs-announce mailing list