| Summary: | Crash when searching for filename | ||
|---|---|---|---|
| Product: | [Unmaintained] nepomuk | Reporter: | Peter Hedlund <peter> |
| Component: | general | Assignee: | Sebastian Trueg <sebastian> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | josue.garc, me, sergmail, vit |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Peter Hedlund
2011-03-28 23:29:18 UTC
Git commit 12c12a721f712888d3fc44a3d45fdcdb743e2a13 by Vishesh Handa. Committed on 30/07/2011 at 16:08. Pushed by vhanda into branch 'KDE/4.7'. Thread safey in the Query Service The Nepomuk::Query::Folder::initialListingDone() function can be called via dbus at any point via the FolderConnection, at that point the listingFinished() function might be in the process of changing m_initialListingDone's value => CRASH Ditto with Nepomuk::Query::Folder::entries(). It can be called via FolderConnection's list method. BUG: 269650 REVIEW: 102129 M +4 -0 nepomuk/services/queryservice/folder.cpp M +1 -1 nepomuk/services/queryservice/folder.h http://commits.kde.org/kde-runtime/12c12a721f712888d3fc44a3d45fdcdb743e2a13 Git commit 026161ec5f40990e74ba820129d9418928f20764 by Vishesh Handa. Committed on 30/07/2011 at 16:08. Pushed by vhanda into branch 'master'. Thread safey in the Query Service The Nepomuk::Query::Folder::initialListingDone() function can be called via dbus at any point via the FolderConnection, at that point the listingFinished() function might be in the process of changing m_initialListingDone's value => CRASH Ditto with Nepomuk::Query::Folder::entries(). It can be called via FolderConnection's list method. BUG: 269650 REVIEW: 102129 M +4 -0 nepomuk/services/queryservice/folder.cpp M +1 -1 nepomuk/services/queryservice/folder.h http://commits.kde.org/kde-runtime/026161ec5f40990e74ba820129d9418928f20764 *** Bug 275117 has been marked as a duplicate of this bug. *** *** Bug 274057 has been marked as a duplicate of this bug. *** *** Bug 280920 has been marked as a duplicate of this bug. *** |