On Wed, 29 Nov 2006 18:15:45 +0100
Ralf Hoffmann <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I'm using transcode for years but recently I was trying to convert a
> video capture file into DVD format for the first time. I used the
> ffmpeg export module and the audio needs to be resampled to 48000 from
> 44100 Hz. Using the option "-J resample" transcode segfaults.

Ack. There is a known bug that seems related with recent libavcodec releases
and that causes segfault with transcode >= 1.0.x (CVS HEAD included).

I've a very few clues about the causes of this issue. Looks like the
backtrace (that I've seen by reproducing the fault on my box) ends inside
libavcodec, but I can't exclude a problem on our code too.

Unfortunately the bug pipeline is already pretty full, and the time
reserve is empty, so I can't take care of investigating this yet.

Of course this is a blocker bug for 1.1.0 and it will be fixed ASAP.

Sorry,

[...]
> Unfortunatey the gdb backtrace doesn't give any information, but I have
> still attached the stout and stderr output. I also used valgrind to get
> some more information, perhaps this helps more than the gdb output.

Thanks for reporting. :)

Bests,

-- 
Francesco Romani - Ikitt ['people always complain, no matther what you do']
IM contact    : (email first, Antispam default deny!) icq://27-83-87-867
known bugs    : http://www.transcoding.org/cgi-bin/transcode?Bug_Showcase
tiny homepage : http://fromani.exit1.org (see IDEAS if you want send code!)

Reply via email to