D16064: Fix memleaks in unittests
Kevin Funk
noreply at phabricator.kde.org
Mon Oct 22 07:39:55 BST 2018
kfunk added a comment.
> Many tests will fail because of LSAN (leak sanitizer), which is enabled (at least here) by default with ASAN.
Because I've just read this, note that this behavior can be disabled by doing:
export ASAN_OPTIONS=detect_leaks=0
... before running the tests. Sometimes it's just impossible to get all leaks fixed, because of thirdparty deps, etc..
REPOSITORY
R32 KDevelop
REVISION DETAIL
https://phabricator.kde.org/D16064
To: buschinski, #kdevelop, kfunk
Cc: brauch, kfunk, kdevelop-devel, glebaccon, antismap, iodelay, vbspam, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20181022/0277f113/attachment.html>
More information about the KDevelop-devel
mailing list