[mythtv-commits] Ticket #9447: MacOS X - Qt binaries log spam

MythTV noreply at mythtv.org
Mon Mar 5 02:04:17 UTC 2012


#9447: MacOS X - Qt binaries log spam
-------------------------------------------------+-------------------------
 Reporter:  Craig Treleaven <ctreleaven@…>       |          Owner:
     Type:  Bug Report - General                 |  jyavenard
 Priority:  minor                                |         Status:  closed
Component:  Ports - OSX                          |      Milestone:  0.25
 Severity:  medium                               |        Version:
 Keywords:                                       |  0.24-fixes
                                                 |     Resolution:  fixed
                                                 |  Ticket locked:  0
-------------------------------------------------+-------------------------
Changes (by Github):

 * status:  assigned => closed
 * resolution:   => fixed
 * milestone:  unknown => 0.25


Comment:

 Delay first call to QTextCodec until after main QApplication has been
 created

 Calling QTextCode before QApplication has been created, causes Qt to
 ignore local plugins and use system-wide instead. Not a problem on linux
 because they are one and the same, but on mac they are different:
 resulting in loading two sets of Qt libraries in RAM, ultimately leading
 to a crash

 Fixes #9447

 Signed-off-by: Jean-Yves Avenard <jyavenard at mythtv.org>
  Branch:    master
  Changeset: 4392c16c6bec8556981824ce1a5655198f017040

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9447#comment:14>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list