"Memory access out of bounds" error on Chrome Mobile
See original GitHub issueDescription
Hi!
Since last week we have been experimenting some errors on different projects that were working fine before. This is only happening on chrome mobile. All other browsers I have tested are working fine. Here’s the error msg I am getting in the console:
I am not sure this is is strictly from model viewer or from Chrome - WASM while trying to decompress Draco.
Live Demo
Here are some example links of pages that were working and now are experimenting this error: Live:
- https://molecularweb.epfl.ch/modules/atomic-structures/protein-interactions/
- https://molecularweb.epfl.ch/modules/biological-assemblies/ribosome/ribosome.html
- https://1gd2.glitch.me/
Code:
- https://github.com/fcor/molecular-mirror-app/blob/master/modules/biological-assemblies/ribosome/ribosome3d.html
- https://glitch.com/edit/#!/1gd2
Version
- model-viewer: v1.7.2
Browser Affected
- Chrome, version: 91.0.4472.101
- Edge
- Firefox
- IE
- Safari
OS
- Android
- iOS
- Linux
- MacOS
- Windows
AR
- WebXR
- SceneViewer
- QuickLook
Issue Analytics
- State:
- Created 2 years ago
- Comments:19
Top Results From Across the Web
On Android, what does “memory access out of bound” mean?
It means that something tried to access memory outside the bounds it was given to use. (Most likely a badly-written app.).
Read more >Flutter: memory access out of bounds - Stack Overflow
I am using latest stable Flutter and have a minimal app which I run in web (Chrome). After pressing ...
Read more >[WebGL] "memory access out of bounds" error is thrown when ...
1. Close any active instances of Google Chrome · 2. Open a Terminal window · 3. Type "open -a "Google Chrome" --args --allow-file-access-from- ......
Read more >WebAssembly throwing "memory access out of bounds" error ...
I've been able to repro the out-of-bounds in Chrome. However, it seems to occur both with optimized code AND with the interpreter, which...
Read more >memory access out of bounds exception when opening ...
The issue has come up after we implemented preloading to try and make the web viewer a little faster in our Angular application....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, I have a repro now too, Pixel 4 Android 11, Chrome 91. Chrome 90 seems fine. We’re looking into it with the Chrome team now.
And it’s a static property, so don’t forget this line:
ModelViewerElement = self.ModelViewerElement || {};
https://modelviewer.dev/examples/loading/#dracoSupport