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

ESM memory leaks involving jest (upstream bug) #48303

Closed
M-a-c-Carter opened this issue Jun 2, 2023 · 3 comments
Closed

ESM memory leaks involving jest (upstream bug) #48303

M-a-c-Carter opened this issue Jun 2, 2023 · 3 comments

Comments

@M-a-c-Carter
Copy link

M-a-c-Carter commented Jun 2, 2023

Version

node 16, 18, 20

Platform

windows, osx,

Subsystem

jest

What steps will reproduce the bug?

follow steps mentioned in bug from jest repo

How often does it reproduce? Is there a required condition?

every test run

What is the expected behavior? Why is that the expected behavior?

that memory gets freed when its not in use

What do you see instead?

memory grows until the process is killed by the OS.

Additional information

people haven't seemed to report this up stream and the issue has existed for years, I am not sure if the issue is actually a node issue, but that is the general consensus.

see: jestjs/jest#11956 (the bug exists on node 16.11+, 18, 20)

@M-a-c-Carter
Copy link
Author

some things that seem to be related
#42080
#44211

seems to require https://chromium-review.googlesource.com/c/v8/v8/+/3172764

@bnoordhuis
Copy link
Member

If you're saying your report is a duplicate of other bug reports, then you should close it as such.

@M-a-c-Carter
Copy link
Author

duplicate

@M-a-c-Carter M-a-c-Carter closed this as not planned Won't fix, can't repro, duplicate, stale Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants