Access violation in js_autoinit_free #927
Unanswered
std-microblock
asked this question in
Q&A
Replies: 2 comments
-
the project is opensourced: https://github.com/std-microblock/b-shell |
Beta Was this translation helpful? Give feedback.
0 replies
-
Converted to a discussion because it's not actionable as a bug report for us. The most likely explanation is memory corruption somewhere but it's impossible to tell where. Maybe try a debug build, it has extra checks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
which is caused by the
js_autoinit_get_realm
returning an invalid JSContext pointerwhich is caused by pr being invalid
are there any ways to find out what caused the problem? I cannot use ASAN as the project is huge and it's hard to reproduce this issue
Beta Was this translation helpful? Give feedback.
All reactions