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
No success so far even by running scripts in some Py_NewInterpreter.
The only way it doesn't crash is by not calling Py_Finalize. Which BTW opens other perspectives as it would allow to preserve variables between script calls...
It is worth mentioning that the stack size of the Alpine image in Docker is only 80-128KB, but PM3 clients will allocate more stack space than this size at startup, leading to crashes.
Just to track it down as it's probably not an easy fix...
Work fine in Bookworm docker but fails in Trixie docker:
The text was updated successfully, but these errors were encountered: