Summary: | Segfault when searching app in kickoff | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Tobias Fella <fella> |
Component: | Application Launcher (Kickoff) | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | a.samirh78, bugseforuns, guimarcalsilva, isma.af, mikel5764, nate, nicolas.fella, noahadvs, postix |
Priority: | NOR | Keywords: | regression |
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Tobias Fella
2022-02-24 16:42:14 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kio/-/merge_requests/773 *** Bug 450876 has been marked as a duplicate of this bug. *** *** Bug 450900 has been marked as a duplicate of this bug. *** I reverted the commit in KIO; AFAICS, the cause of the crash is using an out-of-bounds index into a QStringList, which is a side effect of [1] as the executableName var isn't empty when env vars are parsed. So, reverted (to stem off the crash reports :|), till we hear what dfaure has to say about parsing env vars on Exec= line [2] [1] https://invent.kde.org/frameworks/kio/-/merge_requests/751/diffs?commit_id=4c4f4b919a81706913596e7ba518165dd80c9eb7 [2] https://bugs.kde.org/show_bug.cgi?id=448859#c3 |