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

--- Comment #4 from Fabian Vogt <fab...@ritter-vogt.de> ---
> The crash is not directly related, appears to be some use-after-free:

Indeed. The bug with categories caching causes
ResourcesProxyModel::invalidateFilter() to be called for all resources/streams
which calls "delete" on them. This happens while the backends are still busy
fetching stuff for those streams, so they end up calling
ResultsStream::resourcesFound on dangling pointers.

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

Reply via email to