https://bugs.kde.org/show_bug.cgi?id=487764
--- Comment #8 from Gonçalo Negrier Duarte <gonegrier.dua...@gmail.com> --- Well with the debug enable and compiling with `-O2` (-O3 is not recomended, and wasn't producing a good backtrace), it seems to take a bit longer to crash, but it crash with the same error. Note the backtrade in the attachments was with plasma-workspace compiled with `-O2` instead of `O3`: ```bash /etc/portage/env/debug ----------------------------------------- COMMON_FLAGS="-march=native -O2 -pipe -fdiagnostics-color=always -ftree-vectorize -fno-semantic-interposition -flto=thin" CFLAGS="${COMMON_FLAGS} -ggdb" CXXFLAGS="${CFLAGS}" FEATURES="splitdebug ``` -- You are receiving this mail because: You are watching all bug changes.