-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Native error running node 22.12.x #57293
Comments
This seems to be a failure creating threads in your docker container. From the
https://man7.org/linux/man-pages/man3/pthread_create.3.html Can we get a bit more details of your Dockerfile? That seems to be an environmental issue more than a Node.js issue. Also, your kernel is quite old. |
Hi, the problem seems to have been resolved once I updated Docker on problematic instances to version greater than or equal to |
Version
v22.12.0
Platform
Subsystem
No response
What steps will reproduce the bug?
I am trying to deploy a service using Docker, with node version 22.12. The issue occurs while starting the container.
How often does it reproduce? Is there a required condition?
The issue can be reproduced all the time on particular servers, but on some servers it cannot be reproduced at all.
What is the expected behavior? Why is that the expected behavior?
I am expecting the container to be started normally.
What do you see instead?
The container seems to be stuck restarting, I am seeing this stack trace:
Additional information
No response
The text was updated successfully, but these errors were encountered: