From owner-freebsd-multimedia@freebsd.org Tue Jan 12 04:50:23 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 23E0FA6D3DC for ; Tue, 12 Jan 2016 04:50:23 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: from mail-qg0-x22b.google.com (mail-qg0-x22b.google.com [IPv6:2607:f8b0:400d:c04::22b]) (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 DD99E1612 for ; Tue, 12 Jan 2016 04:50:22 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: by mail-qg0-x22b.google.com with SMTP id o11so420574658qge.2 for ; Mon, 11 Jan 2016 20:50:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=to:from:subject:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=2ikq5FglJav6z3N4A7pyMH1FqFR2KbN9+u+Zmb2JXCQ=; b=P6smfyChaAeItmkgoN+yCl7qLhJ03s8IJk9fXaTvjByfCTJfMzbwXUC0uDdvW/gTKQ D5TQ6d52ldJ/gkoq5ZX01hyyBeANMcKEmFaBirkKcZ/3yzINl/k+f2D4vN5XHCTotKtD AlKvpwSIq/YkpSn62sve48xc2LR4HuRfVn7Ng= 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-type:content-transfer-encoding; bh=2ikq5FglJav6z3N4A7pyMH1FqFR2KbN9+u+Zmb2JXCQ=; b=ahaKQbALPBxQkKZOV3WlXtsTdSaH5sjLGHdrkWVeHKTWysva1e/xPQSMoXU+lVVufE coKltR9yg06XgE46iiw5Ez3ealdIWeMCplx1dAVQ2V463Kda96hUXYgati6QyIfqBdin q1zbTaIOVPPfxh8rjRAHTzJ2i9zIsGg8PV8xJ8QxtCnxH/4FTHsPuavC8O6P+bbPOKDk Y9tacBpF+FTLM4bxYQIPygbFDZuhATAIE0mRsdV5zLxOYDVP6YHlf8UdhyoAs7P+c6wH 6fWcu2D/lqukjSilgWzwNkxoC2m8gP9gpZFXu4FM5/T8Kpn6ti6YMRvO578X8Ywk8ggP QYGA== X-Gm-Message-State: ALoCoQnvD2GGKiQkyogqYIP0aZ1axm859TeT2/RufBverrgR9FxyPj0j8SIXnOUiD0v118Bi5RMMQgrI4SpTVEm3IUhsUTnXfA== X-Received: by 10.140.32.203 with SMTP id h69mr42014285qgh.55.1452574221609; Mon, 11 Jan 2016 20:50:21 -0800 (PST) Received: from ?IPv6:2804:1b0:f181:13c5:8df2:1ffc:4ed6:551f? ([2804:1b0:f181:13c5:8df2:1ffc:4ed6:551f]) by smtp.googlemail.com with ESMTPSA id r8sm13844745qha.47.2016.01.11.20.50.20 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 11 Jan 2016 20:50:21 -0800 (PST) To: freebsd-multimedia@freebsd.org From: =?UTF-8?B?T3RhY8OtbGlv?= Subject: bug multimedia/ffmpeg libavcodec crashes with Bus error on i386 and beaglebone when using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX (i386) or ARMv6 NEON (beaglebone black) Message-ID: <569485FA.7000009@bsd.com.br> Date: Tue, 12 Jan 2016 01:50:02 -0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2016 04:50:23 -0000 Dears I'm trying debug the bug https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205958 I have found that the bus error occurs at: 0x29671740 : lds (bad),%edi Sorry by my newbie question, but how can I do to find the file where the source of this code is? Thanks a lot -Otacilio