Revision 94541ca...

Go back to digest for 24th November 2013

Bug Fixes in KDE Base

Alex Fiestas committed changes in [kde-workspace] kcontrol/keyboard/xkb_rules.cpp:

Add a workaround to avoid a crash produced by a GCC bug

This bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58800
in nth_element makes QtConcurrent::blockingFilter crash since underneath
QtConcurrent uses QtConcurrent::Median which uses nth_element.

We need the workaround so we can continue working on
kde-workspace/frameworks without having kded5 crashing.

File Changes

Modified 1 files
  • kcontrol/keyboard/xkb_rules.cpp
1 files changed in total