You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Fixed a segfault in the macOS DNS configuration hook
(dns_configuration_free) that crashed short-lived Node workers (e.g.
Next.js/Turbopack) on macOS 26 when remote DNS config could not be built.
Stopped the layer from reporting EOPNOTSUPP ("Operation not supported on
socket") socket errors as hard layer errors, which flooded logs and could
kill processes such as Turbopack workers.