-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash when creating runtimes on multiple threads; Debugging showed that internally the two runtimes used the same memory map for their v8 engines #952
Comments
Can confirm that this still happens in deno_core 0.331.0 in x86 Linux. |
I'm also seeing this on x86_64 Linux.
This stack trace is similar to the one reported on denoland/deno#27159 - which was marked as a duplicate of this issue. This is happening on a unit test on a Rust project that I'm working on, where I have three test cases, each of which are calling Note: I'm actually using the |
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: