ffmpeg Bus error

Dieter BSD dieterbsd at engineer.com
Mon Jun 18 17:22:24 UTC 2012


> Bus error (core dumped)

Method 1: Find or create a small input file that triggers the bug,
submit it to the developers and hope they fix it.

Method 2: Recompile with -g, run it under a debugger (gdb or similar),
get a stack backtrack.  Find the source code that is causing the error
and fix it.  Submit a patch to the developers.


More information about the freebsd-multimedia mailing list