Comment 6 for bug 856817

Revision history for this message
Albert Astals Cid (aacid) wrote :

Looking at the stack trace it seems keymonitor.cpp:127 (frame #11) ends up calling qFatal (frame #9), but in line 127 there is an UQ_WARNING call, not a qFatal call, so that abort you are seeing should not happen. Is it possible that you were running with the QT_FATAL_WARNINGS environment variable defined?