mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
nova2.py search keeps running at 100% cpu #16986
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#16986
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 @milahu on GitHub (Jun 26, 2025).
qBittorrent & operating system versions
qBittorrent v5.1.0 (64-bit)
Libtorrent: 2.0.11.0
OS: Linux
What is the problem?
in rare cases, nova2.py keeps running at 100% cpu
example: searching for "nirvana"
probably there is a bug in one of my search engines (nova3.zip)
which causes nova2.py to hang forever ("deadloop")
continue #21389
Steps to reproduce
add many search engines, send many search queries...
Additional context
workaround: https://github.com/milahu/qbittorrent-nova-killer
Log(s) & preferences file(s)
nova3.zip
@xavier2k6 commented on GitHub (Jun 26, 2025):
some of your engines are outdated.
@milahu commented on GitHub (Jun 26, 2025):
maybe, but qBittorrent should kill the nova2.py process
if it keeps running too long (60 seconds?) after yielding the last result
maybe qBittorrent can also monitor the cpu usage of the nova2.py process
and kill it if its using 100% cpu for too long (60 seconds?)