-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Diagnostic Server Fails on macOS 14.4 #13906
Comments
Could you run |
Indeed, loopback is up, but is it assigned a LAN IP. I had noticed this as well; it is quite curious. $ ifconfig lo0
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
options=1203<RXCSUM,TXCSUM,TXSTATUS,SW_TIMESTAMP>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
inet 192.168.1.88 netmask 0xffffffff
nd6 options=201<PERFORMNUD,DAD>
$ ifconfig | rg '127' # no result
$ ifconfig | rg 'localhost' # no result |
This appears to resolve the issues with $ sudo ifconfig lo0 alias 127.0.0.1 That said, I don't believe that macOS ships with the |
Have a shot-in-the-dark. @abhillman could you help verify it? |
Problem
Notes
Panic arises in the diagnostic server:
cargo/src/cargo/util/diagnostic_server.rs
Line 231 in 3a18c89
This may be a bug in macOS or rust itself as this simple program fails on my platform:
rust-lang/rust#123715 (comment)
Version
The text was updated successfully, but these errors were encountered: