cloudflare / cloudflare/worker-emscripten-template
RuntimeError: memory access out of bounds
Open
- Dominant language
- JavaScript
- Stars
- 68
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
I'm sporadically getting the following error:
```
Uncaught (in promise)
RuntimeError: memory access out of bounds
at _malloc (:wasm-function[68]:0x1fbd6)
at _init (:wasm-function[15]:0x3408)
at Object.e._init [as init] (worker.js:1:7350)
at worker.js:1:11030
Uncaught (in response)
Error: internal error
```
I haven't enabled logging on prod, but i believe the following ```Error 1101 Ray ID: ... Worker threw exception``` is likely caused by the above
Contributor guide
Assessment
This issue has not been assessed yet.