mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
v4.2.0alpha crash (while sitting in ze tray icon) #8283
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#8283
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 @ghost on GitHub (Jan 12, 2019).
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
@thalieht commented on GitHub (Jan 12, 2019):
Probably duplicate of #9667