Re: [OE-core] [PATCH] qt4: Fix QT4 applications spamming "QWSLock::down(): Invalid argument"

2015-01-06 Thread Mike Looijmans
Ok, I'll add some extra information to the patch and submit a v3. M. On 01/06/2015 12:10 PM, Burton, Ross wrote: On 6 January 2015 at 10:34, Mike Looijmans mailto:mike.looijm...@topic.nl>> wrote: We have been using this patch for about half a year without problems, and the QT people

Re: [OE-core] [PATCH] qt4: Fix QT4 applications spamming "QWSLock::down(): Invalid argument"

2015-01-06 Thread Burton, Ross
On 6 January 2015 at 10:34, Mike Looijmans wrote: > We have been using this patch for about half a year without problems, and > the QT people > apparently don't care about the bug, hence there's no upstream status. > Including this > into OE core will at least save other people the trouble of hav

[OE-core] [PATCH] qt4: Fix QT4 applications spamming "QWSLock::down(): Invalid argument"

2015-01-06 Thread Mike Looijmans
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 statement