Skip to content

Instantly share code, notes, and snippets.

@henkwiedig
Created August 7, 2012 12:38
Show Gist options
  • Save henkwiedig/3284962 to your computer and use it in GitHub Desktop.
Save henkwiedig/3284962 to your computer and use it in GitHub Desktop.
ffmpeg coredump
root ~ # ffmpeg
ffmpeg version 0.10.4 Copyright (c) 2000-2012 the FFmpeg developers
built on Aug 7 2012 11:46:42 with gcc 4.7.1
configuration: --prefix=/usr --cpu=atom --arch=i386 --enable-cross-compile --cross-prefix=/home/henk/Dokumente/OpenELEC/OpenELEC.tv/build.OpenELEC_PVR-ION.i386-devel/toolchain/bin/i686-openelec-linux-gnu- --sysroot=/home/henk/Dokumente/OpenELEC/OpenELEC.tv/build.OpenELEC_PVR-ION.i386-devel/toolchain/i686-openelec-linux-gnu/sysroot --sysinclude=/home/henk/Dokumente/OpenELEC/OpenELEC.tv/build.OpenELEC_PVR-ION.i386-devel/toolchain/i686-openelec-linux-gnu/sysroot/usr/include --target-os=linux --nm=/home/henk/Dokumente/OpenELEC/OpenELEC.tv/build.OpenELEC_PVR-ION.i386-devel/toolchain/bin/i686-openelec-linux-gnu-nm --ar=/home/henk/Dokumente/OpenELEC/OpenELEC.tv/build.OpenELEC_PVR-ION.i386-devel/toolchain/bin/i686-openelec-linux-gnu-ar --as=/home/henk/Dokumente/OpenELEC/OpenELEC.tv/build.OpenELEC_PVR-ION.i386-devel/toolchain/bin/i686-openelec-linux-gnu-gcc --cc=/home/henk/Dokumente/OpenELEC/OpenELEC.tv/build.OpenELEC_PVR-ION.i386-devel/toolchain/bin/i686-openelec-linux-gnu-gcc --ld=/home/henk/Dokumente/OpenELEC/OpAssertion PIX_FMT_VDA_VLD == 81 failed at libavutil/utils.c:31
root ~ # gdb /usr/bin/ffmpeg core
GNU gdb (GDB) 7.4.50.20120716
Copyright (C) 2012 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 "i686-openelec-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/ffmpeg...(no debugging symbols found)...done.
[New LWP 1487]
warning: Can't read pathname for load map: Input/output error.
warning: File "/usr/lib/libthread_db.so.1" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
warning: File "/usr/lib/libthread_db.so.1" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
Core was generated by `ffmpeg'.
Program terminated with signal 6, Aborted.
#0 0xb7757424 in __kernel_vsyscall ()
(gdb) where
#0 0xb7757424 in __kernel_vsyscall ()
#1 0xb67bdbe0 in raise () from /lib/libc.so.6
#2 0xb67c112c in abort () from /lib/libc.so.6
#3 0xb698a07d in avutil_version () from /usr/lib/libavutil.so.51
#4 0x0805c1a5 in ?? ()
#5 0x0804c5c9 in ?? ()
#6 0xb67a8d76 in __libc_start_main () from /lib/libc.so.6
#7 0x0804c8cd in ?? ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment