[mythtv-commits] Ticket #10188: Deadlocks constantly

MythTV noreply at mythtv.org
Mon Nov 28 15:05:37 UTC 2011


#10188: Deadlocks constantly
----------------------------------------+----------------------------
 Reporter:  yurko@…                     |          Owner:
     Type:  Bug Report - Hang/Deadlock  |         Status:  new
 Priority:  major                       |      Milestone:  unknown
Component:  MythTV - General            |        Version:  Trunk Head
 Severity:  medium                      |     Resolution:
 Keywords:  Dead Lock                   |  Ticket locked:  0
----------------------------------------+----------------------------

Comment (by danielk):

 It looks like the mainserver is waiting for the masterFreeSpaceListUpdater
 to be set to NULL but it already should have been. Can you try replacing:

 {{{
     FreeSpaceUpdater *masterFreeSpaceListUpdater;
 }}}
 with
 {{{
     FreeSpaceUpdater * volatile masterFreeSpaceListUpdater;
 }}}

 That should force that loop to look for the variable in memory.

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


More information about the mythtv-commits mailing list