hishamhm / htop

htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.
GNU General Public License v2.0
5.84k stars 581 forks source link

SortBy OOM yields strange order #927

Open RuRo opened 5 years ago

RuRo commented 5 years ago

Not sure if this is in any way related to #182.

Steps to reproduce: 1) Add "OOM" column 2) SortBy -> select "OOM"

Expected: processes sorted by OOM value (numerically)

Real behaviour: OOM scores are in a really weird order. Example: image

htop Version: 2.2.0 Linux: 4.19 (Manjaro, which is a flavor of Arch Linux) htop is installed from official repo and is up to date

Really weird bug, imo. If you need any help with reproducing the bug, I'll be happy to help.