-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Bug] Possible memory leak in either workspaces foreach
or version prerelease
#2584
Comments
Fails under Ubuntu 20.04.2 and Node.js 15.11.0 as well: https://github.com/Siteimprove/alfa/runs/2065547455 |
Works under macOS 10.15 and Node.js 15.11.0: https://github.com/Siteimprove/alfa/runs/2066026535 |
I hit a wall on the later steps of what I was trying to achieve with this and so won't spend more time debugging it: #2585 |
Tried to reproduce on both Windows and Ubuntu 20.4 using Node 15.11.0, 15.12.0, and 14.16.0, all of them pass
|
Hi! 👋 This issue looks stale, and doesn't feature the Note that we require Sherlock reproductions for long-lived issues (rather than standalone git repositories or similar) because we're a small team. Sherlock gives us the ability to check which bugs are still affecting the master branch at any given point, and decreases the amount of code we need to run on our own machines (thus leading to faster bug resolutions). It helps us help you! 😃 If you absolutely cannot reproduce a bug on Sherlock (for example because it's a Windows-only issue), a maintainer will have to manually add the |
I'm having the same issue |
Describe the bug
I seem to be experiencing a pretty consistent
ENOMEM
error when attempting to bump packages for prerelease in a GitHub Actions workflow:This is the latest workflow run that failed: https://github.com/Siteimprove/alfa/runs/2064158138
To reproduce
I really wish I had something more to share, but I've been unable to reproduce this locally. It seems like such a simple command that it'd be the last thing I'd expect to fail with an OOM error. I'll keep digging and share anything additional I might discover.
Environment
The text was updated successfully, but these errors were encountered: