Opened 15 years ago

Closed 15 years ago

#6740 closed defect (fixed)

RingBuffer additions for subtitles introduce backend crash

Reported by: robert.mcnamara@… Owned by: danielk
Priority: major Milestone: 0.22
Component: MythTV - General Version: head
Severity: high Keywords:
Cc: Ticket locked: no

Description

The recent changed to re-enable subtitles introduced a backend crash where if the URL failed to load, the code still attempts to manipulate the ringbuffer, which has been deleted. This adds a small check for the ringbuffer object before attempting to find subtitles.

Attachments (1)

rbfix.diff (651 bytes) - added by robert.mcnamara@… 15 years ago.
patch for above.

Download all attachments as: .zip

Change History (3)

Changed 15 years ago by robert.mcnamara@…

Attachment: rbfix.diff added

patch for above.

comment:1 Changed 15 years ago by danielk

Milestone: unknown0.22
Owner: changed from Isaac Richards to danielk
Status: newassigned

comment:2 Changed 15 years ago by danielk

Resolution: fixed
Status: assignedclosed

(In [20951]) Fixes #6740. Only check for auxiliary files if we succeeded in opening the primary remote file in RingBuffer?.

Note: See TracTickets for help on using tickets.