mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
SIGSEGV #9121
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#9121
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 @Sucareto on GitHub (Sep 16, 2019).
Please provide the following information
qBittorrent version and Operating System
qBittorrent version: v4.1.5
Debian GNU/Linux 10 (buster)
Linux Debian 5.2.0-0.bpo.2-amd64 #1 SMP Debian 5.2.9-2~bpo10+1 (2019-08-25) x86_64 GNU/Linux
If on linux, libtorrent-rasterbar and Qt version
libtorrent-rasterbar9/stable,now 1.1.11-2 amd64
libqt5core5a/stable,now 5.11.3+dfsg1-1 amd64
What is the problem
Caught signal: SIGSEGV
Stack trace:
/lib/x86_64-linux-gnu/libQt5Network.so.5 : ()+0x95ba4 [0x7fc2f0edfba4]
/lib/x86_64-linux-gnu/libQt5Network.so.5 : ()+0x94c69 [0x7fc2f0edec69]
/lib/x86_64-linux-gnu/libQt5Core.so.5 : QObject::event(QEvent*)+0xe2 [0x7fc2f0ba4182]
/lib/x86_64-linux-gnu/libQt5Widgets.so.5 : QApplicationPrivate::notify_helper(QObject*, QEvent*)+0x81 [0x7fc2f176f4b1]
/lib/x86_64-linux-gnu/libQt5Widgets.so.5 : QApplication::notify(QObject*, QEvent*)+0x210 [0x7fc2f1776950]
qbittorrent : Application::notify(QObject*, QEvent*)+0x22 [0x5560ab187c42]
/lib/x86_64-linux-gnu/libQt5Core.so.5 : QCoreApplication::notifyInternal2(QObject*, QEvent*)+0x179 [0x7fc2f0b7a5a9]
/lib/x86_64-linux-gnu/libQt5Core.so.5 : QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*)+0x1cb [0x7fc2f0b7d59b]
/lib/x86_64-linux-gnu/libQt5Core.so.5 : ()+0x2bc233 [0x7fc2f0bcc233]
/lib/x86_64-linux-gnu/libglib-2.0.so.0 : g_main_context_dispatch()+0x2ae [0x7fc2ef83ef2e]
/lib/x86_64-linux-gnu/libglib-2.0.so.0 : ()+0x4e1c8 [0x7fc2ef83f1c8]
/lib/x86_64-linux-gnu/libglib-2.0.so.0 : g_main_context_iteration()+0x2c [0x7fc2ef83f25c]
/lib/x86_64-linux-gnu/libQt5Core.so.5 : QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag)+0x63 [0x7fc2f0bcb863]
/lib/x86_64-linux-gnu/libQt5Core.so.5 : QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag)+0x13b [0x7fc2f0b7927b]
/lib/x86_64-linux-gnu/libQt5Core.so.5 : QThread::exec()+0xb6 [0x7fc2f09c8ec6]
/lib/x86_64-linux-gnu/libQt5Core.so.5 : ()+0xc2aa7 [0x7fc2f09d2aa7]
/lib/x86_64-linux-gnu/libpthread.so.0 : ()+0x7fa3 [0x7fc2f08f6fa3]
/lib/x86_64-linux-gnu/libc.so.6 : clone()+0x3f [0x7fc2f05044cf]
What is the expected behavior
open GUI and crash
Steps to reproduce
Just open it up
Extra info(if any)
(type here)
@thalieht commented on GitHub (Sep 16, 2019):
Duplicate of #9667. Disable tracker favicons in advanced settings and/or RSS feeds.
@Sucareto commented on GitHub (Sep 16, 2019):
I can't run qbittorrent, how can I do it?
@Sucareto commented on GitHub (Sep 16, 2019):
oh...I execute the following command..
rm -rf ~/.config/qBittorrent/
rm -rf ~/.config/qBittorrent/
rm -rf ~/.cache/qBittorrent/
qbittorrent now working.