Fails with error `Unknown store path type: {libproc/21805/region}`
```shell
❯ nix run nixpkgs-unstable#nix-du
Reading dependency graph from store... thread 'main' panicked at src/depgraph.rs:297:13:
Unknown store path type: {libproc/21805/region}
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
fish: Job 1, 'nix run nixpkgs-unstable#nix-du' terminated by signal SIGABRT (Abbruch)
❯ sw_vers
ProductName: macOS
ProductVersion: 15.3.1
BuildVersion: 24D70
❯ nix --version
nix (Lix, like Nix) 2.92.0
System type: aarch64-darwin
Additional system types: aarch64-darwin, x86_64-darwin
Features: gc, signed-caches
System configuration file: /etc/nix/nix.conf
User configuration files: /Users/dwt/.config/nix/nix.conf:/Users/dwt/.nix-profile/etc/xdg/nix/nix.conf:/run/current-system/sw/etc/xdg/nix/nix.conf:/nix/var/nix/profiles/default/etc/xdg/nix/nix.conf
Store directory: /nix/store
State directory: /nix/var/nix
Data directory: /nix/store/vs6s56c7crvj75fmmyrc4f1wh4q7pbns-lix-2.92.0/share
❯ RUST_BACKTRACE=1 nix run --impure nixpkgs-unstable#nix-du
Reading dependency graph from store... thread 'main' panicked at src/depgraph.rs:297:13:
Unknown store path type: {libproc/21888/region}
stack backtrace:
0: _rust_begin_unwind
1: core::panicking::panic_fmt
2: _register_node
3: __ZNSt3__110__function6__funcIZ13populateGraphE3$_0NS_9allocatorIS2_EEFvvEEclEv
4: __ZN3nix16handleExceptionsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEENS0_8functionIFvvEEE
5: _populateGraph
6: nix_du::depgraph::DepInfos::read_from_store
7: nix_du::main
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
fish: Job 1, 'RUST_BACKTRACE=1 nix run --imp…' terminated by signal SIGABRT (Abbruch)
```
I'd be glad to help debug this as I would like to understand my store better.
关闭于 2025-02-23 3 条评论