You are not logged in.

#1 2024-07-10 17:50:57

barraponto
Member
From: Campinas, Brazil
Registered: 2009-10-15
Posts: 34
Website

[SOLVED] Segmentation fault on QT apps

This may be related to https://bbs.archlinux.org/viewtopic.php?id=294803 but I'm not 100% sure.
Running calibre throws segmentation fault. Same happens to qbittorrent but it displays a bit more info:

*************************************************************
Please file a bug report at https://bug.qbittorrent.org and provide the following information:

qBittorrent version: v4.6.5

Caught signal: SIGSEGV
```
 0# getStacktrace[abi:cxx11]() in qbittorrent
 1# 0x000063008A1898CF in qbittorrent
 2# 0x00007505BC050AE0 in /usr/lib/libc.so.6
 3# QAdwaitaDecorations::forceRepaint() in /usr/lib/qt6/plugins/wayland-decoration-client/libqadwaitadecorations.so
 4# QAdwaitaDecorations::initConfiguration() in /usr/lib/qt6/plugins/wayland-decoration-client/libqadwaitadecorations.so
 5# QObject::event(QEvent*) in /usr/lib/libQt6Core.so.6
 6# QApplicationPrivate::notify_helper(QObject*, QEvent*) in /usr/lib/libQt6Widgets.so.6
 7# QCoreApplication::notifyInternal2(QObject*, QEvent*) in /usr/lib/libQt6Core.so.6
 8# QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) in /usr/lib/libQt6Core.so.6
 9# 0x00007505BC9A49EC in /usr/lib/libQt6Core.so.6
10# 0x00007505BBF22A89 in /usr/lib/libglib-2.0.so.0
11# 0x00007505BBF849B7 in /usr/lib/libglib-2.0.so.0
12# g_main_context_iteration in /usr/lib/libglib-2.0.so.0
13# QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) in /usr/lib/libQt6Core.so.6
14# QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) in /usr/lib/libQt6Core.so.6
15# QCoreApplication::exec() in /usr/lib/libQt6Core.so.6
16# Application::exec() in qbittorrent
17# main in qbittorrent
18# 0x00007505BC039C88 in /usr/lib/libc.so.6
19# __libc_start_main in /usr/lib/libc.so.6
20# _start in qbittorrent
```

[1]    164122 segmentation fault (core dumped)  qbittorrent

System is up to date. Linux 6.9.8.arch1-1, Wayland 1.23.0-1, Gnome-shell 1:46.3.1-1, Mutter 46.3.1-1, QT6-base 6.7.2-1

Last edited by barraponto (2024-07-11 01:05:22)

Offline

#2 2024-07-10 18:49:37

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,193
Website

Re: [SOLVED] Segmentation fault on QT apps

What is /usr/lib/qt6/plugins/wayland-decoration-client/libqadwaitadecorations.so and where did it come from? Can you reproduce the problem with [whatever provides that file] uninstalled?

Mod note: Tentatively moving to AUR Issues.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2024-07-11 01:04:44

barraponto
Member
From: Campinas, Brazil
Registered: 2009-10-15
Posts: 34
Website

Re: [SOLVED] Segmentation fault on QT apps

nice catch, wormzy.

It was indeed some issue with

qadwaitadecorations-qt6

from AUR.
Rebuilding it fixed the issue.

Offline

Board footer

Powered by FluxBB