Opened 18 years ago
Closed 18 years ago
#3425 closed defect (fixed)
Segfault when attempting to play a zero byte file
Reported by: | stuartm | Owned by: | stuartm |
---|---|---|---|
Priority: | minor | Milestone: | 0.21 |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
An earlier error had left a zero byte file for a failed recording. Attempting to play this file results in a segfault in DecoderBase::GetFramesRead? - backtrace attached.
Attachments (2)
Change History (7)
Changed 18 years ago by
Attachment: | segfault.txt added |
---|
comment:1 Changed 18 years ago by
Owner: | changed from Isaac Richards to skamithi |
---|---|
Status: | new → assigned |
Changed 18 years ago by
Attachment: | ticket_3425_fix.diff added |
---|
check if GetDecoder?() exists.. needed since I changed IsNearEnd? to work with prerecorded shows.
comment:2 Changed 18 years ago by
Milestone: | unknown → 0.21 |
---|
comment:3 Changed 18 years ago by
(In [13425]) Refs #3425. check for decoder in IsNearEnd?(). stuartm might add a user warning for zero byte files
comment:4 Changed 18 years ago by
Owner: | changed from skamithi to stuartm |
---|---|
Status: | assigned → new |
Note: See
TracTickets for help on using
tickets.
Backtrace