macOS ◆ xterm-256color ◆ zsh 158 views

Stumbled on a bizarre issue, and have whittled it down to this MRE:

  1. Using a MacBook Pro with a M1 Pro running macOS 12.6.
  2. Use Apple’s bog standard Developer Tools to compile a “Hello World” C application (originally discovered using ghc to compile Haskell - effect is the same).
  3. Run the compiled executable. No surprises.
  4. cd to a mounted network drive (happens to my home directory on another Mac).
  5. Do the same thing there - now compiled executable hangs!
  6. Okay, maybe we can’t run executables on network shares, IDK, let’s return to the local machine.
  7. Original compiled executable still runs fine.
  8. Let me just use the DeveloperTools to do anything new… compiled executable now hangs on local machine.
  9. I’ve tried killing processes, logging in and out, checking the PATH, etc. Nothing gets me back to a working state short of a reboot.

Oh boy, now resolved. Disabling Apple ID authentication was enough. What in the name of computing-getting-worse-all-the-time is going on here?