Skip to content
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

dns.resolve segmentation fault #27530

Closed
hamzakilic opened this issue May 2, 2019 · 2 comments
Closed

dns.resolve segmentation fault #27530

hamzakilic opened this issue May 2, 2019 · 2 comments
Labels
cares Issues and PRs related to the c-ares dependency or the cares_wrap binding. dns Issues and PRs related to the dns subsystem.

Comments

@hamzakilic
Copy link

hamzakilic commented May 2, 2019

when executing
node -e 'require("dns").resolve4("torbox3uiot6wchz.onion",()=>{})'
segmentation fault with core dump

core-node-1556790505-11.zip

works without crash with node v8 and node v12

@bnoordhuis bnoordhuis added cares Issues and PRs related to the c-ares dependency or the cares_wrap binding. dns Issues and PRs related to the dns subsystem. labels May 2, 2019
@bnoordhuis
Copy link
Member

#25840 should fix that but it hasn't been back-ported to v10.x yet.

@hamzakilic
Copy link
Author

#25840 should fix that but it hasn't been back-ported to v10.x yet.

Thanks, I have upgraded my project to V12.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cares Issues and PRs related to the c-ares dependency or the cares_wrap binding. dns Issues and PRs related to the dns subsystem.
Projects
None yet
Development

No branches or pull requests

2 participants