https://bugs.documentfoundation.org/show_bug.cgi?id=158078
--- Comment #3 from Bernhard Rosenkraenzer <[email protected]> --- OpenMandriva Cooker with Plasma 6. Like bug 158107, we also use LLVM 17, so there may be a connection there. It looks like this is triggered by something the compiler does (I can produce a working build by adding -O0 to compiler flags in some directories), but I doubt it's a compiler bug because I get the crash on startup with both clang 17.0.5 and gcc 13.1. Probably undefined behavior somewhere that happens to work as expected with some compilers and (disabled) optimizations. So far I haven't isolated the particular file that needs to be built with -O0 to make it work (if any -- might of course be multiple files). -- You are receiving this mail because: You are the assignee for the bug.
