Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147039 - app-portage/portage-utils: qlop -c shows extra entries
Summary: app-portage/portage-utils: qlop -c shows extra entries
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: High normal
Assignee: Portage Utils Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-10 03:51 UTC by Vladimir Kulev
Modified: 2010-01-24 21:31 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kulev 2006-09-10 03:51:05 UTC
I have looked at qlop source a bit, and suppose information below is sufficient for resolving this bug. You simply should filter processes better.

# qlop -c
 * irc_bot
     started: Fri Sep  8 18:30:24 2006
     elapsed: 1 day, 20 hours, 16 minutes, 39 seconds

# ps -AF | grep "\["
........
godin     7895     1  0  3270  8000   0 Sep08 ?        00:01:49 [irc_bot]
Comment 1 solar (RETIRED) gentoo-dev 2006-09-10 09:31:11 UTC
You need to be more verbose if you want us to take this bug seriously.
Where are the extra entires? You show us 1 pid and qlop -c shows you 
one process merging.. So where is the bug??
Comment 2 Vladimir Kulev 2006-09-10 19:50:53 UTC
"irc_bot" is daemonized perl script running, not emerge process, and it has no relation to portage.
Comment 3 SpanKY gentoo-dev 2006-09-10 21:01:59 UTC
fixed in cvs, thanks for the report