Skip to content

fix(wasi): avoid deadlock caused by child thread abort when the main thread is in Atomics.wait#160

Merged
toyobayashi merged 12 commits intomainfrom
fix-join
Aug 13, 2025
Merged

fix(wasi): avoid deadlock caused by child thread abort when the main thread is in Atomics.wait#160
toyobayashi merged 12 commits intomainfrom
fix-join

Conversation

@toyobayashi
Copy link
Owner

@toyobayashi toyobayashi commented Aug 6, 2025

fix #159

@toyobayashi toyobayashi changed the title fix: wake up pthread join fix(wasi): avoid deadlock caused by child thread abort when the main thread is in Atomics.wait Aug 7, 2025
@toyobayashi toyobayashi merged commit f4acc12 into main Aug 13, 2025
7 checks passed
@toyobayashi toyobayashi deleted the fix-join branch August 13, 2025 03:33
toyobayashi added a commit that referenced this pull request Aug 13, 2025
toyobayashi added a commit that referenced this pull request Aug 13, 2025
…n the main thread is in `Atomics.wait` (#163)

* fix(wasi): avoid deadlock caused by child thread abort when the main thread is in `Atomics.wait` (#160)

* fix ci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Potential deadlock of .join()

1 participant