-
Notifications
You must be signed in to change notification settings - Fork 355
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
Threading issue -> crash TryCatch and isolate #307
Comments
While the original cause is not known, current code is also quite dangerous. Despite the fact that isolate object is available, the global one is used. All the places can be changed in com_eclipsesource_v8_V8Impl.cpp to what is believed to be more thread safe code.
Rationale is that most likely the following code is returns null:
It may seem therefore better to use a constructor to which isolate is explicitly passed rather than inferred via a static call. |
We are observing the following crash on 4.8.0 release in production usually every 2-3 hours:
The text was updated successfully, but these errors were encountered: