Bug 1260257
| Summary: | tracer: AttributeError: 'module' object has no attribute 'get_pid_list' | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lukas Slebodnik <lslebodn> |
| Component: | tracer | Assignee: | Jakub Kadlčík <jkadlcik> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | jkadlcik |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-09-08 10:11:40 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Hello Lukas, thank you for the feedback. This issue is duplicate of 1260302 so please see the progress there. *** This bug has been marked as a duplicate of bug 1260302 *** |
Description of problem: It cannot be execute. There is a python stack trace after invokation. [root@host bin]# tracer -a Traceback (most recent call last): File "/usr/bin/tracer", line 34, in <module> tracer.main.run() File "/usr/lib/python2.7/site-packages/tracer/main.py", line 42, in run return router.dispatch() File "/usr/lib/python2.7/site-packages/tracer/resources/router.py", line 55, in dispatch controller = DefaultController(self.args, self.packages) File "/usr/lib/python2.7/site-packages/tracer/controllers/default.py", line 46, in __init__ self.applications = self.tracer.trace_affected(self._user(args.user)) File "/usr/lib/python2.7/site-packages/tracer/resources/tracer.py", line 80, in trace_affected memory = self._memory(user) File "/usr/lib/python2.7/site-packages/tracer/resources/memory.py", line 36, in dump_memory for process in Processes.all().owned_by(user).unique(): File "/usr/lib/python2.7/site-packages/tracer/resources/processes.py", line 32, in all for pid in psutil.get_pid_list(): AttributeError: 'module' object has no attribute 'get_pid_list' Version-Release number of selected component (if applicable): sh$ rpm -q tracer tracer-0.5.9-3.fc23.noarch How reproducible: Deterministic Steps to Reproduce: 1. execute "tracer -a"