[mythtv-commits] Ticket #13571: Crash of backend on delete of program being recorded

MythTV noreply at mythtv.org
Thu May 14 21:58:00 UTC 2020


#13571: Crash of backend on delete of program being recorded
--------------------------------+-------------------------------
 Reporter:  Klaas de Waal       |          Owner:  Klaas de Waal
     Type:  Bug Report - Crash  |         Status:  new
 Priority:  minor               |      Milestone:  32.0
Component:  MythTV - General    |        Version:  Master Head
 Severity:  medium              |     Resolution:
 Keywords:                      |  Ticket locked:  0
--------------------------------+-------------------------------

Comment (by Klaas de Waal):

 A quick short test in which

 {{{
         foreach (auto elink, *m_encoderList)

 }}}
 is replaced with

 {{{
        for (auto elink : *m_encoderList)

 }}}
 looks like it is also fixing the problem.

 More testing needed, but could it be that just "foreach", which is not
 even C++ but a Qt macro, can be the culprit?

 To be continued...

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


More information about the mythtv-commits mailing list