You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sadly, I can not provide simple reproducible for this one, since the workflow is complicated and I have no idea how such internal assertion could happen. Prior to this assertion, we successfully ran with -fsanitize=address, as we do with larger stack size.
Any ideas what could be happening here? Is there anything else I could provide besides the reproducible to diagnose the issue?
I set verbosity and debug flags, but nothing useful came from that.
The text was updated successfully, but these errors were encountered:
We use Emscripten to build our project and run it on web (emcc 3.1.73).
There is a weird internal assertion that we're hitting.
This assertion does not occur if we extend the stack size to something larger than initial (
64KB
to16MB
).I also reported the issue on Emscripten github repo:
emscripten-core/emscripten#23352
Sadly, I can not provide simple reproducible for this one, since the workflow is complicated and I have no idea how such internal assertion could happen. Prior to this assertion, we successfully ran with
-fsanitize=address
, as we do with larger stack size.Any ideas what could be happening here? Is there anything else I could provide besides the reproducible to diagnose the issue?
I set verbosity and debug flags, but nothing useful came from that.
The text was updated successfully, but these errors were encountered: