https://bugs.kde.org/show_bug.cgi?id=462098
--- Comment #5 from Jonathan E. Snow <jesiphone2...@gmail.com> --- Workaround found: As you can see in the emerge --info above, qtcore is compiled with -Ofast. If compiled with -O2 the issue resolves. I see this as an opportunity for KDE to figure out how not to have that happen (I suspect a call to the string to double function with a null string is getting optimized away), and for qt to -Ofast-proof their code. So, please don't just mark this resolved. You can break everything pretty easily and reliably with a by compiling qtcore with -Ofast, which is not *that* crazy an optimization set. All of kde works with it. It happens not in some essential KDE component, but when setting up the wisgets in plasmashell. Rather than having plasmashell crash, whatever is causing it should be detected and averted (and the bug propagated to qt). But it's not my job. Thanks KDE for this great software. -- You are receiving this mail because: You are watching all bug changes.