-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[browser][mt] RangeError: Invalid atomic access index #96545
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsError Blob{
"ErrorMessage": "RangeError: Invalid atomic access index",
"BuildRetry": false,
"ErrorPattern": "",
"ExcludeConsoleLog": false
} Reproduction StepsBuild: https://dev.azure.com/dnceng-public/public/_build/results?buildId=513268
|
|
Not getting very far with trying to repro this locally. See #96191 (comment) for my methodology |
|
|
In both last cases it's the setup of await for next SAB emscripten messsage. Simplified emscripten code
The method is updating the memory view via The pthread_id in out console message prefix could be obsolete, from the last run of the worker as a pthread. We are trying to await adress |
The memory allocation for the pthread is (latest version, not the one we have) There is some ASAN dance above it and I'm not sure if this is ASAN opt-out ? |
Again, this seems to be thread which is not currently attached. Probably memory growth ?
|
Error Blob
Reproduction Steps
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=513268
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=513268
Error message validated:
RangeError: Invalid atomic access index
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 1/5/2024 12:40:40 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: