[k3b] [Bug 379268] Importing previous session does nothing (version 17.04.0)

Leslie Zhai bugzilla_noreply at kde.org
Tue May 2 14:27:11 UTC 2017


https://bugs.kde.org/show_bug.cgi?id=379268

--- Comment #49 from Leslie Zhai <lesliezhai at 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 the assignee for the bug.


More information about the k3b mailing list