https://bugs.kde.org/show_bug.cgi?id=346118
--- Comment #113 from Dennis Schridde <devuran...@gmx.net> --- (In reply to madcatx from comment #111) > Somewhat off topic: > > I wanted to try out Lamarque's proposed fix but I ran into what seems to be > problem with GCC 6. No matter whether I build the qt5-declarative package > (Arch Linux) with our without the patch I always get a segfault in > libQt5Qml.so. It's difficult to debug because I cannot even log in since the > problem takes down the sddm-greeter. Original package from Arch Linux repo > which was built with GCC 5 works. Has anybody else experienced this? What you see is probably the results of undefined behaviour, which in GCC 6 results in crashes due to more aggressive optimisations: https://bugreports.qt.io/browse/QTBUG-52057 -- You are receiving this mail because: You are watching all bug changes.