--enable-network-family-autoselection
causes ERR_INTERNAL_ASSERTION with fetch()
in REPL
#46670
Labels
confirmed-bug
Issues with confirmed bugs.
fetch
Issues and PRs related to the Fetch API
net
Issues and PRs related to the net subsystem.
Version
v19.6.0
Platform
node:latest docker image on Linux 5.15.91-1-MANJARO x86_64 GNU/Linux
Subsystem
fetch/net/repl?
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
It appears to reproduce every time when none of the target IPs are reachable, but only in the REPL. (It's possible that it also happens without the REPL, but I haven't seen it anywhere else yet.)
What is the expected behavior?
No
ERR_INTERNAL_ASSERTION
.What do you see instead?
ERR_INTERNAL_ASSERTION
.Additional information
The DNS setup within the network appears to be rather complicated, and the error message
fetch failed
is expected when the network node cannot be reached via any of the associated A or AAAA records. However, theERR_INTERNAL_ASSERTION
error is unexpected.The text was updated successfully, but these errors were encountered: