-
Notifications
You must be signed in to change notification settings - Fork 683
Check failed: node->IsInUse() #1393
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
Comments
I'm not able to reproduce the issue (tested on Linux with node v20.12.0 and nan 2.19.0). What version of node are you using and do you have a simple way of reproducing the error? |
I have narrowed down my issue to |
You can tell your package manager to ignore scripts when installing Additionally if you can use |
Hello, I've encountered the same problem as jansivans. Please check my reproduction repository: https://github.com/Crunkstar/ssh2-1393-repro I tested with Node.js version v20.16.0 and ssh2 version 1.15.0 (as seen in the repository), additionally I tested commit be9165b (most recent commit at the time of writing this) but received the same error. Sometimes the reproduction script segfauls without error message. As mentioned by jansivans, the problem does not occur after deleting sshcrypto.node. Output of
|
We are facing the same issue with node version 20.15.0 and ssh2 version 2.15.0. |
@mscdex |
I've run into this with node
Deleting |
Awesome and exciting to see the fix get merged! I'm curious to hear when can we expect a new version with this fix included to be published to npm? |
Any updates on this matter? |
Hi,
I have an application running in Docker that executes scripts in different threads using a worker pool. Here is the simplest code I use:
When I execute this code once, everything works fine.
However, the second time I run it, the Node.js app crashes with the following message:
Has anyone encountered this issue?
The text was updated successfully, but these errors were encountered: