[mythtv-commits] Ticket #8310: Error running mythcommflag --clearcutlist

MythTV mythtv at cvs.mythtv.org
Sat Apr 10 22:24:35 UTC 2010


#8310: Error running mythcommflag --clearcutlist
---------------------------------------------+------------------------------
 Reporter:  Ian Barton <ian@…>               |       Owner:  ijr    
     Type:  defect                           |      Status:  new    
 Priority:  trivial                          |   Milestone:  unknown
Component:  MythTV - General                 |     Version:  0.23rc1
 Severity:  low                              |     Mlocked:  0      
---------------------------------------------+------------------------------
Changes (by mdean):

  * priority:  minor => trivial


Comment:

 The code actually succeeds at clearing the cutlist.  However,
 mythcommflag's SetCutList() calls ProgramInfo::SetCutList(), which calls
 ProgramInfo::SendUpdateEvent() which uses ProgramInfoUpdater to send an
 update.  That event is received back by mythcommflag as it's in the
 process of shutting down (and after the connection to the backend and the
 database are closed), resulting in a flood of errors as it tries to get
 the information to wake the backend.

 Refs #7714.

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


More information about the mythtv-commits mailing list