Eval target threaddump?

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.

I don’t think we have something like that.
This may be related to your issue: [eva] If one thread is blocked other treads stop too · Issue #8525 · HaxeFoundation/haxe · GitHub

Thanks for that link, this is very valuable information! Maybe thread support should better be deprecated/removed from the eval target since it is broken and no one seems to be capable of fixing it ATM.