https://bugs.kde.org/show_bug.cgi?id=498839
--- Comment #10 from Vadym Krevs <vkr...@yahoo.com> --- All these crashes except for the ksmserver-logout-greeter's one, are in QGuiApplicationPrivate::createPlatformIntegration() calling init_platform(). Seems similar to https://bugs.kde.org/show_bug.cgi?id=450320 but this is Qt6/Plasma 6.3 ... E.g. from gmenudbusmenuproxy gdb stack trace: Thread 1 (Thread 0x7f8d02c5a500 (LWP 5250)): #0 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44 #1 0x00007f8d026a949f in __pthread_kill_internal (signo=6, threadid=<optimized out>) at pthread_kill.c:78 #2 0x00007f8d02657842 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 #3 0x00007f8d0263f5cf in __GI_abort () at abort.c:79 #4 0x00007f8d02ee51eb in qAbort () at /usr/src/debug/qt6-base-6.8.1-lp156.140.4.x86_64/src/corelib/global/qassert.cpp:49 #5 qt_message_fatal<QString&> (message=..., context=...) at /usr/src/debug/qt6-base-6.8.1-lp156.140.4.x86_64/src/corelib/global/qlogging.cpp:2116 #6 qt_message(QtMsgType, const QMessageLogContext &, const char *, typedef __va_list_tag __va_list_tag *) (msgType=msgType@entry=QtFatalMsg, context=..., msg=msg@entry=0x7f8d03d5de51 "%s", ap=ap@entry=0x7ffffcb03968) at /usr/src/debug/qt6-base-6.8.1-lp156.140.4.x86_64/src/corelib/global/qlogging.cpp:382 #7 0x00007f8d02ee6020 in QMessageLogger::fatal (this=this@entry=0x7ffffcb03e70, msg=msg@entry=0x7f8d03d5de51 "%s") at /usr/src/debug/qt6-base-6.8.1-lp156.140.4.x86_64/src/corelib/global/qlogging.cpp:884 #8 0x00007f8d0375e86d in init_platform (argv=<optimized out>, argc=@0x7ffffcb041ac: 1, platformThemeName=..., platformPluginPath=..., pluginNamesWithArguments=...) at /usr/src/debug/qt6-base-6.8.1-lp156.140.4.x86_64/src/gui/kernel/qguiapplication.cpp:1327 #9 QGuiApplicationPrivate::createPlatformIntegration (this=0x55bf296212f0) at /usr/src/debug/qt6-base-6.8.1-lp156.140.4.x86_64/src/gui/kernel/qguiapplication.cpp:1580 #10 0x00007f8d037f6c08 in QGuiApplicationPrivate::createEventDispatcher (this=<optimized out>) at /usr/src/debug/qt6-base-6.8.1-lp156.140.4.x86_64/src/gui/kernel/qguiapplication.cpp:1599 #11 0x00007f8d02f9ae74 in QCoreApplicationPrivate::init (this=this@entry=0x55bf296212f0) at /usr/src/debug/qt6-base-6.8.1-lp156.140.4.x86_64/src/corelib/kernel/qcoreapplication.cpp:928 #12 0x00007f8d037f6c90 in QGuiApplicationPrivate::init (this=0x55bf296212f0) at /usr/src/debug/qt6-base-6.8.1-lp156.140.4.x86_64/src/gui/kernel/qguiapplication.cpp:1627 #13 0x00007f8d037f7dd4 in QGuiApplication::QGuiApplication (this=<optimized out>, argc=<optimized out>, argv=<optimized out>, this=<optimized out>, argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/qt6-base-6.8.1-lp156.140.4.x86_64/src/gui/kernel/qguiapplication.h:172 #14 0x000055bf15cee3b4 in main (argc=<optimized out>, argv=0x7ffffcb043e8) at /usr/src/debug/plasma6-workspace-6.2.90-kf.62.1.x86_64/gmenu-dbusmenu-proxy/main.cpp:26 (gdb) -- You are receiving this mail because: You are watching all bug changes.