-
Notifications
You must be signed in to change notification settings - Fork 647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible race condition when trap in spawn thread (using WASI threads) #1909
Comments
As this is difficult to reproduce issue, I'd suggest compiling the runtime with sanitizers and see if we can get some info from that. |
I wasn't able to reproduce the issue, but tried compiling runtime with 2 sanitiser modes i.e. address and thread as suggested, with
the above error was also intermittent. whereas with |
I wasn't able to reproduce the issue reported by @eloparco , but I'm regularly able to reproduce a different one:
It might be related as it crashes in |
Fixed by multiple commits for thread safety in |
To reproduce the problem, follow the description here #1869 (comment).
The text was updated successfully, but these errors were encountered: