You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a mitigation for segfaults happening in V8 on CPU with MPK
(memory protected keys).
After much trail and error we found that unless V8 platform is
initialized on main thread the segfaults start appears once JIT
kicks in. "deno test" and "deno bench" were affected by
this problem.
Fixes#19926Fixes#20243Fixes#20450
---------
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-09-11_19-42-31.mp4
segfaults around 22s
Reproduce
run with
deno test --watch -A test.ts
.Code used
Versions
The text was updated successfully, but these errors were encountered: