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

Sven Brauch mail at svenbrauch.de
Fri Jun 17 19:17:35 UTC 2016


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


Ship it!




Nice, one release blocker less :)

- Sven Brauch


On June 17, 2016, 4:51 p.m., Denis Steckelmacher wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128227/
> -----------------------------------------------------------
> 
> (Updated June 17, 2016, 4:51 p.m.)
> 
> 
> 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/cff7d3bf/attachment.html>


More information about the KDevelop-devel mailing list