mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
qBittorrent crashes when attempting to select "set location" #17445
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#17445
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 @bz-777 on GitHub (Jan 12, 2026).
qBittorrent & operating system versions
Upon restart the following is produced:
qBittorrent has crashed
Please file a bug report at https://bugs.qbittorrent.org/ and provide the following information:
qBittorrent version: v5.1.4 (64-bit)
Libtorrent version: 2.0.11.0
Qt version: 6.10.1
Boost version: 1.83.0
OpenSSL version: 3.5.4
zlib version: 1.3.1.zlib-ng
OS version: Fedora 43 (Flatpak runtime) 6.17.13-200.fc42.x86_64 x86_64
aught signal: SIGABRT
@vafada commented on GitHub (Jan 13, 2026):
I see the same issue on Linux
both
QColorDialog(UI Theme Configuration window) andQFileDialogwon't open, I don't see any stacktrace though, app just hangs.No issues on Mac.
Edit: Bah, works fine in the official
masterbuild. Issue only occurs on my local dev build@bz-777 commented on GitHub (Jan 13, 2026):
Hi.
Have been looking further and I believe the issue is caused by the filesystem /run/user/1000 being 100%. It is being filled by qBittorrent. I mounted a new drive at /tmp/sdd1. This is where I was wanting to move the torrents to.
But what I am seeing is /run/user/1000/.flatpak/org.qbittorrent.qBittorrent/tmp/sdd1 is being used.
I have deleted the torrents and deleted the files in /run/user/1000/.flatpak/org.qbittorrent.qBittorrent/tmp/sdd1 restarted qBittorrent readded a torrent and /run/user is being used again.
Hopefully this helps / makes sense
@bz-777 commented on GitHub (Jan 13, 2026):
Hi All
I have done more testing ...
If under "torrent options" I make either path /tmp/xxx when I force a torrent recheck, when I stop and start a torrent, when I stop and start qBittorent it gets converted to /run/user/1000/.flatpak/org.qbittorrent.qBittorrent/tmp/xxxx. When I set a path in preferences to /tmp/xxx any new torrents use /run/user/1000/.flatpak/org.qbittorrent.qBittorrent/tmp/xxx
When I mounted the drive at /home/FRED/sdd1 and changed the settimgs everything seems to work.
(And yes I did check the permission bits etc for /tmp/sdd1 775 and owner was FRED )
CHeers