[mythtv-commits] Ticket #4768: After 16233, channel change to new input segfaults backend

MythTV mythtv at cvs.mythtv.org
Mon Feb 25 16:23:22 UTC 2008


#4768: After 16233, channel change to new input segfaults backend
-----------------------------------------------------+----------------------
 Reporter:  Mark Buechler <Mark.Buechler at gmail.com>  |        Owner:  ijr    
     Type:  defect                                   |       Status:  new    
 Priority:  minor                                    |    Milestone:  unknown
Component:  mythtv                                   |      Version:  head   
 Severity:  medium                                   |   Resolution:         
  Mlocked:  0                                        |  
-----------------------------------------------------+----------------------

Comment(by Mark Buechler <Mark.Buechler at gmail.com>):

 Daniel, can we change that QDeepCopy<QStringList> to:

     QStringList list = lextradata;
     QStringList::Iterator it;
     for (it = list.begin(); it != list.end(); ++it)
         extradata << QDeepCopy<QString>(*it);

 To be honest, I have no evidence as to why this should work better than
 the other and it may very well simply be slowing it down just enough to
 avoid the race.

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


More information about the mythtv-commits mailing list