-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.3.2
-
Component/s: JavaScript
-
None
-
ALL
In v8thread.cc, ContextSwitcher::PreemptionReceived() is called from the target
thread (as opposed to the ContextSwitcher thread), yet it was asserting the
wrong isolate was locked.
Some details are here, although they do not confirm the issue with PreemptionReceived:
- is related to
-
SERVER-7776 Review v8 preemption mechanism
- Closed