You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
when we make call to a flask app we get a core dump around 3 mins after, this is present in versions 1.32.2, 1.33.0, 1.34.0, 1.34.2
the call we are making makes a insert or a delete to a mysql database using mysql-python-connector
Expected Behavior
should not core dump
Steps to Reproduce the Bug
run application and make a post or delete call
Environment Details
Target deployment platform: local server in a docker container
Target OS: Ubuntu Desktop 22.04
Version of this project or specific commit: 1.34.2
Version of any relevant project languages: Python 3.11.2, Docker version 24.0.7, build afdd53b