When I run the django manage.py app, I got free(): invalid pointer error.
Example:
>python manage.py check
System check identified no issues (0 silenced).
free(): invalid pointer
Abortado (imagem do núcleo gravada)
The django app is running fine but I'm trying to get rid off this message.
How can I fix this error or get more info to debug it?
Python 3.8.10 (default, Jun 22 2022, 20:18:18)
[GCC 9.4.0] on linux (Ubuntu 20.04)
Django==2.2.28
with virtualenv