v4.2.0alpha crash (while sitting in ze tray icon) #8283

Closed
opened 2026-02-21 19:30:22 -05:00 by deekerman · 1 comment
Owner

Originally created by @ghost on GitHub (Jan 12, 2019).

GNU/Linux
v4.2.0alpha from git

What is the problem

It crashed and died

What is the expected behavior

Not crashing and dynig

Steps to reproduce

Start it, wait.

qBittorrent version: v4.2.0alpha

(gdb) bt
#0 0x00007fb96bc850e8 in QHttpNetworkConnectionChannel::sendRequest() (this=) at access/qhttpnetworkconnectionchannel.cpp:251
#1 0x00007fb96bc83a39 in QHttpNetworkConnectionPrivate::_q_startNextRequest() (this=0x7fb8d80b3fe0) at access/qhttpnetworkconnection.cpp:1044
#2 0x00007fb96b93cda6 in QObject::event(QEvent*) (this=0x7fb8d8021c60, e=) at kernel/qobject.cpp:1251
#3 0x00007fb96c484285 in QApplicationPrivate::notify_helper(QObject*, QEvent*) (this=this@entry=
0x1358860, receiver=receiver@entry=0x7fb8d8021c60, e=e@entry=0x7fb8d8009d70) at kernel/qapplication.cpp:3726
#4 0x00007fb96c48b9a0 in QApplication::notify(QObject*, QEvent*) (this=0x13587a0, receiver=0x7fb8d8021c60, e=0x7fb8d8009d70)
at kernel/qapplication.cpp:3485
#5 0x000000000052b682 in Application::notify(QObject*, QEvent*) ()
#6 0x00007fb96b913ec6 in QCoreApplication::notifyInternal2(QObject*, QEvent*) (receiver=0x7fb8d8021c60, event=0x7fb8d8009d70)
at kernel/qcoreapplication.cpp:1047
#7 0x00007fb96b91709b in QCoreApplication::sendEvent(QObject*, QEvent*) (event=0x7fb8d8009d70, receiver=)
at kernel/qcoreapplication.h:234
#8 0x00007fb96b91709b in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) (receiver=0x0, event_type=0, data=0x1fb27f0)
at kernel/qcoreapplication.cpp:1744
#9 0x00007fb96b964807 in postEventSourceDispatch(GSource*, GSourceFunc, gpointer) (s=0x7fb8d8002eb0) at kernel/qeventdispatcher_glib.cpp:276
#10 0x00007fb968d7f06d in g_main_dispatch (context=0x7fb8d8000bf0) at gmain.c:3182
#11 0x00007fb968d7f06d in g_main_context_dispatch (context=context@entry=0x7fb8d8000bf0) at gmain.c:3847
#12 0x00007fb968d7f438 in g_main_context_iterate
(context=context@entry=0x7fb8d8000bf0, block=block@entry=1, dispatch=dispatch@entry=1, self=) at gmain.c:3920
#13 0x00007fb968d7f4d0 in g_main_context_iteration (context=0x7fb8d8000bf0, may_block=may_block@entry=1) at gmain.c:3981
#14 0x00007fb96b964593 in QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag) (this=0x7fb8d8000b20, flags=...)
at kernel/qeventdispatcher_glib.cpp:422
#15 0x00007fb96b912e0b in QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) (this=this@entry=0x7fb914a54c20, flags=..., flags@entry=...)
at ../../include/QtCore/../../src/corelib/global/qflags.h:140
#16 0x00007fb96b77ae86 in QThread::exec() (this=) at ../../include/QtCore/../../src/corelib/global/qflags.h:120
#17 0x00007fb96b7842fb in QThreadPrivate::start(void*) (arg=0x1436440) at thread/qthread_unix.cpp:367
#18 0x00007fb96c9ef58e in start_thread (arg=) at pthread_create.c:486
#19 0x00007fb96b22e6a3 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Originally created by @ghost on GitHub (Jan 12, 2019). >GNU/Linux >v4.2.0alpha from git ### What is the problem It crashed and died ### What is the expected behavior Not crashing and dynig ### Steps to reproduce Start it, wait. qBittorrent version: v4.2.0alpha (gdb) bt #0 0x00007fb96bc850e8 in QHttpNetworkConnectionChannel::sendRequest() (this=<optimized out>) at access/qhttpnetworkconnectionchannel.cpp:251 #1 0x00007fb96bc83a39 in QHttpNetworkConnectionPrivate::_q_startNextRequest() (this=0x7fb8d80b3fe0) at access/qhttpnetworkconnection.cpp:1044 #2 0x00007fb96b93cda6 in QObject::event(QEvent*) (this=0x7fb8d8021c60, e=<optimized out>) at kernel/qobject.cpp:1251 #3 0x00007fb96c484285 in QApplicationPrivate::notify_helper(QObject*, QEvent*) (this=this@entry= 0x1358860, receiver=receiver@entry=0x7fb8d8021c60, e=e@entry=0x7fb8d8009d70) at kernel/qapplication.cpp:3726 #4 0x00007fb96c48b9a0 in QApplication::notify(QObject*, QEvent*) (this=0x13587a0, receiver=0x7fb8d8021c60, e=0x7fb8d8009d70) at kernel/qapplication.cpp:3485 #5 0x000000000052b682 in Application::notify(QObject*, QEvent*) () #6 0x00007fb96b913ec6 in QCoreApplication::notifyInternal2(QObject*, QEvent*) (receiver=0x7fb8d8021c60, event=0x7fb8d8009d70) at kernel/qcoreapplication.cpp:1047 #7 0x00007fb96b91709b in QCoreApplication::sendEvent(QObject*, QEvent*) (event=0x7fb8d8009d70, receiver=<optimized out>) at kernel/qcoreapplication.h:234 #8 0x00007fb96b91709b in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) (receiver=0x0, event_type=0, data=0x1fb27f0) at kernel/qcoreapplication.cpp:1744 #9 0x00007fb96b964807 in postEventSourceDispatch(GSource*, GSourceFunc, gpointer) (s=0x7fb8d8002eb0) at kernel/qeventdispatcher_glib.cpp:276 #10 0x00007fb968d7f06d in g_main_dispatch (context=0x7fb8d8000bf0) at gmain.c:3182 #11 0x00007fb968d7f06d in g_main_context_dispatch (context=context@entry=0x7fb8d8000bf0) at gmain.c:3847 #12 0x00007fb968d7f438 in g_main_context_iterate (context=context@entry=0x7fb8d8000bf0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3920 #13 0x00007fb968d7f4d0 in g_main_context_iteration (context=0x7fb8d8000bf0, may_block=may_block@entry=1) at gmain.c:3981 #14 0x00007fb96b964593 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x7fb8d8000b20, flags=...) at kernel/qeventdispatcher_glib.cpp:422 #15 0x00007fb96b912e0b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7fb914a54c20, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:140 #16 0x00007fb96b77ae86 in QThread::exec() (this=<optimized out>) at ../../include/QtCore/../../src/corelib/global/qflags.h:120 #17 0x00007fb96b7842fb in QThreadPrivate::start(void*) (arg=0x1436440) at thread/qthread_unix.cpp:367 #18 0x00007fb96c9ef58e in start_thread (arg=<optimized out>) at pthread_create.c:486 #19 0x00007fb96b22e6a3 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
deekerman 2026-02-21 19:30:22 -05:00
  • closed this issue
  • added the
    Crash
    label
Author
Owner

@thalieht commented on GitHub (Jan 12, 2019):

Probably duplicate of #9667

@thalieht commented on GitHub (Jan 12, 2019): Probably duplicate of #9667
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#8283
No description provided.