bvaisvil / zenith

Zenith - sort of like top or htop but with zoom-able charts, CPU, GPU, network, and disk usage
MIT License
2.63k stars 67 forks source link

Panic on aarch-64 (RPi 3B) #144

Open loutr opened 8 months ago

loutr commented 8 months ago

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!

jac-cbi commented 5 months ago

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.