https://bugs.kde.org/show_bug.cgi?id=492886
--- Comment #9 from localtoast <ipsum.te.fu...@gmail.com> --- (In reply to Sam James from comment #8) > See https://wiki.gentoo.org/wiki/AddressSanitizer and > https://wiki.gentoo.org/wiki/UndefinedBehaviorSanitizer. Try build ksvg, > plasma-workspace, qtbase with them. No need to do glibc/gcc/gdb. I tried to rebuild those three with ASAN and UBSAN. Qtbase was fine, ksvg and plasma-workspace will not build. Originally I got an error about address sanitizer lib not being preloaded partway through ksvg's build process, and then when I fed it to emerge in LD_PRELOAD=/usr/lib/gcc/13/libasan.so, builds fail immediately. KSVG has no error messages for the build, just fails within a second or so and without creating /var/tmp/portage/kde-frameworks/ksvg build directory. It does complain about (I think) emerge having memory leaks via libpython, but that doesn't seem useful or relevant here. Plasma-workspace fails to build in the same way, but the only output for it is: Processing thread <id> Stack at <address> (SP = <long hex number - address?>) TLS at <address range> Rerun with 1 suppressed stacks Then it's repeated once with the same IDs and addresses. -- You are receiving this mail because: You are watching all bug changes.