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
Multiple users are reporting a segfault when instantiating JsRuntime instances on multiple threads
From one user's report:
Debugging showed that internally the two runtimes used the same memory map for their v8 engines, causing segfault. Fixed it via creating snapshots of the runtimes, which made them reference their own memory map not a global one.
Issue was reported on some Linux hosts, I cannot reproduce it on my end
The text was updated successfully, but these errors were encountered:
Related to rscarson/rustyscript#228
Multiple users are reporting a segfault when instantiating JsRuntime instances on multiple threads
From one user's report:
Issue was reported on some Linux hosts, I cannot reproduce it on my end
The text was updated successfully, but these errors were encountered: