Skip to content

Nix daemon crash on macOS 26 Beta #13342

Open
@andre4ik3

Description

@andre4ik3

Describe the bug

When trying to install/run packages on macOS 26 Developer Beta 1, Nix exits with a "daemon disconnected unexpectedly" error:

Image

Screenshot

Steps To Reproduce

  1. Install macOS 26 Developer Beta 1
  2. Install Nix (using either official or Determinate Nix installer; both succeed but Nix fails so I'm assuming it's an error with Nix)
  3. Try to run e.g. nix run nixpkgs#hello or nix shell nixpkgs#hello
  4. Observe error: "Nix daemon disconnected unexpectedly (maybe it crashed?)"

Expected behavior

nix run nixpkgs#hello produces "Hello, world!"

Metadata

nix-env (Nix) 2.29.0

Additional context

In /var/log/nix-daemon.log, there is the following error:

accepted connection from pid 8877, user andre4ik3
objc[8879]: +[NSCharacterSet initialize] may have been in progress in another thread when fork() was called.
objc[8879]: +[NSCharacterSet initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.

Checklist


Add 👍 to issues you find important.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions