| Summary: | KRunner crashes when launched from terminal emulators | ||
|---|---|---|---|
| Product: | [Plasma] krunner | Reporter: | Jeff Bai <jeffbaichina> |
| Component: | general | Assignee: | Kai Uwe Broulik <kde> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | crash | CC: | alexander.lohnau, jeffbaichina, lion, zhaixiang |
| Priority: | NOR | ||
| Version First Reported In: | 5.8.4 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| URL: | https://github.com/AOSC-Dev/aosc-os-abbs/issues/479 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jeff Bai
2016-10-23 02:56:43 UTC
This issue still exists with Plasma 5.8.2. krunner v5.28.0 reproduced! /usr/bin/krunner
ASAN:DEADLYSIGNAL
=================================================================
==3706==ERROR: AddressSanitizer: SEGV on unknown address 0x7fb619331368 (pc 0x7fb62feb09cf bp 0x61100003bf00 sp 0x7fb619b33a10 T2)
==3706==The signal is caused by a READ memory access.
#0 0x7fb62feb09ce in QObject::disconnect(QObject const*, char const*, QObject const*, char const*) (/usr/lib/libQt5Core.so.5+0x2b69ce)
#1 0x7fb631f8952f (/usr/lib/libQt5DBus.so.5+0x2952f)
#2 0x7fb631f75f61 (/usr/lib/libQt5DBus.so.5+0x15f61)
#3 0x7fb62fca6d77 (/usr/lib/libQt5Core.so.5+0xacd77)
#4 0x7fb62f358453 in start_thread (/usr/lib/libpthread.so.0+0x7453)
#5 0x7fb62ea787de in __GI___clone (/usr/lib/libc.so.6+0xe87de)
AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV (/usr/lib/libQt5Core.so.5+0x2b69ce) in QObject::disconnect(QObject const*, char const*, QObject const*, char const*)
Thread T2 (QDBusConnection) created by T0 here:
#0 0x436ccd in __interceptor_pthread_create (/usr/bin/krunner+0x436ccd)
#1 0x7fb62fca6278 in QThread::start(QThread::Priority) (/usr/lib/libQt5Core.so.5+0xac278)
==3706==ABORTING
so it might be UPSTREAM issue https://bugreports.qt.io/browse/QTBUG-52988
|