Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95137 - gnome-system-monitor-2.10.1 does not list "Uninterruptible" processes as "Running"
Summary: gnome-system-monitor-2.10.1 does not list "Uninterruptible" processes as "Run...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-05 10:05 UTC by Neil Gierman
Modified: 2005-09-09 19:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to list Uninterruptible processes in the Active filter (g-sys-mon.patch,347 bytes, patch)
2005-06-05 10:06 UTC, Neil Gierman
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Neil Gierman 2005-06-05 10:05:16 UTC
In the process table of gnome-system-monitor, if you select "Active" processes
from the filter box, it only shows proccesses that are in the "Running" state.
It does not list processes that are in the "Uninterruptible" state (which IMHO
is still Active)

Reproducible: Always
Steps to Reproduce:
1. Start gnome-system-monitor
2. Select "Active Processes" from the "Show" filter
3. Start a process that is in the "Uninterruptible" state

Actual Results:  
The process in the Uninterruptible does not list in the Active filter

Expected Results:  
Since an Uninterruptible process is technically Active, it should show up in the
Active Processes filter
Comment 1 Neil Gierman 2005-06-05 10:06:11 UTC
Created attachment 60664 [details, diff]
Patch to list Uninterruptible processes in the Active filter
Comment 2 foser (RETIRED) gentoo-dev 2005-06-05 10:55:55 UTC
correct me if i'm wrong, but uninterruptable processes are waiting, not running.
Comment 3 Neil Gierman 2005-06-05 10:58:44 UTC
Well in my particular case my Uninteruptible process was active. Dunno for sure
thou.
Comment 4 Daniel Gryniewicz (RETIRED) gentoo-dev 2005-09-09 19:22:48 UTC
The two wait states are TASK_INTERRUPTIBLE and TASK_UNINTERRUPTIBLE.  Both are
wait states, not active.