Running on Debian Etch PowerPC.
$ cat /proc/cpuinfo
processor : 0
cpu : 745/755
temperature : 3-5 C (uncalibrated)
clock : 350.000000MHz
revision : 50.1 (pvr 0008 3201)
bogomips : 49.79
timebase : 24967433
platform : PowerMac
machine : PowerMac2,2
motherboard : PowerMac2,2 MacRISC Power Macintosh
detected as : 66 (iMac FireWire)
pmac flags : 00000014
L2 cache : 512K unified
pmac-generation : NewWorld
Recompiled ffmpeg with DEB_BUILD_OPTIONS="noopt,nostrip,debug"
(./configure --enable-debug doesn't exists, it's the default. File
debian/rules needs to be fixed to not add --enable-debug to confflags.)
(gdb) set args -i ubuntu-QnA-1_16-9_dv-009.avi -vcodec copy -acodec copy
ubuntu-QnA-1_16-9_dv-009.dv
(gdb) run
Starting program: /usr/bin/ffmpeg -i ubuntu-QnA-1_16-9_dv-009.avi -vcodec copy
-acodec copy ubuntu-QnA-1_16-9_dv-009.dv
[Thread debugging using libthread_db enabled]
[New Thread 805482368 (LWP 6238)]
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --enable-gpl --enable-pp --enable-pthreads --enable-vorbis
--enable-libogg --enable-a52 --enable-dts --enable-libgsm --enable-dc1394
--extra-cflags=-O1 --disable-strip --enable-shared --prefix=/usr
libavutil version: 0d.49.0.0
libavcodec version: 0d.51.11.0
libavformat version: 0d.50.5.0
built on Jan 11 2007 13:32:54, gcc: 4.1.2 20061028 (prerelease) (Debian
4.1.1-19)
Program received signal SIGILL, Illegal instruction.
[Switching to Thread 805482368 (LWP 6238)]
av_find_stream_info (ic=0x0) at utils.c:1863
1863 int duration_count[MAX_STREAMS]={0};
(gdb) bt
#0 av_find_stream_info (ic=0x0) at utils.c:1863
#1 0x10005044 in opt_input_file (
filename=0x7febeb89 "ubuntu-QnA-1_16-9_dv-009.avi") at ffmpeg.c:2814
#2 0x1000d104 in parse_options (argc=8, argv=0x7febea44, options=0x10010f88)
at cmdutils.c:99
#3 0x1000af08 in main (argc=8, argv=0x7febea44) at ffmpeg.c:4218
(gdb)
"bt full" also attached.
HTH.
--
Regards,
Andreas Henriksson
(gdb) bt full
#0 av_find_stream_info (ic=0x0) at utils.c:1863
i = 2
count = <value optimized out>
ret = <value optimized out>
read_size = <value optimized out>
st = (AVStream *) 0x1002e500
pkt1 = {pts = 1128780558587928064, dts = 1154078912393786048,
data = 0x10041cb0 "", size = 0, stream_index = 12992, flags = 26856,
duration = 262811460, destruct = 0x10044f68, priv = 0x7febdf20, pos = 7680}
pkt = <value optimized out>
pktl = <value optimized out>
ppktl = <value optimized out>
last_dts = {-9223372036854775808 <repeats 20 times>}
duration_sum = {9223372036854775807 <repeats 20 times>}
duration_count = {2146164800, 267919568, 0, 64836, 2146164816,
267914088, 268375184, 32628, 2146164832, 267915340, 268375184, 268619920,
2146164928, 267972236, 268619920, 18, 2146164864, 267915620, -1, -8}
#1 0x10005044 in opt_input_file (
filename=0x7febeb89 "ubuntu-QnA-1_16-9_dv-009.avi") at ffmpeg.c:2814
ic = (AVFormatContext *) 0x1002d080
params = {time_base = {num = 1, den = 25}, sample_rate = 44100,
channels = 1, width = 0, height = 0, pix_fmt = PIX_FMT_NONE,
image_format = 0x0, channel = 0, device = 0x0, standard = 0x10010f14 "ntsc",
mpeg2ts_raw = 0, mpeg2ts_compute_pcr = 0, initial_pause = 0,
video_codec_id = CODEC_ID_NONE, audio_codec_id = CODEC_ID_NONE}
err = 0
i = <value optimized out>
rfps = <value optimized out>
rfps_base = <value optimized out>
timestamp = <value optimized out>
#2 0x1000d104 in parse_options (argc=8, argv=0x7febea44, options=0x10010f88)
at cmdutils.c:99
opt = 0x7febeb86 "-i"
arg = 0x0
optindex = 3
po = <value optimized out>
#3 0x1000af08 in main (argc=8, argv=0x7febea44) at ffmpeg.c:4218
i = <value optimized out>
ti = 3459493713368055808
(gdb)