Review Request 128227: Don't hold any lock when QML/JS calls qmlplugindump

Denis Steckelmacher steckdenis at yahoo.fr
Sat Jun 18 09:46:42 UTC 2016


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/128227/
-----------------------------------------------------------

(Updated June 18, 2016, 9:46 a.m.)


Status
------

This change has been marked as submitted.


Review request for KDevelop.


Changes
-------

Submitted with commit 8389fb2330207b2fa04627d47eb754342f1adc85 by Denis Steckelmacher to branch master.


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/20160618/ea5ea942/attachment.html>


More information about the KDevelop-devel mailing list