Multiple QRegExp crashes when multithreading in KRunner

Milian Wolff mail at milianw.de
Thu Jan 13 22:33:14 GMT 2011


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
mail at milianw.de
http://milianw.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20110113/8efa5e31/attachment.sig>


More information about the kde-core-devel mailing list