From owner-freebsd-multimedia@FreeBSD.ORG Sun Jun 17 16:45:24 2012 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB03F1065743 for ; Sun, 17 Jun 2012 16:45:24 +0000 (UTC) (envelope-from unga888@yahoo.com) Received: from nm26-vm0.bullet.mail.bf1.yahoo.com (nm26-vm0.bullet.mail.bf1.yahoo.com [98.139.213.74]) by mx1.freebsd.org (Postfix) with SMTP id 53B1E8FC18 for ; Sun, 17 Jun 2012 16:45:24 +0000 (UTC) Received: from [98.139.212.150] by nm26.bullet.mail.bf1.yahoo.com with NNFMP; 17 Jun 2012 16:45:18 -0000 Received: from [98.139.212.219] by tm7.bullet.mail.bf1.yahoo.com with NNFMP; 17 Jun 2012 16:45:18 -0000 Received: from [127.0.0.1] by omp1028.mail.bf1.yahoo.com with NNFMP; 17 Jun 2012 16:45:18 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 256889.32454.bm@omp1028.mail.bf1.yahoo.com Received: (qmail 79258 invoked by uid 60001); 17 Jun 2012 16:45:18 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1339951518; bh=KLLmZZGauvsox69dcxRaMQACZOYFJqIJ+Me6KTKQ/i4=; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=aUisLWPdeyUxESk98vLcU9BANhOZixAcjWGt4bHZwY41poVVw5dFPzMTuyQkBW5i2rF9c4Ew48QEONHWV4KDjkFGBURBgVpZEzknwLcbvxmBp5oelvA7aDyqs5Ld9Pv+5R3ipx2P3/M8vFet679UvHQ7k3Irwfvd0uUCn4CedbM= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=lAhhmdPCNiUvwGR8MVO/F7ali3KwD1tc5aikPTu4OCOBBPAl47B4VFnvZSiECh0cvKQIg8ZbZXhd20X96ldnzndRO5nPlRsrR56DmbOnHaiFvHFrJKCJM82XupG9/9GHAzGclYqj88TLFRuoiyLi0L7UsG8uhCCMXM9FtAN84NU=; X-YMail-OSG: S01pD9IVM1l5l7MxHAUZeAxFVZzVJinRrocnvLf0Ef4jBp3 reku52.mc495aN9ldAL53HKSjWe72L05UpZ6vqZplT39DO21JH3D.WFXrzyS OYJrba60hSBvqZ1BJ7UcqZIPfKxBHGCLm9jSjWKb4QRCpH3ObtzL7ZNcIaap iSLArCZTC8VdCBouOtSyELGkvebXljG._q8_CQpwaTKuCvgz5VPu7YhcQ2Ks i4WWlw5O3WXGf83QG8NiJYRhc8PtdUqcSUqUWnOv0LqegoXrhbuDeh3y3doo VkKhEd5FtGWrUjJc44V7oS.qeeZLK.8E4qOmBUZE1r6Ccidj3MwDTMWyQleh m3Md398oznB60hOaR9Wmn0coSKUrMNb0I_VlS8WQSOYX6myGInqXZkITs84g C5G2LhYxYq1zE0PSXLSYjaLUUTH1R0n5B.V7wGFV8Jp1vN7bIv_OkBvGhebD iJLRD2db57jMWsXFuAEHw_45m Received: from [112.135.193.13] by web161902.mail.bf1.yahoo.com via HTTP; Sun, 17 Jun 2012 09:45:17 PDT X-Mailer: YahooMailWebService/0.8.118.349524 Message-ID: <1339951517.50511.YahooMailNeo@web161902.mail.bf1.yahoo.com> Date: Sun, 17 Jun 2012 09:45:17 -0700 (PDT) From: Unga To: "freebsd-multimedia@freebsd.org" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [ffmpeg-dev/FreeBSD 9.0] avcodec_encode_video2() develops Bus error X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Unga List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2012 16:45:24 -0000 Hi all I'm running ffmpeg-dev (ffmpeg version 0.10.2.git-8f89954) on FreeBSD 9.0-RELEASE on i386. The avcodec_encode_video2() develops following error: Bus error (core dumped) On /var/log/message kernel records following message: kernel: pid 1301 (doc_examples_decodi), uid 1001: exited on signal 10 (core dumped) The ffmpeg command line transcoding from h.264/mp4 to vp8/webm works fine. Any help to identify and fix this error is very much appreciated. Best regards Unga