Summary: | Plasma crashes when clicking on launcher for uninstalled program | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Daniel Ziltener <zilti> |
Component: | widget-taskbar | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | cfeck, hein |
Priority: | NOR | Keywords: | drkonqi |
Version: | 4.11.1 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-workspace/56d65d639c850baaf53df5229ff4013fed841be0 | Version Fixed In: | 4.11.2 |
Sentry Crash Report: |
Description
Daniel Ziltener
2013-09-12 14:49:54 UTC
Looks like this crash has been there forever. It's in a code path for a rarely-encountered type of special magic launcher items that automatically track the system's default app for a certain category, e.g. the default browser, and just lacks a null pointer check. Git commit 70f685ce6d137758f71c0e681399a80b49cf3f24 by Eike Hein. Committed on 12/09/2013 at 20:00. Pushed by hein into branch 'KDE/4.11'. Fix crash when attempting to launch a non-existing preferred app. M +4 -0 libs/taskmanager/launcheritem.cpp http://commits.kde.org/kde-workspace/70f685ce6d137758f71c0e681399a80b49cf3f24 Git commit 56d65d639c850baaf53df5229ff4013fed841be0 by Eike Hein. Committed on 12/09/2013 at 20:00. Pushed by hein into branch 'frameworks-scratch'. Fix crash when attempting to launch a non-existing preferred app. M +4 -0 libs/taskmanager/launcheritem.cpp http://commits.kde.org/kde-workspace/56d65d639c850baaf53df5229ff4013fed841be0 |