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 vstinner
Recipients amitrutvij, vstinner
Date 2020-03-25.17:01:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585155693.49.0.975155023431.issue40063@roundup.psfhosted.org>
In-reply-to
Content
This issue looks like a bug in Flask or a C extension used by your application. You should try to debug it with gdb. Or at least try to get a Python traceback:
https://pythondev.readthedocs.io/debug_tools.html#get-a-traceback-on-a-crash

You should specify your Python version, OS and OS version, explain how to reproduce the crash, etc.
History
Date User Action Args
2020-03-25 17:01:33vstinnersetrecipients: + vstinner, amitrutvij
2020-03-25 17:01:33vstinnersetmessageid: <1585155693.49.0.975155023431.issue40063@roundup.psfhosted.org>
2020-03-25 17:01:33vstinnerlinkissue40063 messages
2020-03-25 17:01:33vstinnercreate