By default, Bugzilla does not search the list of RESOLVED bugs.You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
| Summary: |
[Regression] adept is using a lot of CPU and is *really* slow |
| Product: |
TDE
|
Reporter: |
Julius Schwartzenberg <julius.schwartzenberg> |
| Component: |
non-core programs | Assignee: |
Timothy Pearson <kb9vqf> |
| Status: |
RESOLVED
WONTFIX
|
|
|
| Severity: |
normal
|
CC: |
bugwatch, darrella, michele.calgaro
|
| Priority: |
P5
|
|
|
| Version: |
R14.0.x [Trinity] | |
|
| Hardware: |
All | |
|
| OS: |
Linux | |
|
|
Compiler Version:
|
|
TDE Version String:
|
|
|
Application Version:
|
|
Application Name:
|
|
With the current nightlies on Ubuntu Quantal, when loading the new package and status information, adept uses a lot of CPU (~100%) and it takes very very long compared to the current release. Once adept is passed this phase and while downloading and installing updates, everything is normal. When I look at the process with strace, I get a lot of this: recvfrom(3, 0xd8e3c4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable) recvfrom(3, 0xd8e3c4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable) recvfrom(3, 0xd8e3c4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=8, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=4, events=POLLIN}, {fd=10, events=POLLIN}, {fd=78, events=POLLIN}, {fd=80, events=POLLIN}], 7, 0) = 0 (Timeout) recvfrom(3, 0xd8e3c4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable) recvfrom(3, 0xd8e3c4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable) recvfrom(3, 0xd8e3c4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=8, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=4, events=POLLIN}, {fd=10, events=POLLIN}, {fd=78, events=POLLIN}, {fd=80, events=POLLIN}], 7, 0) = 0 (Timeout) recvfrom(3, 0xd8e3c4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable) recvfrom(3, 0xd8e3c4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable) recvfrom(3, 0xd8e3c4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=8, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=4, events=POLLIN}, {fd=10, events=POLLIN}, {fd=78, events=POLLIN}, {fd=80, events=POLLIN}], 7, 0) = 0 (Timeout) recvfrom(3, 0xd8e3c4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable) recvfrom(3, 0xd8e3c4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable) recvfrom(3, 0xd8e3c4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=8, events=POLLIN}, {fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=4, events=POLLIN}, {fd=10, events=POLLIN}, {fd=78, events=POLLIN}, {fd=80, events=POLLIN}], 7, 0) = 0 (Timeout)