Bug 524699
| Summary: | pkcon takes lot of CPU and does not seem to end the process until terminated manually. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | vinod <vinodkmar> | ||||
| Component: | gnome-packagekit | Assignee: | Richard Hughes <richard> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | rhughes, richard | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-10-14 10:41:17 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Created attachment 361981 [details]
pkcon console trace and system-monitor
Attached shows the system-monitor and the process execution at console.
I've fixed this in the F12 packages, please can you confirm it now worked as expected. Thanks. |
Description of problem: When an unknown command is typed and a package exists is not installed, it seems like pkcon will install the packages automatically with request from the user. Currently this process hangs and consumes more than 96% CPU. Version-Release number of selected component (if applicable):gnome-packagekit-2.27.92-1.fc12.x86_64 How reproducible: Every time. Steps to Reproduce: 1. type a command for which the packages not yet installed say...( mail, cc) 2. A prompt comes like 'install package gcc to provide command 'cc' ?' Type 'y' 3. A prompt appears like 'Proceed with the changes ? ' Type 'y' Actual results:Hangs at the terminal and is consuming more than 90% of CPU and does not seem to end process. Expected results:The dependent packages should be installed. Additional info: Please follow attachment.