| Summary: | Cannot open settings by clicking on "Configure Krunner..." button | ||
|---|---|---|---|
| Product: | [Plasma] krunner | Reporter: | Patrick Silva <bugseforuns> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | alexander.lohnau, natalie_clarius, nicolas.fella |
| Priority: | NOR | Keywords: | qt6 |
| Version First Reported In: | master | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Patrick Silva
2023-06-12 11:12:15 UTC
kcmshell6 crashes with
#0 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0)
at pthread_kill.c:44
#1 0x00007f5fc00b08b3 in __pthread_kill_internal (signo=6, threadid=<optimized out>) at pthread_kill.c:78
#2 0x00007f5fc005fabe in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#3 0x00007f5fc004887f in __GI_abort () at abort.c:79
#4 0x00007f5fc06d77ed in qAbort ()
at /usr/src/debug/qt6-qtbase-6.5.1-1.fc38.x86_64/src/corelib/global/qglobal.cpp:161
#5 0x00007f5fc06d8249 in qt_message_fatal (message=<synthetic pointer>..., context=...)
at /usr/src/debug/qt6-qtbase-6.5.1-1.fc38.x86_64/src/corelib/global/qlogging.cpp:2048
#6 QMessageLogger::fatal (this=this@entry=0x7ffcad9126e0, msg=msg@entry=0x7f5fc161c64b "%s")
at /usr/src/debug/qt6-qtbase-6.5.1-1.fc38.x86_64/src/corelib/global/qlogging.cpp:934
#7 0x00007f5fc0f5bc32 in init_platform (pluginNamesWithArguments=..., platformPluginPath=...,
platformThemeName=..., argc=@0x7ffcad912c9c: 2, argv=argv@entry=0x7ffcad912fa8)
at /usr/src/debug/qt6-qtbase-6.5.1-1.fc38.x86_64/src/gui/kernel/qguiapplication.cpp:1257
#8 0x00007f5fc0ffede0 in QGuiApplicationPrivate::createPlatformIntegration (this=0x11552a0)
at /usr/src/debug/qt6-qtbase-6.5.1-1.fc38.x86_64/src/gui/kernel/qguiapplication.cpp:1505
#9 0x00007f5fc0fffaa0 in QGuiApplicationPrivate::createEventDispatcher (this=<optimized out>)
at /usr/src/debug/qt6-qtbase-6.5.1-1.fc38.x86_64/src/gui/kernel/qguiapplication.cpp:1524
#10 0x00007f5fc0783762 in QCoreApplicationPrivate::init (this=this@entry=0x11552a0)
at /usr/src/debug/qt6-qtbase-6.5.1-1.fc38.x86_64/src/corelib/kernel/qcoreapplication.cpp:894
#11 0x00007f5fc1002df6 in QGuiApplicationPrivate::init (this=0x11552a0)
at /usr/src/debug/qt6-qtbase-6.5.1-1.fc38.x86_64/src/gui/kernel/qguiapplication.cpp:1548
#12 0x00007f5fc19c6c95 in QApplicationPrivate::init (this=0x11552a0)
at /usr/src/debug/qt6-qtbase-6.5.1-1.fc38.x86_64/src/widgets/kernel/qapplication.cpp:473
#13 0x00007f5fc19c6d7d in QApplication::QApplication (this=<optimized out>, argc=<optimized out>,
argv=<optimized out>) at /usr/src/debug/qt6-qtbase-6.5.1-1.fc38.x86_64/src/widgets/kernel/qapplication.cpp:461
#14 0x0000000000405a7b in main (argc=<optimized out>, argv=0x7ffcad912fa8)
at /home/nico/kde6/src/kcmutils/src/kcmshell/main.cpp:73
The weird thing is that it tries to load the xcb qpa despite being on Wayland *** This bug has been marked as a duplicate of bug 470984 *** |