https://bugs.kde.org/show_bug.cgi?id=379268
--- Comment #49 from Leslie Zhai <lesliez...@kde-china.org> --- Hi Łukasz, Just disable sanitizer for GNU compiler: cmake .. -DCMAKE_INSTALL_PREFIX=/usr \ -DKDE_INSTALL_LIBDIR=lib \ -DKDE_INSTALL_LIBEXECDIR=lib \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ -DK3B_BUILD_API_DOCS=ON \ -DK3B_ENABLE_PERMISSION_HELPER=ON \ -DK3B_DEBUG=ON PS: There is an extra-cmake-modules GNU sanitizer bug https://git.reviewboard.kde.org/r/129708/ I know GNU compiler supported sanitizer and there is KASan for Linux kernel https://www.kernel.org/doc/html/latest/dev-tools/kasan.html but I have not experienced it in my box, I only use LLVM's! Regards, Leslie Zhai -- You are receiving this mail because: You are watching all bug changes.