crash at launch on debian 12.11 #16901

Closed
opened 2026-02-22 03:31:13 -05:00 by deekerman · 4 comments
Owner

Originally created by @jeffv03 on GitHub (May 23, 2025).

qBittorrent & operating system versions

qBittorrent : v4.5.2
Operating System : Debian 12.11
QT : v5.15.8.2
libtorrent-rasterbar : v2.0.10-7

What is the problem?

qBitorrent crashes at start with a small window called 'crash infos'

here it are :

`~$ qbittorrent


Please file a bug report at http://bug.qbittorrent.org and provide the following information:

qBittorrent version: v4.5.2

Caught signal: SIGSEGV

 0# getStacktrace[abi:cxx11]() in qbittorrent
 1# 0x00005590ED2A1B3F in qbittorrent
 2# 0x00007FE3CE65B050 in /lib/x86_64-linux-gnu/libc.so.6
 3# BitTorrent::ResumeDataStorage::onResumeDataLoaded(BitTorrent::TorrentID const&, nonstd::expected_lite::expected<BitTorrent::LoadTorrentParams, QString> const&) const in qbittorrent
 4# BitTorrent::BencodeResumeDataStorage::doLoadAll() const in qbittorrent
 5# 0x00005590ED2C8DEC in qbittorrent
 6# std::__future_base::_State_baseV2::_M_do_set(std::function<std::unique_ptr<std::__future_base::_Result_base, std::__future_base::_Result_base::_Deleter> ()>*, bool*) in qbittorrent
 7# 0x00007FE3CE6AD057 in /lib/x86_64-linux-gnu/libc.so.6
 8# 0x00005590ED2C8F3E in qbittorrent
 9# 0x00007FE3CE8CB042 in /lib/x86_64-linux-gnu/libQt5Core.so.5
10# 0x00007FE3CE8CBD83 in /lib/x86_64-linux-gnu/libQt5Core.so.5
11# 0x00007FE3CE6A81F5 in /lib/x86_64-linux-gnu/libc.so.6
12# 0x00007FE3CE72889C in /lib/x86_64-linux-gnu/libc.so.6

QObject: Cannot create children for a parent that is in a different thread.
(Parent is Application(0x55912c7452d0), parent's thread is QThread(0x55912c769e30), current thread is QThread(0x55912cfd3760)
`
I've already tried to de-install qBitorrent and reboot then reinstall it but it still crashes at start,
what can I do to correct this ?

Thanks by advance :)
Jeff

Steps to reproduce

v4.5.2-3 was working till I tried qBitorrent v4.6.6.-7 from https://download.opensuse.org/repositories/home:/tangerine:/deb12-xfce4.18/Debian_12/

Additional context

No response

Log(s) & preferences file(s)

seems that the configuration has been replaced by an almost empty one :(

[BitTorrent] Session\QueueingSystemEnabled=false

here is a log (when config was there)

450(N) 2025-05-23T13:20:03 - qBittorrent v4.5.2 démarré. 451 (N) 2025-05-23T13:20:03 - Utilisation du dossier de configuration : /home/*****l/.config/qBittorrent 452 (N) 2025-05-23T13:20:03 - Tentative d’écoute sur la liste d’adresses IP suivante : « enp41s0:6881 » 453 (I) 2025-05-23T13:20:03 - ID du pair : « -qB4520- » 454 (I) 2025-05-23T13:20:03 - Agent utilisateur HTTP : « qBittorrent/4.5.2 » 455 (I) 2025-05-23T13:20:03 - Prise en charge de la table de hachage distribuée (DHT) : ACTIVÉE 456 (I) 2025-05-23T13:20:03 - Prise en charge de la découverte de pairs sur le réseau local : DÉSACTIVÉE 457 (I) 2025-05-23T13:20:03 - Prise en charge des échanges entre pairs (PeX) : ACTIVÉE 458 (I) 2025-05-23T13:20:03 - Mode anonyme : ACTIVÉE 459 (I) 2025-05-23T13:20:03 - Prise en charge du chiffrement : ACTIVÉE 460 (I) 2025-05-23T13:20:03 - Tracker intégré : En écoute sur l'adresse IP : 0.0.0.0, port : 9000 461 (I) 2025-05-23T13:20:03 - Écoute réussie sur l’IP. IP : « 192.168.1.25 ». Port : « HTTP/0 » 462 (I) 2025-05-23T13:20:03 - Écoute réussie sur l’IP. IP : « 192.168.1.25 ». Port : « HTTP/3 »
crashes there.

no watched folders.

Originally created by @jeffv03 on GitHub (May 23, 2025). ### qBittorrent & operating system versions qBittorrent : v4.5.2 Operating System : Debian 12.11 QT : v5.15.8.2 libtorrent-rasterbar : v2.0.10-7 ### What is the problem? qBitorrent crashes at start with a small window called 'crash infos' here it are : `~$ qbittorrent ************************************************************* Please file a bug report at http://bug.qbittorrent.org and provide the following information: qBittorrent version: v4.5.2 Caught signal: SIGSEGV ``` 0# getStacktrace[abi:cxx11]() in qbittorrent 1# 0x00005590ED2A1B3F in qbittorrent 2# 0x00007FE3CE65B050 in /lib/x86_64-linux-gnu/libc.so.6 3# BitTorrent::ResumeDataStorage::onResumeDataLoaded(BitTorrent::TorrentID const&, nonstd::expected_lite::expected<BitTorrent::LoadTorrentParams, QString> const&) const in qbittorrent 4# BitTorrent::BencodeResumeDataStorage::doLoadAll() const in qbittorrent 5# 0x00005590ED2C8DEC in qbittorrent 6# std::__future_base::_State_baseV2::_M_do_set(std::function<std::unique_ptr<std::__future_base::_Result_base, std::__future_base::_Result_base::_Deleter> ()>*, bool*) in qbittorrent 7# 0x00007FE3CE6AD057 in /lib/x86_64-linux-gnu/libc.so.6 8# 0x00005590ED2C8F3E in qbittorrent 9# 0x00007FE3CE8CB042 in /lib/x86_64-linux-gnu/libQt5Core.so.5 10# 0x00007FE3CE8CBD83 in /lib/x86_64-linux-gnu/libQt5Core.so.5 11# 0x00007FE3CE6A81F5 in /lib/x86_64-linux-gnu/libc.so.6 12# 0x00007FE3CE72889C in /lib/x86_64-linux-gnu/libc.so.6 ``` QObject: Cannot create children for a parent that is in a different thread. (Parent is Application(0x55912c7452d0), parent's thread is QThread(0x55912c769e30), current thread is QThread(0x55912cfd3760) ` I've already tried to de-install qBitorrent and reboot then reinstall it but it still crashes at start, what can I do to correct this ? Thanks by advance :) Jeff ### Steps to reproduce v4.5.2-3 was working till I tried qBitorrent v4.6.6.-7 from [https://download.opensuse.org/repositories/home:/tangerine:/deb12-xfce4.18/Debian_12/](url) ### Additional context _No response_ ### Log(s) & preferences file(s) seems that the configuration has been replaced by an almost empty one :( `[BitTorrent] Session\QueueingSystemEnabled=false ` here is a log (when config was there) `450(N) 2025-05-23T13:20:03 - qBittorrent v4.5.2 démarré. 451 (N) 2025-05-23T13:20:03 - Utilisation du dossier de configuration : /home/*****l/.config/qBittorrent 452 (N) 2025-05-23T13:20:03 - Tentative d’écoute sur la liste d’adresses IP suivante : « enp41s0:6881 » 453 (I) 2025-05-23T13:20:03 - ID du pair : « -qB4520- » 454 (I) 2025-05-23T13:20:03 - Agent utilisateur HTTP : « qBittorrent/4.5.2 » 455 (I) 2025-05-23T13:20:03 - Prise en charge de la table de hachage distribuée (DHT) : ACTIVÉE 456 (I) 2025-05-23T13:20:03 - Prise en charge de la découverte de pairs sur le réseau local : DÉSACTIVÉE 457 (I) 2025-05-23T13:20:03 - Prise en charge des échanges entre pairs (PeX) : ACTIVÉE 458 (I) 2025-05-23T13:20:03 - Mode anonyme : ACTIVÉE 459 (I) 2025-05-23T13:20:03 - Prise en charge du chiffrement : ACTIVÉE 460 (I) 2025-05-23T13:20:03 - Tracker intégré : En écoute sur l'adresse IP : 0.0.0.0, port : 9000 461 (I) 2025-05-23T13:20:03 - Écoute réussie sur l’IP. IP : « 192.168.1.25 ». Port : « HTTP/0 » 462 (I) 2025-05-23T13:20:03 - Écoute réussie sur l’IP. IP : « 192.168.1.25 ». Port : « HTTP/3 » ` crashes there. no watched folders.
deekerman 2026-02-22 03:31:13 -05:00
Author
Owner

@thalieht commented on GitHub (May 23, 2025):

qBittorrent : v4.5.2

Sigh, yet another debian "stable" user to report a bug in a 2+ year old version.
5.1.0 is the current latest.

@thalieht commented on GitHub (May 23, 2025): >qBittorrent : v4.5.2 Sigh, yet another debian "stable" user to report a bug in a 2+ year old version. 5.1.0 is the current latest.
Author
Owner

@jeffv03 commented on GitHub (May 24, 2025):

Hello folks :)

seems you don't like this one ;) : the problem was that the installation of that 'newer' v4.6.6-7 version somewhat killed (dunno why it was dimmed as non needed btw,) the 'xcb v2.4.8 app, that sole missing stuff was making it to crash at start.

after being reinstalled it works fine again :)

btw II 5.1.0 isn't available yet to debian 12.11 stable ;)

btw III there are still a thing that's bugging me there, when I first installed qBittorrent in place of ktorrent (when I switched from Mageia to debian 10) I've seen no differences in download speed (still fully using the 10GB/s ftth speed (was getting things at 105-115 MO/s), but after some updates and now with Debian 12 I see a slight cut in download speed, that's down to 1-1.5 MO/s ...)
did you change something that could explain this ?

I ask, 'cause if I download with curl or else I still go full 10 Gb/s speed max but not anymore with qBittorrent :(

btw IV thanks anyway for your good software ^^)

jeff

@jeffv03 commented on GitHub (May 24, 2025): Hello folks :) seems you don't like this one ;) : the problem was that the installation of that 'newer' v4.6.6-7 version somewhat killed (dunno why it was dimmed as non needed btw,) the 'xcb v2.4.8 app, that sole missing stuff was making it to crash at start. after being reinstalled it works fine again :) btw II 5.1.0 isn't available yet to debian 12.11 stable ;) btw III there are still a thing that's bugging me there, when I first installed qBittorrent in place of ktorrent (when I switched from Mageia to debian 10) I've seen no differences in download speed (still fully using the 10GB/s ftth speed (was getting things at 105-115 MO/s), but after some updates and now with Debian 12 I see a slight cut in download speed, that's down to 1-1.5 MO/s ...) did you change something that could explain this ? I ask, 'cause if I download with curl or else I still go full 10 Gb/s speed max but not anymore with qBittorrent :( btw IV thanks anyway for your good software ^^) jeff
Author
Owner

@xavier2k6 commented on GitHub (May 24, 2025):

@jeffv03 You can try the AppImage of 5.1.0 available from https://www.qbittorrent.org/download#linux

@xavier2k6 commented on GitHub (May 24, 2025): @jeffv03 You can try the AppImage of 5.1.0 available from https://www.qbittorrent.org/download#linux
Author
Owner

@jeffv03 commented on GitHub (May 26, 2025):

Thanks a lot :)
well, tried it but can't get it to run even via appimagelauncher and setting the execute bit...

@jeffv03 commented on GitHub (May 26, 2025): Thanks a lot :) well, tried it but can't get it to run even via appimagelauncher and setting the execute bit...
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/qBittorrent#16901
No description provided.