Bug 406232 - ASAN log of direct memory leaks for 4.2 prealpha
Summary: ASAN log of direct memory leaks for 4.2 prealpha
Status: CONFIRMED
Alias: None
Product: krita
Classification: Applications
Component: General (show other bugs)
Version: git master (please specify the git hash!)
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-04 21:02 UTC by wolthera
Modified: 2020-05-04 11:31 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Krita ASAN output of only direct leaks. (75.13 KB, text/plain)
2019-04-04 21:02 UTC, wolthera
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wolthera 2019-04-04 21:02:46 UTC
Created attachment 119247 [details]
Krita ASAN output of only direct leaks.

SUMMARY
These are all the 'Direct Memory Leaks' from the Adress Sanitizer build. Some of these are known(Our LCMS plugin), but the SVG and Docker related ones might need a second look.
Comment 1 Halla Rempt 2019-04-16 08:53:25 UTC
The first one is alread weird:

    #1 0x7fa9f3d8f342 in SvgParser::parseSymbol(QDomElement const&) /home/wolthera/krita/src/libs/flake/svg/SvgParser.cpp:709

That is,

QScopedPointer<KoSvgSymbol> svgSymbol(new KoSvgSymbol());

Which is something that _cannot_ leak...