wasmer icon indicating copy to clipboard operation
wasmer copied to clipboard

Terminate entire wasix process when a worker thread fails or calls exit

Open Arshia001 opened this issue 4 months ago • 0 comments

Fixes #5130.

On native platforms, when a thread causes a segfault, panics, calls exit(), or otherwise terminates abnormally, the entire process will exit. This was not the case on WASIX before, but should now be the case with this PR.

Arshia001 avatar Oct 17 '24 17:10 Arshia001