Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around Windows-only V8 concurrent initialization crash
This patch provides a work-around for an apparent V8 bug where initializing multiple isolates concurrently leads to a crash on Windows. At the time of writing the cause of this crash is not exactly understood, but it seems to be related to the V8 internal function win64_unwindinfo::RegisterNonABICompliantCodeRange(), which didn't exist in older versions of V8.
- Loading branch information
48bcfce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
V8 bug: https://bugs.chromium.org/p/v8/issues/detail?id=9204