[FFmpeg-user] What is Segmentation fault: 11 ?

Nomis101 🐝 Nomis101 at web.de
Wed Aug 24 21:08:24 EEST 2016


Am 24.08.16 um 20:05 schrieb Carl Eugen Hoyos:
> I suspect (not osx atm):
> $ lldb ffmpeg_g
> and then on the prompt:
> r -i foo.mp4
OK, I found out how it works. I'm getting this output:

/$ lldb -- ./ffmpeg_g -i /Users/Downloads/Test.mp4 //
//(lldb) target create "./ffmpeg_g"//
//Current executable set to './ffmpeg_g' (x86_64).//
//(lldb) settings set -- target.run-args  "-i" "/Users/Downloads/Test.mp4"//
//(lldb) run//
//Process 71377 launched: './ffmpeg_g' (x86_64)//
//ffmpeg version 3.1.2 Copyright (c) 2000-2016 the FFmpeg developers//
//  built with Apple LLVM version 8.0.0 (clang-800.0.33.1)//
//  configuration: --enable-lto//
//  libavutil      55. 28.100 / 55. 28.100//
//  libavcodec     57. 48.101 / 57. 48.101//
//  libavformat    57. 41.100 / 57. 41.100//
//  libavdevice    57.  0.101 / 57.  0.101//
//  libavfilter     6. 47.100 /  6. 47.100//
//  libswscale      4.  1.100 /  4.  1.100//
//  libswresample   2.  1.100 /  2.  1.100//
//Process 71377 stopped//
//* thread #1: tid = 0x39c41, 0x00000001008f3df1
ffmpeg_g`ff_mpv_common_init + 1105, queue = 'com.apple.main-thread',
stop reason = EXC_BAD_ACCESS (code=EXC_I386_GPFLT)//
//    frame #0: 0x00000001008f3df1 ffmpeg_g`ff_mpv_common_init + 1105//
//ffmpeg_g`ff_mpv_common_init://
//->  0x1008f3df1 <+1105>: movdqa %xmm0, 0xaa8(%rbx)//
//    0x1008f3df9 <+1113>: leaq   -0x28e010(%rip), %rax     ;
put_h264_chroma_mc4_8_c//
//    0x1008f3e00 <+1120>: movd   %rax, %xmm0//
//    0x1008f3e05 <+1125>: leaq   -0x28e51c(%rip), %rax     ;
put_h264_chroma_mc8_8_c//
//(lldb)/


More information about the ffmpeg-user mailing list