Closed zhangjiajie023 closed 6 years ago
Is this using Jython to run python code? If yes, Flask only officially supports CPython and PyPy.
In any case, a segfault looks very much like a problem outside flask's scope, so I'd recommend you to report it to the developer of jpype1...
@ThiefMaster Using CPython. I have reported to jpype team too. TKS.
Expected Behavior
Debugging a app with
app.run(debug=True)
should work, where started a JVM byjpype
Actual Behavior
app exited.
Environment