From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 18 17:22:24 2012 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 823A010656D1 for ; Mon, 18 Jun 2012 17:22:24 +0000 (UTC) (envelope-from dieterbsd@engineer.com) Received: from mailout-us.gmx.com (mailout-us.gmx.com [74.208.5.67]) by mx1.freebsd.org (Postfix) with SMTP id 500588FC0A for ; Mon, 18 Jun 2012 17:22:24 +0000 (UTC) Received: (qmail 2783 invoked by uid 0); 18 Jun 2012 17:22:23 -0000 Received: from 67.206.186.186 by rms-us007.v300.gmx.net with HTTP Content-Type: text/plain; charset="utf-8" Date: Mon, 18 Jun 2012 13:22:19 -0400 From: "Dieter BSD" Message-ID: <20120618172221.303410@gmx.com> MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org X-Authenticated: #74169980 X-Flags: 0001 X-Mailer: GMX.com Web Mailer x-registered: 0 Content-Transfer-Encoding: 8bit X-GMX-UID: mgatb+EX3zOlNR3dAHAh7fN+IGRvb8CM Subject: Re: ffmpeg Bus error X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2012 17:22:24 -0000 > 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.