mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
App crashed when I've tried to create torrent from my Home directory #15519
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#15519
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 @Mart-Bogdan on GitHub (Feb 25, 2024).
qBittorrent & operating system versions
qBittorrent version: v4.6.3 (64-bit)
Libtorrent version: 2.0.9.0
Qt version: 6.6.1
Boost version: 1.83.0
OpenSSL version: 3.2.1
zlib version: 1.3.1
OS version: Manjaro Linux 6.1.77-2-MANJARO x86_64
What is the problem?
Application hangs when you point it to huge dir woith lots of files, and eventually crashes, when you try to calculate number of pieces, on new torrent creation.
It doesn't look like Stack Overflow. Perhaps my KDE sen't this signal as app wasn't responding to mouse clicks.
But in general -- such action should happen in background thread to not block UI.
Steps to reproduce
Additional context
Log(s) & preferences file(s)
Caught signal: SIGABRT
Stack trace
@Mart-Bogdan commented on GitHub (Feb 25, 2024):
I have manually reconstructed symbols for top part of a trace:
And relevant bottom part seems to already have symbols (
0x00007F172110F850is resolved on paragraph above) :@Mart-Bogdan commented on GitHub (Feb 25, 2024):
There is 2.5 M files in this dir.
Indeed crash happens not by itself but only after I am trying to click anywhere inside window. I guess it is reaction on unhandled X11's event.