-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Pages using WebAssembly eventually crash with enough reloads #3366
Comments
Im seeing this same issue in Chrome |
Indeed it's a Chromium bug. Here are relevant issues: SharedArrayBuffer objects fail to get garbage collected, causing memory leak. |
@bilgorajskim awesome thanks for digging those up. |
Thanks for digging in, folks! 😄👍 There are some updates to threading in web assembly with Chromium 74 (which we'll have a build of soon). Curious if that will fix this up cc: @mkarolin |
Description
Pages that use WebAssembly will eventually crash after enough reloads. The error message will look like this:
or
Once you see that error the page will crash after every reload. The only way to fix it is to open a new tab. I'm not seeing this happen in Chrome or Firefox.
Steps to Reproduce
This seems to happen on any page that uses WebAssembly.
Actual result:
Expected result:
No errors.
Reproduces how often:
Consistently.
Brave version (brave://version info)
Reproducible on current release:
Website problems only:
The text was updated successfully, but these errors were encountered: