https://bugs.kde.org/show_bug.cgi?id=520502
--- Comment #3 from Lito Parra <[email protected]> --- The exact crash point is in https://invent.kde.org/plasma/drkonqi/-/blob/master/src/coredump/launcher/main.cpp#L252 : ``` if (sd_listen_fds(false) != 1) { qFatal("Not exactly one fd passed by systemd. Quel malheur!"); return 1; } ``` So, this is a provoked abort. -- You are receiving this mail because: You are watching all bug changes.
