Summary: | Dolphin crashes on start | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Nicolas Fella <nicolas.fella> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | josh, kfm-devel, kyle.devir, mike, robby.engelmann |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/-/commit/39ce7268627ca3ac28b24a3ea4ae266459833cb7 | Version Fixed In: | |
Sentry Crash Report: |
Description
Nicolas Fella
2024-04-05 15:08:05 UTC
A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/758 *** Bug 485221 has been marked as a duplicate of this bug. *** Git commit 39ce7268627ca3ac28b24a3ea4ae266459833cb7 by Jin Liu, on behalf of Joshua Goins. Committed on 11/04/2024 at 11:20. Pushed by genericity into branch 'master'. DisabledActionNotifier: Prevent null dereferences This prevents a crash on startup where it tries to delete a null QShortcut because it didn't check if the QShortcut actually exists in the QHash. M +12 -6 src/disabledactionnotifier.cpp https://invent.kde.org/system/dolphin/-/commit/39ce7268627ca3ac28b24a3ea4ae266459833cb7 |