[mythtv-commits] Ticket #4733: threads using QRegExp have to use QThread instead of pthread

MythTV mythtv at cvs.mythtv.org
Tue Feb 26 21:20:56 UTC 2008


#4733: threads using QRegExp have to use QThread instead of pthread
--------------------+-------------------------------------------------------
 Reporter:  janne   |        Owner:  janne  
     Type:  defect  |       Status:  new    
 Priority:  minor   |    Milestone:  0.22   
Component:  mythtv  |      Version:  unknown
 Severity:  medium  |   Resolution:         
  Mlocked:  0       |  
--------------------+-------------------------------------------------------

Comment(by janne):

 (In [16274]) Merges [16191] from trunk:
 Convert EITScanner pthread from pthread to QThread

 From: David <david at unsolicited point net>
 Fixes a segfault in the EITFixup QRegExps. QRegExp depends on
 QThreadStorage
 which can only be used in threads created by QThread.

 I'm just converting the EITScanner thread due to the near release date.
 Other threads using QRegExp should be converted too or maybe not.
 I have not seen the same warning in the qt 4.3 docs.
 Refs #4695, Refs #4733

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4733#comment:2>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list