We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/sunoru/jlnode/blob/main/patches/inspector_agent.cc.patch
Setting stack size makes pthread_create failed for the inspector.
pthread_create
The text was updated successfully, but these errors were encountered:
Currently, libnode_jll is compiled with the flag --without-inspector. The inspector module of NodeJS is in an experimental stage anyway.
libnode_jll
--without-inspector
When enabled, the pthread_create would throw an "Invalid argument" which I found was because of the set stack size. Any values set there were invalid.
Sorry, something went wrong.
The problem doesn't exist anymore
No branches or pull requests
https://github.com/sunoru/jlnode/blob/main/patches/inspector_agent.cc.patch
Setting stack size makes
pthread_create
failed for the inspector.The text was updated successfully, but these errors were encountered: