Summary: | kmail crash | ||
---|---|---|---|
Product: | [Unmaintained] nepomuk | Reporter: | Andrew St.Martin <andrewstmartin> |
Component: | general | Assignee: | Nepomuk Bugs Coordination <nepomuk-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | me, nepomuk-bugs |
Priority: | NOR | ||
Version: | 4.10.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/nepomuk-core/9b7abb202407bc42e3f711aa0f51a33ede80a3bc | Version Fixed In: | |
Sentry Crash Report: |
Description
Andrew St.Martin
2013-05-07 17:27:58 UTC
*** This bug has been marked as a duplicate of bug 320097 *** Git commit 9b7abb202407bc42e3f711aa0f51a33ede80a3bc by Simeon Bird. Committed on 06/06/2013 at 01:22. Pushed by sbird into branch 'master'. Resource: Null guards for m_data It is possible, during shutdown, for m_data to be null briefly (see ResourceManager::cleanupResources). If a property were accessed during this time, we could crash. The patch checks whether m_data is null in various functions, and returns empty items if so. Related: bug 320097 REVIEW: 110877 M +57 -14 libnepomukcore/resource/resource.cpp http://commits.kde.org/nepomuk-core/9b7abb202407bc42e3f711aa0f51a33ede80a3bc |