[Libav-user] segfault at avcodec_encode_audio2 when

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Feb 12 00:42:32 CET 2014


Yuri Oleynikov (יורי אולייניקוב <yurkao at ...> writes:

> 0x7692a06e in msvcrt!memmove () from C:\Windows\syswow64\msvcrt.dll
> (gdb) bt
> 
> #0  0x7692a06e in msvcrt!memmove () from C:\Windows\syswow64\msvcrt.dll
> #1  0x7692a00b in msvcrt!memmove () from C:\Windows\syswow64\msvcrt.dll
> 
> #2  0x5d282c0f in avcodec-55!av_parser_close ()
>    from C:\Users\devel\Documents\Visual Studio 2010\
> Projects\avconv\Debug\avcodec-55.dll
> #3  0x00168940 in ?? ()
> 
> Backtrace stopped: previous frame inner to this frame (corrupt stack?)

If you use shared libraries, you will need 
--disable-stripping (and maybe --disable-optimizations) 
to produce a useful backtrace.

Carl Eugen



More information about the Libav-user mailing list