Random SIGSEGV fault in debug when using QuickJS #925
Unanswered
ammarahm-ed
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Are there multiple threads involved? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on Node-API based android runtime for NativeScript. It has support for QuickJS too and everything seems to work really great! However I have noticed that during debug, I randomly get a crash with QuickJS. Something like this:
The caller_ctx in NULL.

In the last stack though it is defined and everything is there:

Do you guys have an idea of what might be the cause of this? It doesn't happen in release builds.

Happy to provide more information as needed. Thanks for this awesome project.
Beta Was this translation helpful? Give feedback.
All reactions