Matthias Fuchs, 13.01.2011: > Hi, > > There are some crashes related to QRegExp and multithreading, so they > appear when using KRunner.
QRegExp is not threadsafe, you either have to guard it with a mutex or make sure it's not shared between threads. Bye -- Milian Wolff [email protected] http://milianw.de
signature.asc
Description: This is a digitally signed message part.
