Fix bug 375007 - Asserts when pressing "Show Imports" button in problems tool view
ClosedPublic

Authored by antonanikin on Jan 16 2017, 6:01 AM.

Details

Summary

Fix asserts by adding missing DUChainReadLocker to KDevelop::WatchedDocumentSetPrivate::getImportsFromDUChain.

Test Plan

tested on master branch

Diff Detail

Repository
R33 KDevPlatform
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
antonanikin retitled this revision from to Fix bug 375007 - Asserts when pressing "Show Imports" button in problems tool view.
antonanikin updated this object.
antonanikin edited the test plan for this revision. (Show Details)
antonanikin added a reviewer: KDevelop.
antonanikin added a subscriber: kdevelop-devel.
kfunk accepted this revision.Jan 16 2017, 9:03 AM
kfunk added a reviewer: kfunk.
This revision is now accepted and ready to land.Jan 16 2017, 9:03 AM
This revision was automatically updated to reflect the committed changes.
kfunk added a comment.Jan 16 2017, 9:28 AM

Thanks for the follow-up, Anton!