Skip to content

NodeJS Inspector #2

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

Closed
sunoru opened this issue Jul 17, 2021 · 2 comments
Closed

NodeJS Inspector #2

sunoru opened this issue Jul 17, 2021 · 2 comments

Comments

@sunoru
Copy link
Owner

sunoru commented Jul 17, 2021

https://github.com/sunoru/jlnode/blob/main/patches/inspector_agent.cc.patch

Setting stack size makes pthread_create failed for the inspector.

@sunoru sunoru mentioned this issue Jul 20, 2021
18 tasks
@sunoru
Copy link
Owner Author

sunoru commented Jul 20, 2021

Currently, libnode_jll is compiled with the flag --without-inspector. The inspector module of NodeJS is in an experimental stage anyway.

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.

@sunoru
Copy link
Owner Author

sunoru commented Aug 10, 2022

The problem doesn't exist anymore

@sunoru sunoru closed this as completed Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant