binarycrusader / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
0 stars 0 forks source link

KDE message handler change can have side effects #95

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The actual message handler changes can have some side effects on other
threads that the program uses.

Solution: Replace the message handler only for programs that have no
QCoreApplication instance. (Otherwise, there is no need to replace it
because there will be no erro message.)

A patch is attatched.

Original issue reported on code.google.com by sommer...@gmail.com on 14 Mar 2010 at 12:30

Attachments:

GoogleCodeExporter commented 9 years ago
Please update this patch to be diff'd against trunk.

Original comment by npmccallum@gmail.com on 14 Mar 2010 at 7:49

GoogleCodeExporter commented 9 years ago
If using a process helper (see issue 96) this will be no longer a problem and 
thus no
needs a patch anymore.

Original comment by sommer...@gmail.com on 17 Mar 2010 at 12:24