Closed GoogleCodeExporter closed 9 years ago
For the bug I have reported in Apr 9, it is using Linux.
I tried FreeBSD, it also segfault.
I have tried to get more debugging info:
$ gdb ffmbc_g ./ffmbc.core
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd"...
warning: core file may not match specified executable file.
Core was generated by `ffmbc'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/local/lib/libasound.so.2...done.
Loaded symbols for /usr/local/lib/libasound.so.2
Reading symbols from /lib/libm.so.5...done.
Loaded symbols for /lib/libm.so.5
Reading symbols from /usr/lib/libbz2.so.4...done.
Loaded symbols for /usr/lib/libbz2.so.4
Reading symbols from /lib/libz.so.6...done.
Loaded symbols for /lib/libz.so.6
Reading symbols from /lib/libthr.so.3...done.
Loaded symbols for /lib/libthr.so.3
Reading symbols from /lib/libc.so.7...done.
Loaded symbols for /lib/libc.so.7
Reading symbols from /libexec/ld-elf.so.1...done.
Loaded symbols for /libexec/ld-elf.so.1
#0 0x000000000096fb78 in av_image_copy (dst_data=0x8, dst_linesizes=0x48,
src_data=0x8024472a8, src_linesizes=0x8024472e8, pix_fmt=PIX_FMT_YUVJ420P,
width=1920, height=1080) at libavutil/imgutils.c:72
72 if ((unsigned)pix_fmt >= PIX_FMT_NB || desc->flags &
PIX_FMT_HWACCEL)
[New Thread 802406400 (LWP 100402/ffmbc)]
(gdb) where
#0 0x000000000096fb78 in av_image_copy (dst_data=0x8, dst_linesizes=0x48,
src_data=0x8024472a8, src_linesizes=0x8024472e8, pix_fmt=PIX_FMT_YUVJ420P,
width=1920, height=1080) at libavutil/imgutils.c:72
#1 0x000000000045fe59 in av_vsrc_buffer_add_video_buffer_ref (
buffer_filter=0x80243d1a0, picref=0x8024472a0, flags=<value optimized out>)
at libavfilter/vsrc_buffer.c:69
#2 0x000000000046009c in av_vsrc_buffer_add_frame (buffer_src=0x80243d1a0,
frame=<value optimized out>, flags=0) at libavfilter/vsrc_buffer.c:69
#3 0x00000000004065db in output_packet (ist=<value optimized out>,
ist_index=<value optimized out>, ost_table=0x80243f520, nb_ostreams=1,
pkt=0x7fffffffd850) at ffmbc.c:3615
#4 0x000000000043ebb6 in transcode (nb_output_files=1, input_files=0x80243f500,
nb_input_files=1, stream_maps=0x0, nb_stream_maps=<value optimized out>,
output_files=Unhandled dwarf expression opcode 0x9f
) at ffmbc.c:3887
#5 0x00007fff00000000 in ?? ()
#6 0x00000000000f4240 in ?? ()
#7 0xfffffffb00000001 in ?? ()
#8 0x0000000000000001 in ?? ()
#9 0x0000000800000004 in ?? ()
#10 0x0000000501b40dbc in ?? ()
#11 0x00000008024160c0 in ?? ()
#12 0x00007fffffffd7e0 in ?? ()
#13 0x0000000802463180 in ?? ()
#14 0x0000000000000001 in ?? ()
#15 0x000000080243f500 in ?? ()
#16 0x0000000000000000 in ?? ()
Original comment by mpatd...@gmail.com
on 14 Apr 2014 at 12:21
Should be fixed, re-download the tar.bz2
Original comment by baptiste...@gmail.com
on 14 Apr 2014 at 8:36
Original issue reported on code.google.com by
mpatd...@gmail.com
on 9 Apr 2014 at 4:50