Opened 14 years ago
Closed 13 years ago
#9662 closed Bug Report - Crash (Need more Info)
[CRASH] mythtranscode aborts during a transcode
Reported by: | Owned by: | beirdo | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - Mythtranscode | Version: | 0.24 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
While running mythtranscode on my fedora 14 backend , it aborts and fails to transcode properly. Backtrace is attached.
Version: Mythtv.i686 0.24-5.fc14
nuvexport @ commit c18508f20448077762d23ab9207c5eb643324dc0
Steps to reproduce:
nuvexport to Xvid myth cutlist [yes] enable noise reduction [no] enable deinterlacing [yes] Crop broadcast overscan border [1.5] Audio bitrate [128] Variable bitrate video [Yes] Multi-pass [no] VBR quality/quantisation [6] Video bitrate? [768] Width? [512] Height? [288]
Attachments (3)
Change History (13)
Changed 14 years ago by
Attachment: | backtrace.txt added |
---|
comment:1 Changed 14 years ago by
Owner: | set to beirdo |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Status: | assigned → infoneeded |
---|
comment:3 Changed 14 years ago by
Status: | infoneeded → assigned |
---|
comment:4 Changed 14 years ago by
Status: | assigned → infoneeded |
---|
How much memory, and how much swap does this machine have? The backtrace is showing an exception of std::bad_alloc, which is usually thrown when you run out of memory. How often does this occur? With every input file, or just one in particular?
comment:5 Changed 14 years ago by
Summary: | mythtranscode aborts during a transcode → [CRASH] mythtranscode aborts during a transcode |
---|
comment:6 Changed 14 years ago by
This is a 4 socket Xeon (P4 class) server with 4GB of memory. I've tried to nuvexport about a dozen different videos (with various quality settings), all of which have aborted early with the aforementioned error.
comment:7 Changed 13 years ago by
Status: | infoneeded → assigned |
---|
comment:8 Changed 13 years ago by
Status: | assigned → infoneeded |
---|
Please give the output of mythbackend --version so I can look at the correct code while trying to debug this.
Also, if you are ready for upgrading, please try 0.25pre (aka git master branch). A fair amount of bug fixes have been done, which may have fixed this already.
comment:9 Changed 13 years ago by
Milestone: | → unknown |
---|
comment:10 Changed 13 years ago by
Resolution: | → Need more Info |
---|---|
Status: | infoneeded → closed |
OK, this is going nowhere fast. If this is still occurring, please reopen with the mythbackend --version output if you'd like this to be worked on. Without knowing which version of the code is broken, I can't do much here.
Please attach the output of nuvexport --debug for one of these runs (if run from nuvexport as it seems it is), and also a full backtrace of the issue (all threads).
From the command line in the backtrace you provided here, it looks like you are putting the fifos in /. This is not likely to work unless you are root.