-
Notifications
You must be signed in to change notification settings - Fork 146
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
Node 20.13+: Crash on getaddrinfo_0_11 #266
Comments
Even tried a
|
Confirmed. According to nodejs/node#52492 this was merged in Node 20.13 and 22.1. Rolled back Node to 20.12.2 and the crash disappeared! |
nbonamy
changed the title
Crash on getaddrinfo_0_11
Node 20.13+: Crash on getaddrinfo_0_11
Jul 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get a crash when I create a browser:
const browser = mdns.createBrowser(mdns.tcp('http))
.The error displayed is:
The crash occurs when trying to resolve a local network host:
pifi.local.
which exists and is resolvable:I tried to add a
resolverSequence
to no avail:Running
node 20.16
onLinux Mint 21 Vanessa
.Any hint? Thinking of a IPv4 vs IPv6 thing but not sure.
Thanks!
The text was updated successfully, but these errors were encountered: