rusty_v8 icon indicating copy to clipboard operation
rusty_v8 copied to clipboard

upstream patch to fix module record leak

Open MylesBorins opened this issue 5 years ago • 0 comments

from @syg in #node-dev

you want want to cherry-pick https://chromium-review.googlesource.com/c/v8/v8/+/2414786 to the release that turns on TLA. there was a bug that leaks the module records of any async module with a TLA (it created a global handle that was never destroyed)

Just an FYI

MylesBorins avatar Sep 18 '20 03:09 MylesBorins