mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Crash on startup after power failure #7700
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#7700
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 @rooiratel on GitHub (Sep 4, 2018).
qBittorrent version and Operating System
qBittorrent version: 4.1.2
OS : Arch Linux (all packages up to date)
If on linux, libtorrent and Qt version
libtorrent-rasterbar version : 1.1.9
Qt version: 5.11.1
What is the problem
program starts up then it crashes after about 1 second
What is the expected behaviour
Don't crash on startup after power failure.
Steps to reproduce
I was downloading about 5 torrents. I had about 20 paused torrents, and dozens of completed (non-seeding) torrents. The power went out while I was away, and after rebooting my PC, qBittorrent keeps crashing on startup.
Extra info(if any)
When running strace on qbittorrent I saw this:
https://ghostbin.com/paste/x8m3o
@zeule commented on GitHub (Sep 4, 2018):
Thanks for the stacktrace! The crashing package is librsvg. Likely due to a problem when parsing a SVG icon (downloaded from a tracker). Check your filesystems (dmesg for errors and /proc/mounts for readonly mount points when it has to be writable).
Try to disable tracker favicons (close qBt, open
~/.config/qBittorrent/qBittorrent.confand changeNotifications\DownloadTrackerFaviconparameter to 'false')BTW, @sledgehammer999: in
fd5d1583you moved the settings into Notifications group.@rooiratel commented on GitHub (Sep 5, 2018):
Thanks @zeule I'll try that tonight and let you know what happens.
@FranciscoPombal commented on GitHub (Feb 28, 2020):
Too old + OP disappeared.
@rooiratel commented on GitHub (Feb 28, 2020):
Hi Sorry, I forgot to update. After updating librsvg a few days later to a newer version, the crashes went away.
@FranciscoPombal commented on GitHub (Feb 28, 2020):
Ok, so the problem was unrelated to qBIttorrent after all.