[mythtv-commits] Ticket #13039: Cutlist editor often crashes the frontend

MythTV noreply at mythtv.org
Tue May 9 19:25:07 UTC 2017


#13039: Cutlist editor often crashes the frontend
--------------------------------+-------------------------
 Reporter:  mythwiki@…          |          Owner:
     Type:  Bug Report - Crash  |         Status:  new
 Priority:  minor               |      Milestone:  unknown
Component:  MythTV - General    |        Version:  0.28.1
 Severity:  medium              |     Resolution:
 Keywords:                      |  Ticket locked:  0
--------------------------------+-------------------------

Comment (by mythwiki@…):

 Looking at the innards of this function, startframe is 15061.

 m_deleteMap is:
 {{{
   [3001] = MARK_CUT_END,
   [15061] = MARK_CUT_START,
   [19628] = MARK_CUT_END,
   [28204] = MARK_CUT_START,
   [32476] = MARK_CUT_END,
   [42525] = MARK_CUT_START,
   [47701] = MARK_CUT_END
 }}}
 'it' is { i = 0x0 }

 'endframe' is 19628

 'otherframe' is 15668, which means we've passed through this loop at least
 once.  It looks like the ++it walked off the end of something.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13039#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list