mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Speed graph stresses CPU too much/very high CPU usage when showing speed graph #4111
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#4111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @birdie-github on GitHub (Mar 30, 2016).
When I open Speed graph and set it to 6 hours, qBittorrent 3.3.4 start consuming roughly 75% of CPU (varies from 50% to 80%). The UI becomes extremely laggy and unpleasant to use. When I close this graph, qBittorrent returns to its normals state (0-1% CPU usage).
A newly started qBittorrent does not exhibit this behaviour. It's only after you've been seeding/downloading for at least 4 hours that you see this problem - perhaps you do some very difficult computations or make a lot of invisible paint calls - I've no idea.
PC configuration:
CPU: Intel Core i5 2500@4.1GHz
OS: CentOS 6.7
Linux 4.5 x86_64 vanilla
Qt 4.8.7
Libtorrent: 1.0.8.0
Boost: 1.41.0
NVIDIA blob: 361.28
X.org server: 1.15
Edit: in fact seeding for half an hour and setting graph to 30 minutes is enough to see this problem.
@birdie-github commented on GitHub (Mar 30, 2016):
Here's a 3 seconds long strace.log
strace.zip
@Chocobo1 commented on GitHub (Mar 30, 2016):
Probably solved in PR #4261.
@birdie-github commented on GitHub (Mar 30, 2016):
I hope so. I'm too lazy to check it now - I don't even know if it applies cleanly to the 3.3.x tree.
@onto commented on GitHub (Apr 4, 2016):
You can try to build from https://github.com/onto/qBittorrent/commits/v3_3_x
@sledgehammer999 commented on GitHub (Apr 4, 2016):
Already reported and probably fixed by that PR. I am marking that PR for v3.3.5 and I'll review as soon as I can.