Bug 464425 - Plasma crashes when plasmoid removal undo notifications are closed
Summary: Plasma crashes when plasmoid removal undo notifications are closed
Status: RESOLVED DUPLICATE of bug 417947
Alias: None
Product: plasmashell
Classification: Plasma
Component: generic-crash (show other bugs)
Version: 5.26.3
Platform: openSUSE Linux
: NOR crash
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-17 19:21 UTC by Szőts Ákos
Modified: 2023-01-17 22:10 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Szőts Ákos 2023-01-17 19:21:18 UTC
SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. Add multiple sticky note plasmoids to the desktop
2. Remove at least two of them one after each other
3. Click on the closing "X"es of the undo notifications in the order of appearance

OBSERVED RESULT

Plasma crashes

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20221128
KDE Plasma Version: 5.26.3
KDE Frameworks Version: 5.100.0
Qt Version: 5.15.7
Kernel Version: 6.0.8-1-default (64-bit)
Graphics Platform: X11

ADDITIONAL INFORMATION

For some reason it doesn't pop up a DrKonqi dialogue, therefore I manually attached GDB to it:

$ gdb -p $(pidof plasmashell)
GNU gdb (GDB; openSUSE Tumbleweed) 12.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[ Legend: Modified register | Code | Heap | Stack | String ]
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── registers ────
$rax   : 0xfffffffffffffdfc
$rbx   : 0x9
$rcx   : 0x007f36da30bb7f  →  0x3177fffff0003d48 ("H="?)
$rdx   : 0x22af
$rsp   : 0x007fff681109b0  →  0x007f36d0005010  →  0x0000000000000000
$rbp   : 0x007f36d0005010  →  0x0000000000000000
$rsi   : 0x9
$rdi   : 0x00558a3ba80770  →  0x0000000100000004
$rip   : 0x007f36da30bb7f  →  0x3177fffff0003d48 ("H="?)
$r8    : 0x0
$r9    : 0x007f36daca76c0  →  0x0000000000000008
$r10   : 0x007fff68171080  →  0x007fff68171080
$r11   : 0x293
$r12   : 0x00558a3ba80770  →  0x0000000100000004
$r13   : 0x007f36d8b2c790  →  <g_poll+0> mov esi, esi
$r14   : 0x22af
$r15   : 0xf
$eflags: [zero CARRY parity ADJUST SIGN trap INTERRUPT direction overflow resume virtualx86 identification]
$cs: 0x33 $ss: 0x2b $ds: 0x00 $es: 0x00 $fs: 0x00 $gs: 0x00
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── stack ────
0x007fff681109b0│+0x0000: 0x007f36d0005010  →  0x0000000000000000        ← $rsp
0x007fff681109b8│+0x0008: 0x00558a3ba80770  →  0x0000000100000004
0x007fff681109c0│+0x0010: 0x00000000000009 ("\t"?)
0x007fff681109c8│+0x0018: 0x000022af00000001
0x007fff681109d0│+0x0020: 0x000000000000000f
0x007fff681109d8│+0x0028: 0x007f36d8b1cdbe  →  <g_main_context_iterate.constprop+382> mov r13d, eax
0x007fff681109e0│+0x0030: 0x007fff68110ae8  →  0x508ad777e0b53700
0x007fff681109e8│+0x0038: 0x00000001daac7c04
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── code:x86:64 ────
   0x7f36da30bb73 <poll+69>        mov    rdi, QWORD PTR [rsp+0x8]
   0x7f36da30bb78 <poll+74>        mov    eax, 0x7
   0x7f36da30bb7d <poll+79>        syscall
 → 0x7f36da30bb7f <poll+81>        cmp    rax, 0xfffffffffffff000
   0x7f36da30bb85 <poll+87>        ja     0x7f36da30bbb8 <__GI___poll+138>
   0x7f36da30bb87 <poll+89>        mov    edi, r8d
   0x7f36da30bb8a <poll+92>        mov    DWORD PTR [rsp+0x8], eax
   0x7f36da30bb8e <poll+96>        call   0x7f36da28f7ee <__GI___pthread_disable_asynccancel>
   0x7f36da30bb93 <poll+101>       mov    eax, DWORD PTR [rsp+0x8]
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── source:../sysdeps/unix[...].c+29 ────
     24
     25  int
     26  __poll (struct pollfd *fds, nfds_t nfds, int timeout)
     27  {
     28  #ifdef __NR_poll
           // fds=0x007fff681109b8  →  [...]  →  0x0000000100000004, timeout=0x22af
 →   29    return SYSCALL_CANCEL (poll, fds, nfds, timeout);
     30  #else
     31    struct timespec timeout_ts;
     32    struct timespec *timeout_ts_p = NULL;
     33
     34    if (timeout >= 0)
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── threads ────
[#0] Id 1, Name: "plasmashell", stopped 0x7f36da30bb7f in __GI___poll (), reason: STOPPED
[#1] Id 2, Name: "QDBusConnection", stopped 0x7f36da30bb7f in __GI___poll (), reason: STOPPED
[#2] Id 3, Name: "QXcbEventQueue", stopped 0x7f36da30bb7f in __GI___poll (), reason: STOPPED
[#3] Id 4, Name: "QQmlThread", stopped 0x7f36da30bb7f in __GI___poll (), reason: STOPPED
[#4] Id 5, Name: "QQuickPixmapRea", stopped 0x7f36da30bb7f in __GI___poll (), reason: STOPPED
[#5] Id 6, Name: "QSGRenderThread", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: STOPPED
[#6] Id 7, Name: "CPMMListener", stopped 0x7f36da30bb7f in __GI___poll (), reason: STOPPED
[#7] Id 8, Name: "plasmashell", stopped 0x7f36da30e8c1 in pselect64_syscall (), reason: STOPPED
[#8] Id 9, Name: "KCupsConnection", stopped 0x7f36da30bb7f in __GI___poll (), reason: STOPPED
[#9] Id 10, Name: "SessionThread", stopped 0x7f36da30bb7f in __GI___poll (), reason: STOPPED
[#10] Id 11, Name: "QSGRenderThread", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: STOPPED
[#11] Id 12, Name: "Qt bearer threa", stopped 0x7f36da30bb7f in __GI___poll (), reason: STOPPED
[#12] Id 13, Name: "QSGRenderThread", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: STOPPED
[#13] Id 14, Name: "QSGRenderThread", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: STOPPED
[#14] Id 15, Name: "QSGRenderThread", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: STOPPED
[#15] Id 16, Name: "threaded-ml", stopped 0x7f36da30bb7f in __GI___poll (), reason: STOPPED
[#16] Id 17, Name: "QSGRenderThread", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: STOPPED
[#17] Id 18, Name: "QSGRenderThread", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: STOPPED
[#18] Id 19, Name: "QSGRenderThread", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: STOPPED
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── trace ────
[#0] 0x7f36da30bb7f → __GI___poll(fds=0x558a3ba80770, nfds=0x9, timeout=0x22af)
[#1] 0x7f36d8b1cdbe → g_main_context_poll(priority=<optimized out>, n_fds=0x9, fds=0x558a3ba80770, timeout=<optimized out>, context=0x7f36d0005010)
[#2] 0x7f36d8b1cdbe → g_main_context_iterate(context=0x7f36d0005010, block=0x1, dispatch=0x1, self=<optimized out>)
[#3] 0x7f36d8b1cedc → g_main_context_iteration(context=0x7f36d0005010, may_block=0x1)
[#4] 0x7f36dab33b56 → QEventDispatcherGlib::processEvents(this=0x558a39159790, flags={
  i = <optimized out>
})
[#5] 0x7f36daadab9b → QEventLoop::exec(this=0x7fff68110b30, flags={
  i = 0x24
})
[#6] 0x7f36daae2d06 → QCoreApplication::exec()
[#7] 0x7f36daf6ee4c → QGuiApplication::exec()
[#8] 0x7f36db7a5375 → QApplication::exec()
[#9] 0x558a37f74306 → main(argc=<optimized out>, argv=<optimized out>)
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Missing separate debuginfos, use: zypper install bluedevil5-debuginfo-5.26.3.1-1.1.x86_64 bluez-qt-imports-debuginfo-5.100.0-1.1.x86_64 grantlee5-debuginfo-5.3.1-1.1.x86_64 kactivities5-imports-debuginfo-5.100.0-1.1.x86_64 kdeclarative-components-debuginfo-5.100.0-1.1.x86_64 kdeconnect-kde-debuginfo-22.08.3-1.1.x86_64 kdepim-addons-debuginfo-22.08.3-1.1.x86_64 kimageformats-debuginfo-5.100.0-1.1.x86_64 kpeople5-debuginfo-5.100.0-1.1.x86_64 kquickcharts-debuginfo-5.100.0-1.1.x86_64 krb5-debuginfo-1.20.1-1.1.x86_64 libAppStreamQt2-debuginfo-0.15.5-1.1.x86_64 libFLAC12-debuginfo-1.4.1-1.1.x86_64 libIex-3_1-30-debuginfo-3.1.5-2.1.x86_64 libIlmThread-3_1-30-debuginfo-3.1.5-2.1.x86_64 libImath-3_1-29-debuginfo-3.1.5-1.2.x86_64 libKF5ActivitiesStats1-debuginfo-5.100.0-1.1.x86_64 libKF5AkonadiContact5-debuginfo-22.08.3-1.1.x86_64 libKF5AkonadiMime5-debuginfo-22.08.3-1.1.x86_64 libKF5AkonadiNotes5-debuginfo-22.08.3-1.1.x86_64 libKF5AkonadiPrivate5-debuginfo-22.08.3-1.1.x86_64 libKF5AkonadiWidgets5-debuginfo-22.08.3-1.1.x86_64 libKF5Bookmarks5-debuginfo-5.100.0-1.1.x86_64 libKF5CalendarEvents5-debuginfo-5.100.0-1.1.x86_64 libKF5CalendarSupport5-debuginfo-22.08.3-1.1.x86_64 libKF5CalendarUtils5-debuginfo-22.08.3-2.1.x86_64 libKF5Completion5-debuginfo-5.100.0-1.1.x86_64 libKF5ContactEditor5-debuginfo-22.08.3-1.1.x86_64 libKF5Contacts5-debuginfo-5.100.0-1.1.x86_64 libKF5EventViews5-debuginfo-22.08.3-1.1.x86_64 libKF5Holidays5-debuginfo-5.100.0-1.1.x86_64 libKF5IdentityManagement5-debuginfo-22.08.3-1.1.x86_64 libKF5K[ Legend: Modified register | Code | Heap | Stack | String ]
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── registers ────
$rax   : 0x0
$rbx   : 0x00558a3e0ca8b0  →  0x0000558a00020c00
$rcx   : 0x00558a3a155f30  →  0x007f36d4bcd6d0  →  0x007f36d4b1f4f0  →  <QQuickPopupTransitionManager::~QQuickPopupTransitionManager()+0> lea rax, [rip+0xae1d9]        # 0x7f36d4bcd6d0 <_ZTV28QQuickPopupTransitionManager+16>
$rdx   : 0x007fff681105d0  →  0x0000000000000000
$rsp   : 0x007fff681105c0  →  0x3ff0000000000000
$rbp   : 0x007fff68110840  →  0x007fff681108f0  →  0x007f36dadb31f0  →  0x007f36daae38e0  →  <QTimerEvent::~QTimerEvent()+0> mov rax, QWORD PTR [rip+0x2d8101]        # 0x7f36dadbb9e8
$rsi   : 0x00558a3e0ca8a0  →  0x007f36dc980820  →  0x007f36dc5774e0  →  <QQuickTransition::metaObject()+0> mov rdi, QWORD PTR [rdi+0x8]
$rdi   : 0x00558a3e0ca8a0  →  0x007f36dc980820  →  0x007f36dc5774e0  →  <QQuickTransition::metaObject()+0> mov rdi, QWORD PTR [rdi+0x8]
$rip   : 0x007f36dc09106d  →  <QtQml::qmlExecuteDeferred(QObject*)+125> mov rbp, QWORD PTR [rax+0x8]
$r8    : 0x00558a63595ac0  →  0x007f36c4313d78  →  0x007f36d4b77d60  →  <QQuickToolTip::metaObject()+0> mov rdi, QWORD PTR [rdi+0x8]
$r9    : 0x0
$r10   : 0x00558a3d345488  →  0x00558a3d06fcb0  →  0x0000000200000001
$r11   : 0x81920e86da6557f9
$r12   : 0x00558a3cb6a290  →  0x007f36dc95d840  →  0x007f36dc578340  →  <QQuickTransitionPrivate::~QQuickTransitionPrivate()+0> lea rax, [rip+0x3e54f9]        # 0x7f36dc95d840 <_ZTV23QQuickTransitionPrivate+16>
$r13   : 0x007fff68110708  →  0x00558a37fe9370  →  <QListData::shared_null+0> (bad)
$r14   : 0x007fff68110750  →  0x007fff681108f0  →  0x007f36dadb31f0  →  0x007f36daae38e0  →  <QTimerEvent::~QTimerEvent()+0> mov rax, QWORD PTR [rip+0x2d8101]        # 0x7f36dadbb9e8
$r15   : 0x007fff681105d0  →  0x0000000000000000
$eflags: [ZERO carry PARITY adjust sign trap INTERRUPT direction overflow RESUME virtualx86 identification]
$cs: 0x33 $ss: 0x2b $ds: 0x00 $es: 0x00 $fs: 0x00 $gs: 0x00
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── stack ────
0x007fff681105c0│+0x0000: 0x3ff0000000000000     ← $rsp
0x007fff681105c8│+0x0008: 0x007fff681105d0  →  0x0000000000000000
0x007fff681105d0│+0x0010: 0x0000000000000000     ← $rdx, $r15
0x007fff681105d8│+0x0018: 0x508ad777e0b53700
0x007fff681105e0│+0x0020: 0x0000000000000000
0x007fff681105e8│+0x0028: 0x00558a3a155f30  →  0x007f36d4bcd6d0  →  0x007f36d4b1f4f0  →  <QQuickPopupTransitionManager::~QQuickPopupTransitionManager()+0> lea rax, [rip+0xae1d9]        # 0x7f36d4bcd6d0 <_ZTV28QQuickPopupTransitionManager+16>
0x007fff681105f0│+0x0030: 0x007fff68110840  →  0x007fff681108f0  →  0x007f36dadb31f0  →  0x007f36daae38e0  →  <QTimerEvent::~QTimerEvent()+0> mov rax, QWORD PTR [rip+0x2d8101]        # 0x7f36dadbb9e8
0x007fff681105f8│+0x0038: 0x00558a3cb6a290  →  0x007f36dc95d840  →  0x007f36dc578340  →  <QQuickTransitionPrivate::~QQuickTransitionPrivate()+0> lea rax, [rip+0x3e54f9]        # 0x7f36dc95d840 <_ZTV23QQuickTransitionPrivate+16>
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── code:x86:64 ────
   0x7f36dc091061 <QtQml::qmlExecuteDeferred(QObject*)+113> mov    rdx, r15
   0x7f36dc091064 <QtQml::qmlExecuteDeferred(QObject*)+116> mov    QWORD PTR [rsp+0x8], r15
   0x7f36dc091069 <QtQml::qmlExecuteDeferred(QObject*)+121> mov    rax, QWORD PTR [rax+0x8]
 → 0x7f36dc09106d <QtQml::qmlExecuteDeferred(QObject*)+125> mov    rbp, QWORD PTR [rax+0x8]
   0x7f36dc091071 <QtQml::qmlExecuteDeferred(QObject*)+129> mov    rax, QWORD PTR [rip+0x202070]        # 0x7f36dc2930e8
   0x7f36dc091078 <QtQml::qmlExecuteDeferred(QObject*)+136> mov    rdi, rbp
   0x7f36dc09107b <QtQml::qmlExecuteDeferred(QObject*)+139> mov    QWORD PTR [rsp+0x10], rax
   0x7f36dc091080 <QtQml::qmlExecuteDeferred(QObject*)+144> call   0x7f36dbeb3d70 <_ZN20QQmlComponentPrivate13beginDeferredEP17QQmlEnginePrivateP7QObjectPNS_13DeferredStateE@plt>
   0x7f36dc091085 <QtQml::qmlExecuteDeferred(QObject*)+149> mov    rdi, rbx
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── source:/usr/include/qt[...].h+118 ────
    113          return *d;
    114      }
    115
    116      T *operator->() const noexcept
    117      {
 →  118          return d;
    119      }
    120
    121      bool operator!() const noexcept
    122      {
    123          return !d;
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── threads ────
[#0] Id 1, Name: "plasmashell", stopped 0x7f36dc09106d in QScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> >::operator-> (), reason: SIGSEGV
[#1] Id 2, Name: "QDBusConnection", stopped 0x7f36da30bb7f in __GI___poll (), reason: SIGSEGV
[#2] Id 3, Name: "QXcbEventQueue", stopped 0x7f36da30bb7f in __GI___poll (), reason: SIGSEGV
[#3] Id 4, Name: "QQmlThread", stopped 0x7f36da30bb7f in __GI___poll (), reason: SIGSEGV
[#4] Id 5, Name: "QQuickPixmapRea", stopped 0x7f36da30bb7f in __GI___poll (), reason: SIGSEGV
[ Legend: Modified register | Code | Heap | Stack | String ]
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── registers ────
$rax   : 0x0
$rbx   : 0x6098
$rcx   : 0x007f36da2957ec  →  <__pthread_kill_implementation+270> mov ebp, eax
$rdx   : 0xb
$rsp   : 0x007fff6810f9e0  →  0x007fff6810fa48  →  0x00558a8986ed00  →  0x0000000300000001
$rbp   : 0x007fff6810fa90  →  0x007f36dcaf7868  →  0x007f36dcaf2130  →  <KCrash::Metadata::add(char+0> sub rsp, 0x8
$rsi   : 0x6098
$rdi   : 0x6098
$rip   : 0x007f36da2957ec  →  <__pthread_kill_implementation+270> mov ebp, eax
$r8    : 0x007fff6810f8d0  →  0x007f36dcaf4540  →  <KCrash::defaultCrashHandler(int)+0> push r15
$r9    : 0x73
$r10   : 0x8
$r11   : 0x246
$r12   : 0xb
$r13   : 0x007fff6810fa48  →  0x00558a8986ed00  →  0x0000000300000001
$r14   : 0x007fff6810fa40  →  0x00558a41f74550  →  0x0000000100000002
$r15   : 0x007fff6810fa50  →  0x0000000000000400
$eflags: [ZERO carry PARITY adjust sign trap INTERRUPT direction overflow resume virtualx86 identification]
$cs: 0x33 $ss: 0x2b $ds: 0x00 $es: 0x00 $fs: 0x00 $gs: 0x00
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── stack ────
0x007fff6810f9e0│+0x0000: 0x007fff6810fa48  →  0x00558a8986ed00  →  0x0000000300000001   ← $rsp
0x007fff6810f9e8│+0x0008: 0x508ad777e0b53700
0x007fff6810f9f0│+0x0010: 0x0000000000000b ("
                                             "?)
0x007fff6810f9f8│+0x0018: 0x007fff6810fa90  →  0x007f36dcaf7868  →  0x007f36dcaf2130  →  <KCrash::Metadata::add(char+0> sub rsp, 0x8
0x007fff6810fa00│+0x0020: 0x0000000000000b ("
                                             "?)
0x007fff6810fa08│+0x0028: 0x007fff6810fa48  →  0x00558a8986ed00  →  0x0000000300000001
0x007fff6810fa10│+0x0030: 0x007fff6810fa40  →  0x00558a41f74550  →  0x0000000100000002
0x007fff6810fa18│+0x0038: 0x007f36da242816  →  <raise+24> test eax, eax
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── code:x86:64 ────
   0x7f36da2957e3 <__pthread_kill_implementation+261> mov    edi, eax
   0x7f36da2957e5 <__pthread_kill_implementation+263> mov    eax, 0xea
   0x7f36da2957ea <__pthread_kill_implementation+268> syscall
 → 0x7f36da2957ec <__pthread_kill_implementation+270> mov    ebp, eax
   0x7f36da2957ee <__pthread_kill_implementation+272> neg    ebp
   0x7f36da2957f0 <__pthread_kill_implementation+274> cmp    eax, 0xfffff000
   0x7f36da2957f5 <__pthread_kill_implementation+279> mov    eax, 0x0
   0x7f36da2957fa <__pthread_kill_implementation+284> cmova  eax, ebp
   0x7f36da2957fd <__pthread_kill_implementation+287> jmp    0x7f36da29577c <__pthread_kill_implementation+158>
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── source:pthread_kill.c+44 ────
     39           delivery of all pending signals after unblocking in the code
     40           below.  POSIX only guarantees delivery of a single signal,
     41           which may not be the right one.)  */
     42        pid_t tid = INTERNAL_SYSCALL_CALL (gettid);
     43        int ret = INTERNAL_SYSCALL_CALL (tgkill, __getpid (), tid, signo);
               // ret=0x0
 →   44        return INTERNAL_SYSCALL_ERROR_P (ret) ? INTERNAL_SYSCALL_ERRNO (ret) : 0;
     45      }
     46
     47    /* Block all signals, as required by pd->exit_lock.  */
     48    internal_sigset_t old_mask;
     49    internal_signal_block_all (&old_mask);
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── threads ────
[#0] Id 1, Name: "plasmashell", stopped 0x7f36da2957ec in __pthread_kill_implementation (), reason: SIGSEGV
[#1] Id 2, Name: "QDBusConnection", stopped 0x7f36da30bb7f in __GI___poll (), reason: SIGSEGV
[#2] Id 3, Name: "QXcbEventQueue", stopped 0x7f36da30bb7f in __GI___poll (), reason: SIGSEGV
[#3] Id 4, Name: "QQmlThread", stopped 0x7f36da30bb7f in __GI___poll (), reason: SIGSEGV
[#4] Id 5, Name: "QQuickPixmapRea", stopped 0x7f36da30bb7f in __GI___poll (), reason: SIGSEGV
[#5] Id 6, Name: "QSGRenderThread", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: SIGSEGV
[#6] Id 7, Name: "CPMMListener", stopped 0x7f36da30bb7f in __GI___poll (), reason: SIGSEGV
[#7] Id 8, Name: "plasmashell", stopped 0x7f36da30e8c1 in pselect64_syscall (), reason: SIGSEGV
[#8] Id 9, Name: "KCupsConnection", stopped 0x7f36da30bb7f in __GI___poll (), reason: SIGSEGV
[#9] Id 10, Name: "SessionThread", stopped 0x7f36da30bb7f in __GI___poll (), reason: SIGSEGV
[#10] Id 11, Name: "QSGRenderThread", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: SIGSEGV
[#11] Id 12, Name: "Qt bearer threa", stopped 0x7f36da30bb7f in __GI___poll (), reason: SIGSEGV
[#12] Id 13, Name: "QSGRenderThread", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: SIGSEGV
[#13] Id 14, Name: "QSGRenderThread", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: SIGSEGV
[#14] Id 15, Name: "QSGRenderThread", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: SIGSEGV
[#15] Id 16, Name: "threaded-ml", stopped 0x7f36da30bb7f in __GI___poll (), reason: SIGSEGV
[#16] Id 17, Name: "QSGRenderThread", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: SIGSEGV
[#17] Id 20, Name: "QSGRenderThread", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: SIGSEGV
[#18] Id 21, Name: "Thread (pooled)", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: SIGSEGV
[#19] Id 22, Name: "Thread (pooled)", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: SIGSEGV
[#20] Id 23, Name: "Thread (pooled)", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: SIGSEGV
[#21] Id 24, Name: "Thread (pooled)", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: SIGSEGV
[#22] Id 25, Name: "Thread (pooled)", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: SIGSEGV
[#23] Id 26, Name: "Thread (pooled)", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: SIGSEGV
[#24] Id 27, Name: "Thread (pooled)", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: SIGSEGV
[#25] Id 28, Name: "Thread (pooled)", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: SIGSEGV
[#26] Id 29, Name: "QSGRenderThread", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: SIGSEGV
[#27] Id 30, Name: "QSGRenderThread", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: SIGSEGV
[#28] Id 31, Name: "QSGRenderThread", stopped 0x7f36da290006 in __futex_abstimed_wait_common64 (), reason: SIGSEGV
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── trace ────
[#0] 0x7f36da2957ec → __pthread_kill_implementation(threadid=<optimized out>, signo=0xb, no_tid=0x0)
[#1] 0x7f36da295873 → __pthread_kill_internal(signo=0xb, threadid=<optimized out>)
[#2] 0x7f36da242816 → __GI_raise(sig=0xb)
[#3] 0x7f36dcaf48ee → KCrash::defaultCrashHandler(sig=0xb)
[#4] 0x7f36da2428e0 → __restore_rt()
[#5] 0x7f36dc09106d → QScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> >::operator->(this=0x8)
[#6] 0x7f36dc09106d → qGetPtrHelper<QScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> > >(ptr=@0x8)
[#7] 0x7f36dc09106d → QQmlEngine::d_func(this=0x0)
[#8] 0x7f36dc09106d → QQmlEnginePrivate::get(e=0x0)
[#9] 0x7f36dc09106d → QtQml::qmlExecuteDeferred(object=0x558a3e0ca8a0)







gef➤  bt
#0  __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=0xb, no_tid=no_tid@entry=0x0) at pthread_kill.c:44
#1  0x00007f36da295873 in __pthread_kill_internal (signo=0xb, threadid=<optimized out>) at pthread_kill.c:78
#2  0x00007f36da242816 in __GI_raise (sig=0xb) at ../sysdeps/posix/raise.c:26
#3  0x00007f36dcaf48ee in KCrash::defaultCrashHandler(int) (sig=0xb) at /usr/src/debug/kcrash-5.100.0/src/kcrash.cpp:618
#4  0x00007f36da2428e0 in <signal handler called> () at /lib64/libc.so.6
#5  0x00007f36dc09106d in QScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> >::operator->() const (this=0x8) at /usr/include/qt5/QtCore/qscopedpointer.h:118
#6  qGetPtrHelper<QScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> > >(QScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> >&) (ptr=...) at /usr/include/qt5/QtCore/qglobal.h:1143
#7  QQmlEngine::d_func() (this=0x0) at /usr/src/debug/qtdeclarative-everywhere-src-5.15.7+kde18/src/qml/qml/qqmlengine.h:172
#8  QQmlEnginePrivate::get(QQmlEngine*) (e=0x0) at /usr/src/debug/qtdeclarative-everywhere-src-5.15.7+kde18/src/qml/qml/qqmlengine_p.h:424
#9  QtQml::qmlExecuteDeferred(QObject*) (object=object@entry=0x558a3e0ca8a0) at /usr/src/debug/qtdeclarative-everywhere-src-5.15.7+kde18/src/qml/qml/qqmlengine.cpp:1592
#10 0x00007f36dc577949 in QQuickTransition::prepare(QList<QQuickStateAction>&, QList<QQmlProperty>&, QQuickTransitionManager*, QObject*) (this=this@entry=0x558a3e0ca8a0, actions=..., after=..., manager=manager@entry=0x558a3a155f30, defaultTarget=defaultTarget@entry=0x558a63595ac0) at /usr/src/debug/qtdeclarative-everywhere-src-5.15.7+kde18/src/quick/util/qquicktransition.cpp:259
#11 0x00007f36dc56d237 in QQuickTransitionManager::transition(QList<QQuickStateAction> const&, QQuickTransition*, QObject*) (this=0x558a3a155f30, list=<optimized out>, transition=0x558a3e0ca8a0, defaultTarget=0x558a63595ac0) at /usr/src/debug/qtdeclarative-everywhere-src-5.15.7+kde18/src/quick/util/qquicktransitionmanager.cpp:207
#12 0x00007f36dab07a5d in QObject::event(QEvent*) (this=0x558a63595ac0, e=0x7fff681108f0) at kernel/qobject.cpp:1369
#13 0x00007f36db7a53fe in QApplicationPrivate::notify_helper(QObject*, QEvent*) (this=<optimized out>, receiver=0x558a63595ac0, e=0x7fff681108f0) at kernel/qapplication.cpp:3637
#14 0x00007f36daadc128 in QCoreApplication::notifyInternal2(QObject*, QEvent*) (receiver=0x558a63595ac0, event=0x7fff681108f0) at kernel/qcoreapplication.cpp:1064
#15 0x00007f36dab32f51 in QTimerInfoList::activateTimers() (this=0x558a3915a5a0) at kernel/qtimerinfo_unix.cpp:643
#16 0x00007f36dab337e4 in timerSourceDispatch(GSource*, GSourceFunc, gpointer) (source=<optimized out>) at kernel/qeventdispatcher_glib.cpp:183
#17 0x00007f36d8b1ca90 in g_main_dispatch (context=0x7f36d0005010) at ../glib/gmain.c:3444
#18 g_main_context_dispatch (context=context@entry=0x7f36d0005010) at ../glib/gmain.c:4162
#19 0x00007f36d8b1ce48 in g_main_context_iterate (context=context@entry=0x7f36d0005010, block=block@entry=0x1, dispatch=dispatch@entry=0x1, self=<optimized out>) at ../glib/gmain.c:4238
#20 0x00007f36d8b1cedc in g_main_context_iteration (context=0x7f36d0005010, may_block=0x1) at ../glib/gmain.c:4303
#21 0x00007f36dab33b56 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x558a39159790, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#22 0x00007f36daadab9b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7fff68110b30, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69
#23 0x00007f36daae2d06 in QCoreApplication::exec() () at ../../include/QtCore/../../src/corelib/global/qflags.h:121
#24 0x00007f36daf6ee4c in QGuiApplication::exec() () at kernel/qguiapplication.cpp:1870
#25 0x00007f36db7a5375 in QApplication::exec() () at kernel/qapplication.cpp:2829
#26 0x0000558a37f74306 in main(int, char**) (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/plasma-workspace-5.26.3/shell/main.cpp:233






gef➤  bt full
#0  __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=0xb, no_tid=no_tid@entry=0x0) at pthread_kill.c:44
        tid = <optimized out>
        ret = 0x0
        pd = <optimized out>
        old_mask = {
          __val = {0x7fff6810fa48}
        }
        ret = <optimized out>
#1  0x00007f36da295873 in __pthread_kill_internal (signo=0xb, threadid=<optimized out>) at pthread_kill.c:78
#2  0x00007f36da242816 in __GI_raise (sig=0xb) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#3  0x00007f36dcaf48ee in KCrash::defaultCrashHandler(int) (sig=0xb) at /usr/src/debug/kcrash-5.100.0/src/kcrash.cpp:618
        data = {
          <KCrash::MetadataWriter> = {
            _vptr.MetadataWriter = 0x7f36dcaf7868 <vtable for KCrash::Metadata+16>
          },
          members of KCrash::Metadata:
          argv = {
            _M_elems = {0x0, 0x7f36dcaf50c5 "--platform", 0x558a8986ed18 "xcb", 0x7f36dcaf50d8 "--display", 0x558a390ac810 ":0", 0x7f36dcaf50e2 "--appname", 0x558a3925fe30 "plasmashell", 0x7f36dcaf50fb "--apppath", 0x558a390a0070 "/usr/bin", 0x7f36dcaf5108 "--signal", 0x7fff6810fa66 "11", 0x7f36dcaf5116 "--pid", 0x7fff6810fa70 "24728", 0x7f36dcaf511c "--appversion", 0x558a395cc488 "5.26.3", 0x7f36dcaf5129 "--programname", 0x558a395c2248 "Plasma", 0x7f36dcaf5137 "--bugaddress", 0x558a395d0ea8 "submit@bugs.kde.org", 0x7f36dcaf5152 "--startupid", 0x558a41f74568 "0", 0x7f36dcaf5166 "--restarted", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}
          },
          argc = 0x16,
          m_writer = 0x7fff6810fba0
        }
        platformName = {
          d = 0x558a8986ed00
        }
        about = <optimized out>
        argv = 0x7fff6810fa98
        ini = {
          <KCrash::MetadataWriter> = {
            _vptr.MetadataWriter = 0x7f36dcaf7898 <vtable for KCrash::MetadataINIWriter+16>
          },
          members of KCrash::MetadataINIWriter:
          writable = 0x0,
          fd = 0x86,
          iniLine = {
            _M_elems = "restarted=true\n\000t@bugs.kde.org\n", '\000' <repeats 992 times>
          }
        }
        sigtxt = "11\000\000\000\000\000\000\000"
        pidtxt = "24728\000\000\000\300v&;\212U\000\000pj';"
        startupId = {
          d = 0x558a41f74550
        }
        argc = <optimized out>
        crashRecursionCounter = 0x2
#4  0x00007f36da2428e0 in <signal handler called> () at /lib64/libc.so.6
#5  0x00007f36dc09106d in QScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> >::operator->() const (this=0x8) at /usr/include/qt5/QtCore/qscopedpointer.h:118
        ep = <optimized out>
        state = {
          constructionStates = {
            d = 0x0
          }
        }
        data = 0x558a3e0ca8b0
#6  qGetPtrHelper<QScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> > >(QScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> >&) (ptr=...) at /usr/include/qt5/QtCore/qglobal.h:1143
        ep = <optimized out>
        state = {
          constructionStates = {
            d = 0x0
          }
        }
        data = 0x558a3e0ca8b0
#7  QQmlEngine::d_func() (this=0x0) at /usr/src/debug/qtdeclarative-everywhere-src-5.15.7+kde18/src/qml/qml/qqmlengine.h:172
        ep = <optimized out>
        state = {
          constructionStates = {
            d = 0x0
          }
        }
        data = 0x558a3e0ca8b0
#8  QQmlEnginePrivate::get(QQmlEngine*) (e=0x0) at /usr/src/debug/qtdeclarative-everywhere-src-5.15.7+kde18/src/qml/qml/qqmlengine_p.h:424
        ep = <optimized out>
        state = {
          constructionStates = {
            d = 0x0
          }
        }
        data = 0x558a3e0ca8b0
#9  QtQml::qmlExecuteDeferred(QObject*) (object=object@entry=0x558a3e0ca8a0) at /usr/src/debug/qtdeclarative-everywhere-src-5.15.7+kde18/src/qml/qml/qqmlengine.cpp:1592
        ep = <optimized out>
        state = {
          constructionStates = {
            d = 0x0
          }
        }
        data = 0x558a3e0ca8b0
#10 0x00007f36dc577949 in QQuickTransition::prepare(QList<QQuickStateAction>&, QList<QQmlProperty>&, QQuickTransitionManager*, QObject*) (this=this@entry=0x558a3e0ca8a0, actions=..., after=..., manager=manager@entry=0x558a3a155f30, defaultTarget=defaultTarget@entry=0x558a63595ac0) at /usr/src/debug/qtdeclarative-everywhere-src-5.15.7+kde18/src/quick/util/qquicktransition.cpp:259
        d = 0x558a3cb6a290
        group = <optimized out>
        direction = <optimized out>
        start = <optimized out>
        end = <optimized out>
        anim = <optimized out>
        wrapper = <optimized out>
#11 0x00007f36dc56d237 in QQuickTransitionManager::transition(QList<QQuickStateAction> const&, QQuickTransition*, QObject*) (this=0x558a3a155f30, list=<optimized out>, transition=0x558a3e0ca8a0, defaultTarget=0x558a63595ac0) at /usr/src/debug/qtdeclarative-everywhere-src-5.15.7+kde18/src/quick/util/qquicktransitionmanager.cpp:207
        touched = {
          <QListSpecialMethods<QQmlProperty>> = {<No data fields>},
          members of QList<QQmlProperty>:
          {
            p = {
              static shared_null = {
                ref = {
                  atomic = {
                    _q_value = std::atomic<int> = { 0xffffffff }
                  }
                },
                alloc = 0x0,
                begin = 0x0,
                end = 0x0,
                array = {0x0}
              },
              d = 0x558a37fe9370 <QListData::shared_null>
            },
            d = 0x558a37fe9370 <QListData::shared_null>
          }
        }
        oldInstance = 0x0
        isHandledInTransition = {
          __this = 0x0,
          __touched = {
            <QListSpecialMethods<QQmlProperty>> = {<No data fields>},
            members of QList<QQmlProperty>:
            {
              p = {
                static shared_null = {
                  ref = {
                    atomic = {
                      _q_value = std::atomic<int> = { 0xffffffff }
                    }
                  },
                  alloc = 0x0,
                  begin = 0x0,
                  end = 0x0,
                  array = {0x0}
                },
                d = 0x0
              },
              d = 0x0
            }
          }
        }
        newEnd = {
          i = <optimized out>
        }
        applyList = {
          <QListSpecialMethods<QQuickStateAction>> = {<No data fields>},
          members of QList<QQuickStateAction>:
          {
            p = {
              static shared_null = {
                ref = {
                  atomic = {
                    _q_value = std::atomic<int> = { 0xffffffff }
                  }
                },
                alloc = 0x0,
                begin = 0x0,
                end = 0x0,
                array = {0x0}
              },
              d = 0x558a37fe9370 <QListData::shared_null>
            },
            d = 0x558a37fe9370 <QListData::shared_null>
          }
        }
#12 0x00007f36dab07a5d in QObject::event(QEvent*) (this=0x558a63595ac0, e=0x7fff681108f0) at kernel/qobject.cpp:1369
#13 0x00007f36db7a53fe in QApplicationPrivate::notify_helper(QObject*, QEvent*) (this=<optimized out>, receiver=0x558a63595ac0, e=0x7fff681108f0) at kernel/qapplication.cpp:3637
        consumed = 0x0
        filtered = 0x0
#14 0x00007f36daadc128 in QCoreApplication::notifyInternal2(QObject*, QEvent*) (receiver=0x558a63595ac0, event=0x7fff681108f0) at kernel/qcoreapplication.cpp:1064
        selfRequired = 0x1
        result = 0x0
        cbdata = {0x558a63595ac0, 0x7fff681108f0, 0x7fff6811088f}
        d = <optimized out>
        threadData = 0x558a39082480
        scopeLevelCounter = {
          threadData = 0x558a39082480
        }
#15 0x00007f36dab32f51 in QTimerInfoList::activateTimers() (this=0x558a3915a5a0) at kernel/qtimerinfo_unix.cpp:643
        e = {
          <QEvent> = {
            _vptr.QEvent = 0x7f36dadb31f0 <vtable for QTimerEvent+16>,
            static staticMetaObject = {
              d = {
                superdata = {
                  direct = 0x0
                },
                stringdata = 0x7f36daca30e0 <qt_meta_stringdata_QEvent>,
                data = 0x7f36daca2b20 <qt_meta_data_QEvent>,
                static_metacall = 0x0,
                relatedMetaObjects = 0x0,
                extradata = 0x0
              }
            },
            d = 0x0,
            t = 0x1,
            posted = 0x0,
            spont = 0x0,
            m_accept = 0x1,
            reserved = 0xd02
          },
          members of QTimerEvent:
          id = 0x2
        }
        currentTimerInfo = 0x0
        n_act = 0xd
        maxCount = 0x0
        currentTime = {
          tv_sec = 0x3519b,
          tv_nsec = 0x4307ba0
        }
#16 0x00007f36dab337e4 in timerSourceDispatch(GSource*, GSourceFunc, gpointer) (source=<optimized out>) at kernel/qeventdispatcher_glib.cpp:183
        timerSource = <optimized out>
#17 0x00007f36d8b1ca90 in g_main_dispatch (context=0x7f36d0005010) at ../glib/gmain.c:3444
        dispatch = 0x7f36dab337c0 <timerSourceDispatch(GSource*, GSourceFunc, gpointer)>
        prev_source = 0x0
        begin_time_nsec = 0x0
        was_in_call = 0x0
        user_data = 0x0
        callback = 0x0
        cb_funcs = 0x0
        cb_data = 0x0
        need_destroy = <optimized out>
        source = 0x558a3915a540
        current = 0x558a39612420
        i = 0x2
        __func__ = "g_main_dispatch"
#18 g_main_context_dispatch (context=context@entry=0x7f36d0005010) at ../glib/gmain.c:4162
#19 0x00007f36d8b1ce48 in g_main_context_iterate (context=context@entry=0x7f36d0005010, block=block@entry=0x1, dispatch=dispatch@entry=0x1, self=<optimized out>) at ../glib/gmain.c:4238
        max_priority = 0x0
        timeout = 0x0
        some_ready = 0x1
        nfds = <optimized out>
        allocated_nfds = 0xf
        fds = 0x558a3ba80770
#20 0x00007f36d8b1cedc in g_main_context_iteration (context=0x7f36d0005010, may_block=0x1) at ../glib/gmain.c:4303
        retval = <optimized out>
#21 0x00007f36dab33b56 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x558a39159790, flags=...) at kernel/qeventdispatcher_glib.cpp:423
        d = 0x558a3915ba60
        canWait = 0x1
        savedFlags = {
          i = 0x0
        }
        result = <optimized out>
#22 0x00007f36daadab9b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7fff68110b30, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69
        d = 0x558a39789670
        threadData = <optimized out>
        locker = {
          val = 0x558a3908bb08
        }
        app = <optimized out>
#23 0x00007f36daae2d06 in QCoreApplication::exec() () at ../../include/QtCore/../../src/corelib/global/qflags.h:121
        threadData = 0x558a39082480
        eventLoop = {
          <QObject> = {
            _vptr.QObject = 0x7f36dadb2f88 <vtable for QEventLoop+16>,
            static staticMetaObject = {
              d = {
                superdata = {
                  direct = 0x0
                },
                stringdata = 0x7f36daca77e0 <qt_meta_stringdata_QObject>,
                data = 0x7f36daca76c0 <qt_meta_data_QObject>,
                static_metacall = 0x7f36dab11c40 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>,
                relatedMetaObjects = 0x0,
                extradata = 0x0
              }
            },
            d_ptr = {
              d = 0x558a39789670
            },
            static staticQtMetaObject = {
              d = {
                superdata = {
                  direct = 0x0
                },
                stringdata = 0x7f36dacaa780 <qt_meta_stringdata_Qt>,
                data = 0x7f36daca7900 <qt_meta_data_Qt>,
                static_metacall = 0x0,
                relatedMetaObjects = 0x0,
                extradata = 0x0
              }
            }
          },
          members of QEventLoop:
          static staticMetaObject = {
            d = {
              superdata = {
                direct = 0x558a37fe9280 <QObject::staticMetaObject>
              },
              stringdata = 0x7f36daca1f60 <qt_meta_stringdata_QEventLoop>,
              data = 0x7f36daca1f00 <qt_meta_data_QEventLoop>,
              static_metacall = 0x7f36daada8d0 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>,
              relatedMetaObjects = 0x0,
              extradata = 0x0
            }
          }
        }
        returnCode = <optimized out>
#24 0x00007f36daf6ee4c in QGuiApplication::exec() () at kernel/qguiapplication.cpp:1870
#25 0x00007f36db7a5375 in QApplication::exec() () at kernel/qapplication.cpp:2829
#26 0x0000558a37f74306 in main(int, char**) (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/plasma-workspace-5.26.3/shell/main.cpp:233
        format = {
          d = 0x558a39096020
        }
        qpaVariable = <optimized out>
        app = {
          <QGuiApplication> = {
            <QCoreApplication> = {
              <QObject> = {
                _vptr.QObject = 0x7f36dbcb8f08 <vtable for QApplication+16>,
                static staticMetaObject = {
                  d = {
                    superdata = {
                      direct = 0x0
                    },
                    stringdata = 0x7f36daca77e0 <qt_meta_stringdata_QObject>,
                    data = 0x7f36daca76c0 <qt_meta_data_QObject>,
                    static_metacall = 0x7f36dab11c40 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>,
                    relatedMetaObjects = 0x0,
                    extradata = 0x0
                  }
                },
                d_ptr = {
                  d = 0x558a39096500
                },
                static staticQtMetaObject = {
                  d = {
                    superdata = {
                      direct = 0x0
                    },
                    stringdata = 0x7f36dacaa780 <qt_meta_stringdata_Qt>,
                    data = 0x7f36daca7900 <qt_meta_data_Qt>,
                    static_metacall = 0x0,
                    relatedMetaObjects = 0x0,
                    extradata = 0x0
                  }
                }
              },
              members of QCoreApplication:
              static staticMetaObject = {
                d = {
                  superdata = {
                    direct = 0x558a37fe9280 <QObject::staticMetaObject>
                  },
                  stringdata = 0x7f36daca2660 <qt_meta_stringdata_QCoreApplication>,
                  data = 0x7f36daca2540 <qt_meta_data_QCoreApplication>,
                  static_metacall = 0x7f36daadd940 <QCoreApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>,
                  relatedMetaObjects = 0x0,
                  extradata = 0x0
                }
              },
              static self = 0x7fff68110ca0
            },
            members of QGuiApplication:
            static staticMetaObject = {
              d = {
                superdata = {
                  direct = 0x558a37fe9700 <QCoreApplication::staticMetaObject>
                },
                stringdata = 0x7f36db401800 <qt_meta_stringdata_QGuiApplication>,
                data = 0x7f36db401580 <qt_meta_data_QGuiApplication>,
                static_metacall = 0x7f36daf745d0 <QGuiApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>,
                relatedMetaObjects = 0x0,
                extradata = 0x0
              }
            }
          },
          members of QApplication:
          static staticMetaObject = {
            d = {
              superdata = {
                direct = 0x558a37fe9a00 <QGuiApplication::staticMetaObject>
              },
              stringdata = 0x7f36dbb548c0 <qt_meta_stringdata_QApplication>,
              data = 0x7f36dbb54740 <qt_meta_data_QApplication>,
              static_metacall = 0x7f36db7a8f10 <QApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>,
              relatedMetaObjects = 0x0,
              extradata = 0x0
            }
          }
        }
        aboutData = {
          d = std::unique_ptr<class KAboutDataPrivate> = {
            get() = 0x558a395cc3a0
          }
        }
        replace = <optimized out>
        corona = 0x558a395cce60
        service = {
          <QObject> = {
            _vptr.QObject = 0x7f36dc9fb2b0 <vtable for KDBusService+16>,
            static staticMetaObject = {
              d = {
                superdata = {
                  direct = 0x0
                },
                stringdata = 0x7f36daca77e0 <qt_meta_stringdata_QObject>,
                data = 0x7f36daca76c0 <qt_meta_data_QObject>,
                static_metacall = 0x7f36dab11c40 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>,
                relatedMetaObjects = 0x0,
                extradata = 0x0
              }
            },
            d_ptr = {
              d = 0x558a395a4df0
            },
            static staticQtMetaObject = {
              d = {
                superdata = {
                  direct = 0x0
                },
                stringdata = 0x7f36dacaa780 <qt_meta_stringdata_Qt>,
                data = 0x7f36daca7900 <qt_meta_data_Qt>,
                static_metacall = 0x0,
                relatedMetaObjects = 0x0,
                extradata = 0x0
              }
            }
          },
          members of KDBusService:
          static staticMetaObject = {
            d = {
              superdata = {
                direct = 0x558a37fe9280 <QObject::staticMetaObject>
              },
              stringdata = 0x7f36dc9f6720 <qt_meta_stringdata_KDBusService>,
              data = 0x7f36dc9f56c0 <qt_meta_data_KDBusService>,
              static_metacall = 0x7f36dc9ebea0 <KDBusService::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>,
              relatedMetaObjects = 0x0,
              extradata = 0x0
            }
          },
          d = std::unique_ptr<class KDBusServicePrivate> = {
            get() = 0x558a395b3760
          }
        }
Comment 1 Nate Graham 2023-01-17 22:10:40 UTC

*** This bug has been marked as a duplicate of bug 417947 ***