Advertisement
Guest User

Untitled

a guest
Jan 18th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. ffmpeg version N-49016-g040c461 Copyright (c) 2000-2013 the FFmpeg developers
  2. built on Jan 19 2013 02:30:16 with llvm-gcc 4.2.1 (LLVM build 2336.11.00)
  3. configuration: --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --enable-libaacplus --enable-libass --enable-libcelt --enable-libfaac --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-openssl --enable-libopus --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvo-aacenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --prefix=/usr/local
  4. libavutil 52. 15.100 / 52. 15.100
  5. libavcodec 54. 89.100 / 54. 89.100
  6. libavformat 54. 61.101 / 54. 61.101
  7. libavdevice 54. 3.102 / 54. 3.102
  8. libavfilter 3. 32.101 / 3. 32.101
  9. libswscale 2. 1.103 / 2. 1.103
  10. libswresample 0. 17.102 / 0. 17.102
  11. libpostproc 52. 2.100 / 52. 2.100
  12.  
  13. Program received signal EXC_BAD_ACCESS, Could not access memory.
  14. Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000045
  15. 0x00000001002b92ff in get_cabac_inline_x86 [inlined] () at /devel/ffmpeg/libavcodec/x86/cabac.h:169
  16. 169 __asm__ volatile(
  17. (gdb) bt
  18. #0 0x00000001002b92ff in get_cabac_inline_x86 [inlined] () at /devel/ffmpeg/libavcodec/x86/cabac.h:169
  19. #1 0x00000001002b92ff in get_cabac_cbf_ctx [inlined] () at /devel/ffmpeg/libavcodec/h264_cabac.c:111
  20. #2 0x00000001002b92ff in decode_cabac_residual_nondc [inlined] () at /devel/ffmpeg/libavcodec/h264_cabac.c:1798
  21. #3 0x00000001002b92ff in ff_h264_decode_mb_cabac (h=0x27bff83) at h264_cabac.c:2348
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement