From owner-freebsd-multimedia@freebsd.org Thu Sep 15 05:56:48 2016 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 474E9BDB5CF for ; Thu, 15 Sep 2016 05:56:48 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2C06A166E for ; Thu, 15 Sep 2016 05:56:48 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by mailman.ysv.freebsd.org (Postfix) id 27E1BBDB5CE; Thu, 15 Sep 2016 05:56:48 +0000 (UTC) Delivered-To: multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2561ABDB5CD for ; Thu, 15 Sep 2016 05:56:48 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-lf0-f46.google.com (mail-lf0-f46.google.com [209.85.215.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9FFF7166D for ; Thu, 15 Sep 2016 05:56:46 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by mail-lf0-f46.google.com with SMTP id u14so25024736lfd.1 for ; Wed, 14 Sep 2016 22:56:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=ywb9LA+ylfQnh0y/PYNdDOCMge1BRLgt26ydviyo3j0=; b=LgvbccMdwjjlmbnCdZl7QvyLn2OjvFDi7zimarmIOazjWrcc4p6HsVHzxT7e/f0om4 P+GaOJ40lbLtmR3OFeF49RfV9qVtjxaet+W08zjc186eYgrIdQtzhgsxmHips7LrraNs evfmjsJTdoYjCZeo9Oh7A7uxDue+J1dRWVnDhpy1GL4dARkzLt4j0WX1uh+dQNpBfT9b QfnescALUT3ZLtlpMlJOC7DOAF8vkTqycjyNDeH1xbkfSUflH06cCoGYlsbOdHKn31pB GYiS5Got7D2Ge3bLDbFdXN3QoqJC8qHq3xngqjBQCR3mg5GL4a7yYF/I4S3ldQbkpN8T XW4Q== X-Gm-Message-State: AE9vXwM21jawwBqXP0p2UnSmre+BMgMPw7wHzTc+sPTMKavAyQhV7GVgZyZE1h+L4q52iA== X-Received: by 10.25.134.7 with SMTP id i7mr2323254lfd.164.1473918499362; Wed, 14 Sep 2016 22:48:19 -0700 (PDT) Received: from [192.168.1.2] ([89.169.173.68]) by smtp.gmail.com with ESMTPSA id s82sm492101lja.26.2016.09.14.22.48.18 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Sep 2016 22:48:18 -0700 (PDT) To: multimedia@FreeBSD.org From: Andrey Chernov Subject: ffmpeg port & SSE option == Bus error Message-ID: <476062e2-c450-c8fc-0be0-deeeb69408f0@freebsd.org> Date: Thu, 15 Sep 2016 08:48:17 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2016 05:56:48 -0000 Hi. I got "Bus error" attempting to use SSE option in the ffmpeg port on 10-stable compiled with standard clang. My CPU is: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz According to CPU specs it surely can SSE, SSE2, SSE3, SSE4.1 If you meet similar bug reports, it is probably better to remove SSE option from the port.