mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
crash on startup qbittorrent #7859
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#7859
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 @perr123 on GitHub (Oct 3, 2018).
Please provide the following information
qBittorrent version and Operating System
qBittorrent version: v4.1.3
OS: Linux archlinux 4.18.9-arch1-1-ARCH #1 SMP PREEMPT Wed Sep 19 21:19:17 UTC 2018 x86_64 GNU/Linux
If on linux, libtorrent and Qt version
Qt 5.11.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 8.2.1 20180831) on "xcb"
libtorrent-rasterbar 1:1.1.9-2
libtorrent 0.13.7-1, this is not required by qbittorrent, and I installed it also.
What is the problem
Caught signal: SIGSEGV
and crash on startup qbittorrent
What is the expected behavior
dont crash
Steps to reproduce
open a shell, and just run qbittorrent
Extra info(if any)
this is what I get from the term:
monkey@archlinux ~ $ qbittorrent
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Please file a bug report at http://bug.qbittorrent.org and provide the following information:
qBittorrent version: v4.1.3
Caught signal: SIGSEGV
Stack trace:
/usr/lib/libQt5Network.so.5 : ()+0x9aca4 [0x7f639e0a2ca4]
/usr/lib/libQt5Network.so.5 : ()+0x9959b [0x7f639e0a159b]
/usr/lib/libQt5Core.so.5 : QObject::event(QEvent*)+0xe2 [0x7f639dd5c352]
/usr/lib/libQt5Widgets.so.5 : QApplicationPrivate::notify_helper(QObject*, QEvent*)+0x84 [0x7f639e936e14]
/usr/lib/libQt5Widgets.so.5 : QApplication::notify(QObject*, QEvent*)+0x211 [0x7f639e93e6e1]
qbittorrent : Application::notify(QObject*, QEvent*)+0x23 [0x559492efdb43]
/usr/lib/libQt5Core.so.5 : QCoreApplication::notifyInternal2(QObject*, QEvent*)+0x179 [0x7f639dd31c39]
/usr/lib/libQt5Core.so.5 : QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*)+0x1dc [0x7f639dd34ccc]
/usr/lib/libQt5Core.so.5 : ()+0x2c59d4 [0x7f639dd859d4]
/usr/lib/libglib-2.0.so.0 : g_main_context_dispatch()+0x2bf [0x7f639c9933cf]
/usr/lib/libglib-2.0.so.0 : ()+0x6cf89 [0x7f639c994f89]
/usr/lib/libglib-2.0.so.0 : g_main_context_iteration()+0x2e [0x7f639c994fce]
/usr/lib/libQt5Core.so.5 : QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag)+0x69 [0x7f639dd84fc9]
/usr/lib/libQt5Core.so.5 : QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag)+0x13c [0x7f639dd308cc]
/usr/lib/libQt5Core.so.5 : QThread::exec()+0xb9 [0x7f639db79eb9]
/usr/lib/libQt5Core.so.5 : ()+0xc3f65 [0x7f639db83f65]
/usr/lib/libpthread.so.0 : ()+0x7a9d [0x7f639da9fa9d]
/usr/lib/libc.so.6 : clone()+0x43 [0x7f639d693a43]
Segmentation fault (core dumped)