qBittorrent crashes on startup with proxy enabled #9847

Closed
opened 2026-02-21 20:24:59 -05:00 by deekerman · 1 comment
Owner

Originally created by @n65 on GitHub (Mar 6, 2020).

Please provide the following information

qBittorrent version and Operating System

qBittorrent-nox 4.2.1
Debian 10 amd64

If on linux, libtorrent-rasterbar and Qt version

Qt: | 5.11.3
Libtorrent: | 1.1.11.0

What is the problem

qBittorrent crashes on startup after setting up proxy

What is the expected behavior

No crashes on startup

Steps to reproduce

  1. Configure proxy in web interface (tested with SOCKS5 and HTTP). Proxy is required to be operational (qBittorrent seems to not crash when proxy settings are incorrect)
  2. Save settings. (Connection with proxy seems to work before restart)
  3. Try restarting qbittorrent-nox

Extra info(if any)

Caught signal: SIGSEGV
Stack trace:
/usr/lib/x86_64-linux-gnu/libQt5Network.so.5 : ()+0x95b84 [0x7f93adc66b84]
/usr/lib/x86_64-linux-gnu/libQt5Network.so.5 : ()+0x94c49 [0x7f93adc65c49]
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5 : QObject::event(QEvent*)+0xe2 [0x7f93ad929072]
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5 : QCoreApplication::notifyInternal2(QObject*, QEvent*)+0x156 [0x7f93ad8ff466]
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5 : QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*)+0x1cb [0x7f93ad90246b]
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5 : ()+0x2bc103 [0x7f93ad951103]
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 : g_main_context_dispatch()+0x2ae [0x7f93acac2f2e]
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 : ()+0x4e1c8 [0x7f93acac31c8]
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 : g_main_context_iteration()+0x2c [0x7f93acac325c]
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5 : QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag)+0x67 [0x7f93ad950727]
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5 : QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag)+0x13b [0x7f93ad8fe15b]
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5 : QThread::exec()+0xb6 [0x7f93ad74de76]
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5 : ()+0xc2a67 [0x7f93ad757a67]
/lib/x86_64-linux-gnu/libpthread.so.0 : ()+0x7fa3 [0x7f93ad67bfa3]
/lib/x86_64-linux-gnu/libc.so.6 : clone()+0x3f [0x7f93ad28b4cf]

Originally created by @n65 on GitHub (Mar 6, 2020). **Please provide the following information** ### qBittorrent version and Operating System qBittorrent-nox 4.2.1 Debian 10 amd64 ### If on linux, libtorrent-rasterbar and Qt version Qt: | 5.11.3 Libtorrent: | 1.1.11.0 ### What is the problem qBittorrent crashes on startup after setting up proxy ### What is the expected behavior No crashes on startup ### Steps to reproduce 1. Configure proxy in web interface (tested with SOCKS5 and HTTP). Proxy is required to be operational (qBittorrent seems to not crash when proxy settings are incorrect) 2. Save settings. (Connection with proxy seems to work before restart) 3. Try restarting qbittorrent-nox ### Extra info(if any) Caught signal: SIGSEGV Stack trace: /usr/lib/x86_64-linux-gnu/libQt5Network.so.5 : ()+0x95b84 [0x7f93adc66b84] /usr/lib/x86_64-linux-gnu/libQt5Network.so.5 : ()+0x94c49 [0x7f93adc65c49] /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 : QObject::event(QEvent*)+0xe2 [0x7f93ad929072] /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 : QCoreApplication::notifyInternal2(QObject*, QEvent*)+0x156 [0x7f93ad8ff466] /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 : QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*)+0x1cb [0x7f93ad90246b] /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 : ()+0x2bc103 [0x7f93ad951103] /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 : g_main_context_dispatch()+0x2ae [0x7f93acac2f2e] /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 : ()+0x4e1c8 [0x7f93acac31c8] /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 : g_main_context_iteration()+0x2c [0x7f93acac325c] /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 : QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)+0x67 [0x7f93ad950727] /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 : QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)+0x13b [0x7f93ad8fe15b] /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 : QThread::exec()+0xb6 [0x7f93ad74de76] /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 : ()+0xc2a67 [0x7f93ad757a67] /lib/x86_64-linux-gnu/libpthread.so.0 : ()+0x7fa3 [0x7f93ad67bfa3] /lib/x86_64-linux-gnu/libc.so.6 : clone()+0x3f [0x7f93ad28b4cf]
deekerman 2026-02-21 20:24:59 -05:00
  • closed this issue
  • added the
    Duplicate
    label
Author
Owner

@thalieht commented on GitHub (Mar 6, 2020):

Duplicate of #9667. Probably fixed in some later Qt version because i don't see reports with this stacktrace lately.

@thalieht commented on GitHub (Mar 6, 2020): Duplicate of #9667. Probably fixed in some later Qt version because i don't see reports with this stacktrace lately.
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#9847
No description provided.