https://bugs.kde.org/show_bug.cgi?id=443347
--- Comment #5 from Dmitry Kazakov <dimul...@gmail.com> --- Hi, David! Yes, this huge log is an expected behavior from ASAN, which can be disabled by exporting an environment variable before running Krita: ``` export ASAN_OPTIONS=detect_leaks=0 ``` Basically, ASAN tries to detect all the leaks on exit, but it considers all static objects in Krita as leaks, so the output is huge. That is normal behavior. Just suppress that with the variable above. -- You are receiving this mail because: You are watching all bug changes.