Review Request 128227: Don't hold any lock when QML/JS calls qmlplugindump
Denis Steckelmacher
steckdenis at yahoo.fr
Fri Jun 17 16:51:10 UTC 2016
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/128227/
-----------------------------------------------------------
Review request for KDevelop.
Bugs: 363509
http://bugs.kde.org/show_bug.cgi?id=363509
Repository: kdevelop
Description
-------
The QML/JS language plugin contains a cache that stores information about known plugin paths, locations of imported files and binary QML modules. When the user imports a binary QML module, qmlplugindump is called in order to list its contents.
This patch slightly reworks how a lock is held and released in order to ensure that no lock is held while calling qmlplugindump. In some cases (bug 363509), it seems that qmlplugindump can hang or take a very long time to respond. If Cache is locked during that time, no other thread can parse any QML file. It may also be possible that other threads are blocked while the global DUChain lock is held, which may completely freeze parsing in any language.
Diffs
-----
languages/qmljs/duchain/cache.cpp fe63586
Diff: https://git.reviewboard.kde.org/r/128227/diff/
Testing
-------
The QML/JS testsuite still runs and passes. I was not able to reproduce the bug, so I encourage anyone having faced the problem to test this patch.
Thanks,
Denis Steckelmacher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20160617/0920fd7e/attachment.html>
More information about the KDevelop-devel
mailing list