This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
Open
Description
Context
Please provide any relevant information about your setup
- Are you running Mesh in the browser or as a standalone server? Are running Mesh inside of Docker or directly running the binary?
In the browser.
- What version of Mesh are you running? Be as specific as possible (e.g.,
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.