Opened 19 years ago
Closed 19 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 )
SVN 13354 - don't know what caused it, backtrace/log attached.
Attachments (2)
Change History (5)
by , 19 years ago
| Attachment: | backend.txt.gz added |
|---|
comment:1 by , 19 years ago
| Version: | unknown → head |
|---|
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 by , 19 years ago
| Description: | modified (diff) |
|---|---|
| Summary: | SVN 13354 mythbackend crash → mythbackend crash - avformatdecoder::openfile |
comment:3 by , 19 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
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....

backend log/backtrace