14.09.2016, 11:12, "Peter Steinbach" <[email protected]>:
>
> if your distro doesn't offer ffmpeg with debug symbols, I suggest
> building ffmpeg with debug symbols enabled. then link your code with it.
> If you then run your app in gdb, the backtrace (type in 'bt' and hit
> enter after the SIGSEGV is emitted) and may contain the line of code in
> ffmpeg that yielded the segfault. with this, you might be able to find
> the root cause of this problem.
>
> out of curiosity: what distro do you use, that has problems with
> valgrind?! I never heard something along those lines.
>
> Best,
> Peter
> _______________________________________________
> Libav-user mailing list
> [email protected]
> http://ffmpeg.org/mailman/listinfo/libav-user

I use Gentoo, I will install ffmpeg with debug symbols and try backtracing.
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to