I am having issues on Github Action builds where I am testing our haxe libraries with all targets including eval. Some tests get stuck when executed on eval randomly for unknown reasons. Is it possible like in java to somehow trigger a ThreadDump on a haxe process so I can see where exactly it get’s stuck? Something like sending “kill -3” to it or other magic things?
I unfortunately cannot reproduce the process hangs locally.