[mythtv-commits] Ticket #1396: crash of frontend on trying to enter live-tv

MythTV mythtv at cvs.mythtv.org
Tue Mar 14 19:38:40 UTC 2006


#1396: crash of frontend on trying to enter live-tv
--------------------------+-------------------------------------------------
 Reporter:  simon kenyon  |        Owner:  ijr
     Type:  defect        |       Status:  new
 Priority:  minor         |    Milestone:     
Component:  mythtv        |      Version:     
 Severity:  medium        |   Resolution:     
--------------------------+-------------------------------------------------
Comment (by simon kenyon):

 i've done some further investigation and come across this qt bug report:

 http://www.trolltech.com/developer/tasktracker.html?method=entry&id=82941

 it seems that all versions of qt prior to qt 4.1 have a problem with
 calling mysql in threaded applications.

 could this be what is causing my random (and not so random) crashes?
 however, it is surprising to me that there are not more reports of this
 type of problem.

 right now i'm building qt to link against libmysqlclient_r (the reentrant
 library), rather that libmysqlclient (which it currently does). i'll
 update this ticket with the results of my tests when i get home from work
 later tonight.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/1396>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list