question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Memory access out of bounds" error on Chrome Mobile

See original GitHub issue

Description

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:

imagen

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:

Code:

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:closed
  • Created 2 years ago
  • Comments:19

github_iconTop GitHub Comments

3reactions
elalishcommented, Jun 30, 2021

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.

2reactions
elalishcommented, Jul 8, 2021

And it’s a static property, so don’t forget this line: ModelViewerElement = self.ModelViewerElement || {}; https://modelviewer.dev/examples/loading/#dracoSupport

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found