-
Notifications
You must be signed in to change notification settings - Fork 40
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] - pnpm process hang up #840
Comments
@muk-ai look at the state of your process, the 8th column in the From
|
@elsaco |
The minimum reproduction method is this.
If it does not reproduce, please try deleting |
We're seeing the same behaviour with NPM and Yarn. Even a simple The kernel logs (
Since we rebuild our silver images daily, we can see this broke between November 14th 7:07 GMT+1 and November 15th 7:07 GMT+1. The working base AMI was Hope this helps. |
We ran into the same issue with |
We also encountered the same problem.
2 . npm install
|
Thank you reporters. This is is indeed the Linux kernel issue mentioned by Ray. Running |
Amazon Linux 2023 release To work around the issue, temporarily disable the |
@andreasstieger Thanks for sharing the cause and workaround. 👍 |
I'm seeing this in the base npm package as well. You don't even need a package.json, you can simply try to install a new npm with |
@dliberatore-th That's correct. @andreasstieger 's comment indicated this will affect nodejs in general. That UV_USE_IO_URING=0 option he linked to is documented for nodejs itself. |
Confirmed, that workaround fixes npm! Thank you! |
* Disable `io_uring` use in `libuv` amazonlinux/amazon-linux-2023#840 (comment) * Update CHANGELOG.md
It also causes that yarn install doesn't work on new AMI. Thank you for a hint. |
Could we also bump |
Confirmed, that workaround fixes npm installing pm2! Thank you! |
Hi @andreasstieger 👋
I'm wondering when the fix will be published ? it seems the latest kernel version available is still 6.1.115-126.197.amzn2023. Regards. |
Thanks for asking, I checked this morning my TZ and this is released. This is |
As far as I can tell, there isn't an updated AMI for elastic beanstalk instances. Is there anyway we can get the patched kernel in our EB environments or do we just have to wait for Amazon to publish the new images? |
After upgrading releasever to |
Describe the bug
After upgrading releasever to
2023.6.20241111
certain commands hang up.This
pnpm
process cannot be killed.There seems to be no load. The process just stops responding.
To Reproduce
executepnpm install
#840 (comment)
Expected behavior
Usually, this command takes only a few seconds.
Additional context
The text was updated successfully, but these errors were encountered: