This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 113
RuntimeError: memory access out of bounds #849
Comments
albrow
changed the title
Runtime error: memory access out of bounds
RuntimeError: memory access out of bounds
Jun 22, 2020
We can reproduce this by setting Goroutines running at a crash:
|
We think this may be due to an underlying issue with Go and WebAssembly. See golang/go#40081. |
Ah this would make sense why lowering the log level would help! I feel pretty good about it currently since it's only happened once with the lower log level. |
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Context
Please provide any relevant information about your setup
In the browser.
8.0.1
instead oflatest
or8
).@pgebheim can you confirm the version?
Expected Behavior
Mesh should run in the browser.
Current Behavior
Very occasionally, we see
RuntimeError: memory access out of bounds
. This was most recently reported by Augur. The bug seems to be extremely rare and we have multiple reports of running Mesh in the browser for hours without seeing it pop up.This was supposed to be fixed by #834 but apparently is still around. One possible fix is to replace
github.com/sirupsen/logrus
with our own logging library.Failure Information (for bugs)
Steps to Reproduce
We aren't actually sure what steps trigger the error.
The text was updated successfully, but these errors were encountered: