bvaisvil / zenith

Zenith - sort of like top or htop but with zoom-able charts, CPU, GPU, network, and disk usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panic on aarch-64 (RPi 3B)

loutr opened this issue · comments

Hello,

My version of zenith panics upon starting:

thread '<unnamed>' panicked at 'range end index 432 out of range for slice of length 416', /build/cargo-vendor-dir/linux-taskstats-0.4.0/src/model.rs:127:39

I use NixOS 23.11 on a Raspberry Pi 3B. I did not investigate the problem much, and I'm sorry if this is more related to NixOS than zenith. I am open to any suggestion; feel free to ask for more information.

Thanks!

I'm also seeing this crash on Gentoo x86_64:

thread '<unnamed>' panicked at 'range end index 432 out of range for slice of length 416', $HOME/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linux-taskstats-0.5.0/src/model.rs:127:39

I've opened an issue in linux-taskstats-rs.