]> code.ossystems Code Review - openembedded-core.git/commit
qt4: Fix QT4 applications spamming "QWSLock::down(): Invalid argument"
authorMike Looijmans <mike.looijmans@topic.nl>
Tue, 6 Jan 2015 11:46:36 +0000 (12:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Jan 2015 23:33:03 +0000 (23:33 +0000)
commit7b6546e0ee5561ece1c7972bb8dde7383b530eb7
treefe99d84872fce52ebe783f231d117f668ae19b7f
parent78f388e81cad5dfb6aea52da68f9b4523c88c5ad
qt4: Fix QT4 applications spamming "QWSLock::down(): Invalid argument"

If you run a QT server application, and a client in a separate process, it will
spam the log with "QWSLock::down(): Invalid argument" messages because of an old
bug in the locking code. There's a patch on the net that fixes it, which I manually
adapted by removing the commented-out debug statements.

We have been using this patch for about half a year without problems, and the QT people
apparently don't care about the bug, for which this solution has been posted in 2012.
Including this into OE core will at least save other people the trouble of having to find
and apply it for themselves.

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-qt/qt4/qt4-4.8.6.inc
meta/recipes-qt/qt4/qt4-4.8.6/Fix-QWSLock-invalid-argument-logs.patch [new file with mode: 0644]