https://bugs.kde.org/show_bug.cgi?id=426175
--- Comment #160 from caulier.gil...@gmail.com --- Marcel, This morning i append ASAN support. There is a new cmake compilation option: https://invent.kde.org/graphics/digikam/-/blob/master/Mainpage.dox#L461 You need to install libasan-devel for linking stage first (i need to add cmake check dependencies, it's in my TODO list). Warning: ASAN require more memory to check... memory allocations (:-)))... https://en.wikipedia.org/wiki/AddressSanitizer There are plenty of checker to enable, but for the moment i just turn on the most common: address sanitizer. I can see a linking failure with other ones. This need investigations. Gilles -- You are receiving this mail because: You are watching all bug changes.