Opened 17 years ago

Closed 17 years ago

#3444 closed defect (invalid)

mythbackend crash - avformatdecoder::openfile

Reported by: anonymous Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description (last modified by stuartm)

SVN 13354 - don't know what caused it, backtrace/log attached.

Attachments (2)

backend.txt.gz (5.9 KB) - added by adeffs.mythtv@… 17 years ago.
backend log/backtrace
backend.txt (32.2 KB) - added by stuartm 17 years ago.
Uncompressed version of the posted log/Backtrace

Download all attachments as: .zip

Change History (5)

Changed 17 years ago by adeffs.mythtv@…

Attachment: backend.txt.gz added

backend log/backtrace

Changed 17 years ago by stuartm

Attachment: backend.txt added

Uncompressed version of the posted log/Backtrace

comment:1 Changed 17 years ago by stuartm

Version: unknownhead

I've uncompressed the log/backtrace. The relevant part seems to be free'ing a non-existant pointer in libavformat following "Could not find codec parameters" in avformatdecoder::openfile

comment:2 Changed 17 years ago by stuartm

Description: modified (diff)
Summary: SVN 13354 mythbackend crashmythbackend crash - avformatdecoder::openfile

comment:3 Changed 17 years ago by cpinkham

Resolution: invalid
Status: newclosed

We shouldn't be attempting to close the file inside av_close_input_file() because we never opened it inside av_open_input_file() because we set fmt->flags |= AVFMT_NOFILE. I think we're going to need a sample file that causes this in order to diagnose the problem. Nothing obvious stands out to me. Closing for now until we get more debug info. Wish we had a "NeedsMoreInfo?" reason....

Note: See TracTickets for help on using tickets.