Replies: 3 comments 1 reply
-
See #3698, I hope a stacktrace can be a good start. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This sounds similar to #3474; we never managed to solve that though, so it isn't of much help. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I have a wasm library bundled with a TypeScript SPA through Webpack, and errors are sent to Sentry.
I have a large sample size of users (20k+ daily) and a small percentage of them are hitting "Out of bounds memory access", but only on recent versions of Safari. About 100 Safari users are getting "Out of bounds memory access" and "RangeError: Bad value" originating somewhere in WebAssembly.
Once one of the errors hit one method, all of them start throwing these errors.
I know this is a bit vague, but I want to gauge the community's feeling for what this might be.
Zero errors from non-WebKit browsers in Sentry over a period of 90 days.
Beta Was this translation helpful? Give feedback.
All reactions