mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Debian Buster segfaults after migration #12141
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#12141
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 @ljmc-github on GitHub (May 18, 2021).
Please provide the following information
qBittorrent version and Operating System
qbittorrent-nox/stable,stable,now 4.1.5-1+deb10u1 amd64 [installed]
OS: Debian Buster 10.8 fresh install
If on linux, libtorrent-rasterbar and Qt version
libtorrent-rasterbar9/stable,now 1.1.11-2 amd64 [installed,automatic]
libqt5core5a/stable,now 5.11.3+dfsg1-1+deb10u4 amd64 [installed,automatic]
What is the problem
Migrating from Centos host (v4.2.5) to Debian VM (v4.1.5), copied the BT_backup and necessary part of qBittorrent.conf.
Launched as a service the web-ui seemed to be very unstable, could authenticate then within 1-2 seconds, I got the "qBittorrent client is not reachable".
Further investigation, logs are filled with lines like:
Reduced number of .fastresume and accompanying .torrent files.
su'ed to the reserved user qbtuser.
Launched qbittorrent-nox manually, it segfaults, output in Extra info.
I have not tested service without
Restart=on-failure, can update with this information if relevant.What is the expected behavior
Should not segfault or error fastresume files.
Steps to reproduce
Extra info(if any)
@ljmc-github commented on GitHub (May 19, 2021):
Here you can see what is happening, qBittorrent clearly fails, but luckily still managed to fully check some of the files on retries, every failure adds 'Fast resume data was rejected for torrent' lines for the unchecked files in the log.
All these fastresume and torrent files were checksumed to make sure they're the same on both hosts.
https://user-images.githubusercontent.com/26164870/118797595-0e0c5e80-b89d-11eb-9323-9f74b7a26cc5.mp4
@thalieht commented on GitHub (May 19, 2021):
Too old and probably a duplicate of #9667 which was fixed long ago.