-
Notifications
You must be signed in to change notification settings - Fork 359
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 -> getting isolate via static calls returns NULL #309
Comments
Similar issue to #307
Most likely crash is because: Isolate::GetCurrent() return NULL instead of pointer. It maybe better not to rely on Isolate::GetCurrent() but pass isolate pointer explicitly from runtime->isolate |
matiwinnetou
added a commit
to matiwinnetou/J2V8
that referenced
this issue
Jul 18, 2017
matiwinnetou
added a commit
to matiwinnetou/J2V8
that referenced
this issue
Jul 18, 2017
matiwinnetou
added a commit
to matiwinnetou/J2V8
that referenced
this issue
Jul 18, 2017
matiwinnetou
added a commit
to matiwinnetou/J2V8
that referenced
this issue
Jul 18, 2017
irbull
pushed a commit
that referenced
this issue
Jul 21, 2017
drywolf
pushed a commit
to drywolf/J2V8
that referenced
this issue
Jul 30, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: