[mythtv-commits] Ticket #12858: Repeat segment violations in TryWriteProgStartMark() until padded recording reaches schedules start time
MythTV
noreply at mythtv.org
Fri Dec 16 17:08:38 UTC 2016
#12858: Repeat segment violations in TryWriteProgStartMark() until padded recording
reaches schedules start time
----------------------------------+-------------------------
Reporter: Andy Harvey <Andy@…> | Owner:
Type: Bug Report - Crash | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: 0.28.0
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
----------------------------------+-------------------------
Comment (by andy@…):
Further information.
TryWriteProgStartMark() sets last_it = durationDeltaCopy.end() then
decrements it, to get the last item, however I think for the case of the
NuppelVideoRecorder there are no items in durationDeltaCopy.
durationDeltaCopy.size() returns zero.
I patched TryWriteProgStartMark() to do nothing if there are no items in
the map and the SEGVs went away. There is then no progstart mark for the
recording.
--
Ticket URL: <https://code.mythtv.org/trac/ticket/12858#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list