New submission from Reado <[email protected]>: Trying to show frames on a video file using:
ffprobe -show_frames video.mp4 > frames.txt Results in Segmentation Fault: gdb ffprobe core.9096 GNU gdb (GDB) Red Hat Enterprise Linux (7.0.1-23.el5_5.2) Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i386-redhat-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/bin/ffprobe...(no debugging symbols found)...done. Reading symbols from /usr/lib/libavdevice.so.52...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libavdevice.so.52 Reading symbols from /usr/lib/libavfilter.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libavfilter.so.1 Reading symbols from /usr/lib/libavformat.so.52...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libavformat.so.52 Reading symbols from /usr/lib/libavcodec.so.52...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libavcodec.so.52 Reading symbols from /usr/lib/libpostproc.so.51...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libpostproc.so.51 Reading symbols from /usr/lib/libswscale.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libswscale.so.0 Reading symbols from /usr/lib/libavcore.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libavcore.so.0 Reading symbols from /usr/lib/libavutil.so.50...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libavutil.so.50 Reading symbols from /lib/i686/nosegneg/libm.so.6...(no debugging symbols found)...done. Loaded symbols for /lib/i686/nosegneg/libm.so.6 Reading symbols from /lib/i686/nosegneg/libpthread.so.0...(no debugging symbols found)...done. Loaded symbols for /lib/i686/nosegneg/libpthread.so.0 Reading symbols from /lib/i686/nosegneg/libc.so.6...(no debugging symbols found)...done. Loaded symbols for /lib/i686/nosegneg/libc.so.6 Reading symbols from /usr/lib/libbz2.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libbz2.so.1 Reading symbols from /usr/lib/libz.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libz.so.1 Reading symbols from /usr/lib/libx264.so.107...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libx264.so.107 Reading symbols from /usr/lib/libfaac.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libfaac.so.0 Reading symbols from /lib/ld-linux.so.2...(no debugging symbols found)...done. Loaded symbols for /lib/ld-linux.so.2 Core was generated by `ffprobe -show_frames 74.mp4'. Program terminated with signal 11, Segmentation fault. #0 0x00b9fd31 in av_set_string3 () from /usr/lib/libavutil.so.50 ---------- messages: 12868 priority: normal status: new substatus: new title: ffprobe crashes with Segmentation Fault type: bug ________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/issue2410> ________________________________________________
