Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash upon start of QBittorrent #16346

Open
hax0rjax opened this issue Jan 31, 2022 · 6 comments
Open

Crash upon start of QBittorrent #16346

hax0rjax opened this issue Jan 31, 2022 · 6 comments

Comments

@hax0rjax
Copy link

qBittorrent & operating system versions

Operating System: Manjaro Linux
KDE Plasma Version: 5.23.5
KDE Frameworks Version: 5.90.0
Qt Version: 5.15.2
Kernel Version: 5.16.2-1-MANJARO (64-bit)
Graphics Platform: X11
Processors: 32 × AMD Ryzen 9 5950X 16-Core Processor
Memory: 62.8 GiB of RAM
Graphics Processor: NVIDIA GeForce RTX 3080 Ti/PCIe/SSE2

qBittorrent version: v4.4.0

Caught signal: SIGSEGV
Stack trace:
qbittorrent : ()+0xc1c34 [0x55e4029d0c34]
qbittorrent : ()+0x13d0c8 [0x55e402a4c0c8]
qbittorrent : ()+0x114e9d [0x55e402a23e9d]
qbittorrent : ()+0x117e5b [0x55e402a26e5b]
/usr/lib/libQt6Core.so.6 : QObject::event(QEvent*)+0x28b [0x7f490c18bedb]
/usr/lib/libQt6Widgets.so.6 : QApplicationPrivate::notify_helper(QObject*, QEvent*)+0x8d [0x7f490d91df4d]
/usr/lib/libQt6Core.so.6 : QCoreApplication::notifyInternal2(QObject*, QEvent*)+0x13a [0x7f490c145eba]
/usr/lib/libQt6Core.so.6 : QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*)+0x188 [0x7f490c146098]
/usr/lib/libQt6Core.so.6 : ()+0x333238 [0x7f490c332238]
/usr/lib/libglib-2.0.so.0 : g_main_context_dispatch()+0x193 [0x7f490b807fd3]
/usr/lib/libglib-2.0.so.0 : ()+0xab049 [0x7f490b85e049]
/usr/lib/libglib-2.0.so.0 : g_main_context_iteration()+0x35 [0x7f490b805545]
/usr/lib/libQt6Core.so.6 : QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag)+0x70 [0x7f490c338870]
/usr/lib/libQt6Core.so.6 : QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag)+0x1e3 [0x7f490c1505e3]
/usr/lib/libQt6Core.so.6 : QCoreApplication::exec()+0x96 [0x7f490c148fc6]
qbittorrent : ()+0xb938d [0x55e4029c838d]
/usr/lib/libc.so.6 : __libc_start_main()+0xd5 [0x7f490bac2b25]
qbittorrent : ()+0xc0b3e [0x55e4029cfb3e]
fish: Job 1, 'qbittorrent' terminated by signal SIGSEGV (Address boundary error)

What is the problem?

Crashes upon launch, windows pops open for 1/2 a second then app crashes.

Steps to reproduce

Just launching it crashes it, not seeing as to why.

Additional context

No response

Log(s) & preferences file(s)

qBittorrent version: v4.4.0

Caught signal: SIGSEGV
Stack trace:
qbittorrent : ()+0xc1c34 [0x55e4029d0c34]
qbittorrent : ()+0x13d0c8 [0x55e402a4c0c8]
qbittorrent : ()+0x114e9d [0x55e402a23e9d]
qbittorrent : ()+0x117e5b [0x55e402a26e5b]
/usr/lib/libQt6Core.so.6 : QObject::event(QEvent*)+0x28b [0x7f490c18bedb]
/usr/lib/libQt6Widgets.so.6 : QApplicationPrivate::notify_helper(QObject*, QEvent*)+0x8d [0x7f490d91df4d]
/usr/lib/libQt6Core.so.6 : QCoreApplication::notifyInternal2(QObject*, QEvent*)+0x13a [0x7f490c145eba]
/usr/lib/libQt6Core.so.6 : QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*)+0x188 [0x7f490c146098]
/usr/lib/libQt6Core.so.6 : ()+0x333238 [0x7f490c332238]
/usr/lib/libglib-2.0.so.0 : g_main_context_dispatch()+0x193 [0x7f490b807fd3]
/usr/lib/libglib-2.0.so.0 : ()+0xab049 [0x7f490b85e049]
/usr/lib/libglib-2.0.so.0 : g_main_context_iteration()+0x35 [0x7f490b805545]
/usr/lib/libQt6Core.so.6 : QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag)+0x70 [0x7f490c338870]
/usr/lib/libQt6Core.so.6 : QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag)+0x1e3 [0x7f490c1505e3]
/usr/lib/libQt6Core.so.6 : QCoreApplication::exec()+0x96 [0x7f490c148fc6]
qbittorrent : ()+0xb938d [0x55e4029c838d]
/usr/lib/libc.so.6 : __libc_start_main()+0xd5 [0x7f490bac2b25]
qbittorrent : ()+0xc0b3e [0x55e4029cfb3e]
fish: Job 1, 'qbittorrent' terminated by signal SIGSEGV (Address boundary error)

@thalieht
Copy link
Contributor

Looks like duplicate of #14287

@hax0rjax
Copy link
Author

Looks like that ticket 14287 was using qt5 and not 6 like I am. Not sure if that makes a difference.

@meine12

This comment has been minimized.

@syncmaster700nf

This comment was marked as off-topic.

@xavier2k6
Copy link
Member

@meine12 Your issue is a duplicate of #15955

@syncmaster700nf Your issue is a duplicate of #16045

Fixes for these will be in next release 4.4.1

@luzpaz
Copy link
Contributor

luzpaz commented Nov 6, 2023

@hax0rjax is this issue resolved for you on latest stable 4.6.0 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants