Skip to content
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

Exit the isolate before unlcoking it. #95

Merged
merged 2 commits into from
Jan 17, 2024

Conversation

MeirShpilraien
Copy link
Contributor

According to the docs and follow the conversation on this thread. The isolate must be exit before using the unlocker and re-entered right after the unlocker is destroyed.
This was caught by a recent debug check code that was added here.
Fixed the failure on nightly run: https://github.com/RedisGears/RedisGears/actions/runs/7539374024/job/20521749141#step:8:29264

@MeirShpilraien MeirShpilraien requested a review from chayim January 16, 2024 15:21
@MeirShpilraien MeirShpilraien merged commit 472ecf6 into master Jan 17, 2024
2 checks passed
MeirShpilraien added a commit that referenced this pull request Jan 17, 2024
According to the docs and follow the conversation on [this thread](https://groups.google.com/g/v8-dev/c/HssLPoP-pVk/m/lVBlVn9MAgAJ?utm_medium=email&utm_source=footer). The isolate must be exit before using the unlocker and re-entered right after the unlocker is destroyed.
This was caught by a recent debug check code that was added [here](https://chromium-review.googlesource.com/c/v8/v8/+/5173257).
Fixed the failure on nightly run: https://github.com/RedisGears/RedisGears/actions/runs/7539374024/job/20521749141#step:8:29264

(cherry picked from commit 472ecf6)
MeirShpilraien added a commit that referenced this pull request Jan 17, 2024
According to the docs and follow the conversation on [this thread](https://groups.google.com/g/v8-dev/c/HssLPoP-pVk/m/lVBlVn9MAgAJ?utm_medium=email&utm_source=footer). The isolate must be exit before using the unlocker and re-entered right after the unlocker is destroyed.
This was caught by a recent debug check code that was added [here](https://chromium-review.googlesource.com/c/v8/v8/+/5173257).
Fixed the failure on nightly run: https://github.com/RedisGears/RedisGears/actions/runs/7539374024/job/20521749141#step:8:29264

(cherry picked from commit 472ecf6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants