Opened 15 years ago
Closed 15 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)
by , 15 years ago
| Attachment: | backtrace.txt added |
|---|
comment:1 by , 15 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 15 years ago
| Status: | assigned → infoneeded |
|---|
comment:3 by , 15 years ago
| Status: | infoneeded → assigned |
|---|
comment:4 by , 15 years ago
| 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 by , 15 years ago
| Summary: | mythtranscode aborts during a transcode → [CRASH] mythtranscode aborts during a transcode |
|---|
comment:6 by , 15 years ago
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 by , 15 years ago
| Status: | infoneeded → assigned |
|---|
comment:8 by , 15 years ago
| 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 by , 15 years ago
| Milestone: | → unknown |
|---|
comment:10 by , 15 years ago
| 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.