Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Detached process killed suddenly?
-
This post is deleted!
-
@Jonathan-Levanon
I don't see any Python process being run.
-
mitlProcess runs
sh someScriptThatRunsPython.sh arguments
-
@Jonathan-Levanon
So your Qt app does not run a Python script.... You run a Bourne shell script. Which you say then invokes the Python interpreter to execute a Python script. I don't know, and I don't know what else the shell script may do.Then maybe it is the Bourne shell which is emitting
Killed
?