# test.DaemonState.Gone

- **Module:** test.DaemonState
- **Package:** libtmux
- **Language:** Rust
- **Kind:** constant
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/test.rs#L636
- **Page:** https://libtmux.org/reference/rs/test-daemonstate-gone/

The daemon has exited, with the status the kernel reported.

`signal: 11 (SIGSEGV)` is tmux crashing; `signal: 9 (SIGKILL)` is
something outside the fixture killing it; an exit status is tmux
deciding to stop.
