[mythtv-commits] Ticket #7528: Backend Deadlock during rescheduling

MythTV mythtv at cvs.mythtv.org
Tue Nov 10 15:53:07 UTC 2009


#7528: Backend Deadlock during rescheduling
-----------------------------------------------+----------------------------
 Reporter:  Jelle Foks <jelle-mythtv@…>        |       Owner:  gigem   
     Type:  defect                             |      Status:  assigned
 Priority:  minor                              |   Milestone:  unknown 
Component:  MythTV - Scheduling                |     Version:  unknown 
 Severity:  medium                             |     Mlocked:  0       
-----------------------------------------------+----------------------------

Comment(by gigem):

 The call to UpdateMatches() in FillRecordListFromDB() uses the private,
 temporary copy of recocrdmatch that it just made, so it doesn't need any
 protection.  The access in AddNewRecords() is updating columns that are
 only used by the scheduler thread, so I don't believe it needs any
 protection.  All of the remaining unprotected uses of recordmatch are
 single, read-only queries, which I don't believe need protection either.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7528#comment:5>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list