-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[wasm] remainder by zero
crash in System.Threading.Channels.Tests
, on browser
#65245
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsFound on my debugging PR #65178: Running on Linux+chrome:
cc @vargaz
|
A little more trace, from v8:
|
Log. Lower frames are different. All the above are from the same build, just different test runs.
|
It is possibly fixed by #65310 Tried to reproduce with above fix applied by running:
and it finished with 0 failures
|
Why would #65310 fix this? |
This started with the 2.0.34 bump, which has been rolled back now. |
Found on my debugging PR #65178:
Build, Log:
Running on Linux+chrome:
cc @vargaz
The text was updated successfully, but these errors were encountered: