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

MythTV noreply at mythtv.org
Wed Mar 25 19:32:59 UTC 2020


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

Comment (by gigem):

 The recinfo can't be deleted because it's a local variable created in
 HandleDeleteRecording() and passed down.  There should only be one
 recording.  As I recall, though, some of the code in that call chain uses
 fuzzy matching.  It's all in dire need of being converted to use
 recordedid exclusively instead of chanid/starttime.

 In short, your patch shouldn't hurt but I don't think it will explain/fix
 the underlying problem.

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


More information about the mythtv-commits mailing list