https://bugs.kde.org/show_bug.cgi?id=482887

Akseli Lahtinen <akse...@akselmo.dev> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |akse...@akselmo.dev

--- Comment #18 from Akseli Lahtinen <akse...@akselmo.dev> ---
I am unable to repro this so far, but some things that may cause this happen:

- The activity you're using has to have "Tracking file and app use" checkbox on
- Same app installed as distro package and flatpak, then modifying one of them
(removing, installing)

In KAStatsFavoritesModel::Private for some reason the iterator can report
it.value() that is null, which then causes it.value()->reload() to segfault.

One possible solution is to add a simple guard like `if (it.value())  {...}`,
but I am not sure if that is the exact solution.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to