System monitor applet: incorrect sort order of entries when size > 2048M
Bug #221345 reported by
Fedor Isakov
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Awn Extras |
Fix Released
|
Undecided
|
moonbeam |
Bug Description
The system monitor applet displays processes with resident/virtual memory size > 2048 at the bottom of the list. Apparently this is due to signed int used to represent memory size in bytes, which turns negative as soon as the size grows over 2^31.
Hardy/64, awn-core-
Related branches
Changed in awn-extras: | |
assignee: | nobody → rcryderman |
Changed in awn-extras: | |
status: | In Progress → Fix Committed |
Changed in awn-extras: | |
milestone: | none → 0.2.8 |
Changed in awn-extras: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I thought I had this patched a few months ago... I guess the silence I received when I asked for it to be tested was not an indication of it being fixed. I'll have a look.