https://bugs.kde.org/show_bug.cgi?id=371505
Bug ID: 371505
Summary: KRunner crashes when launched from terminal emulators
Product: krunner
Version: 5.8.0
Platform: Compiled Sources
URL: https://github.com/AOSC-Dev/aosc-os-abbs/issues/479
OS: Linux
Status: UNCONFIRMED
Severity: crash
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
When running Plasma Desktop session (so KRunner is running as a daemon in the
background), if one would launch the `krunner' command from any terminal
emulator, a KRunner dialog will show up (prompting for input, works as
expected), but then crashes.
I did not get the chance to make a full debug build of plasma-workspace to test
this issue out thoroughly - but here is the last call until the segmentation
fault:
0x00007ffff6570dd7 in QObject::disconnect(QObject const*, char const*, QObject
const*, char const*) () from /usr/lib/libQt5Core.so.5
----------------------------------------------------
(gdb) bt
#0 0x00007ffff62dbdd7 in QObject::disconnect(QObject const*, char const*,
QObject const*, char const*) () from /usr/lib/libQt5Core.so.5
#1 0x00007ffff7391820 in ?? () from /usr/lib/libQt5DBus.so.5
#2 0x00007ffff737e0b5 in ?? () from /usr/lib/libQt5DBus.so.5
#3 0x00007ffff60d1b6f in ?? () from /usr/lib/libQt5Core.so.5
#4 0x00007ffff5075474 in ?? () from /usr/lib/libpthread.so.0
#5 0x00007ffff5932e9f in clone () from /usr/lib/libc.so.6
Reproducible: Always
Steps to Reproduce:
1. Launch a Plasma Desktop session.
2. Open up Konsole, or any terminal emulator.
3. Run the command `krunner' as the current user.
4. Boom.
--
You are receiving this mail because:
You are watching all bug changes.