Hey,

We recently encounter an issue in which our code, when run on V8 main 
branch, crashes with this fatal error:
#
# Fatal error in ../../src/execution/isolate.cc, line 4996
# Check failed: current_thread_id_ == thread_id (<unprintable> vs. 
<unprintable>).
#
#
#

I saw that this check was added recently on this 
PR: https://chromium-review.googlesource.com/c/v8/v8/+/5173257

Its purpose is to verify a correct use of entering and existing an isolate. 
But I do not see it is taking into consideration the Locker/Unlocker API. 
In case the current thread uses Unlocker and then another thread tries to 
enter the isolate it will failed.

Is my analysis correct or am I missing something?
Thanks,
Meir

Disclaimer

The information contained in this communication from the sender is 
confidential. It is intended solely for use by the recipient and others 
authorized to receive it. If you are not the recipient, you are hereby notified 
that any disclosure, copying, distribution or taking action in relation of the 
contents of this information is strictly prohibited and may be unlawful.

This email has been scanned for viruses and malware, and may have been 
automatically archived by Mimecast Ltd, an innovator in Software as a Service 
(SaaS) for business. Providing a safer and more useful place for your human 
generated data. Specializing in; Security, archiving and compliance. To find 
out more visit the Mimecast website.

-- 
-- 
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-dev/4120dbdc-6d50-480f-9111-73128c7eccb2n%40googlegroups.com.

Reply via email to