From owner-freebsd-arm@freebsd.org Thu May 4 23:38:16 2017 Return-Path: Delivered-To: freebsd-arm@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 CD0E5D5E6BF for ; Thu, 4 May 2017 23:38:16 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: from mail-ua0-x232.google.com (mail-ua0-x232.google.com [IPv6:2607:f8b0:400c:c08::232]) (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 8FC7B168D for ; Thu, 4 May 2017 23:38:16 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: by mail-ua0-x232.google.com with SMTP id p8so19707883uaa.3 for ; Thu, 04 May 2017 16:38:16 -0700 (PDT) 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; bh=mSeGbgZuFyl/KMF0rE9RfBlYmo4Rv71+NZbh4vA1Ifo=; b=A2iNDhYc9h56TA0TqQDcoq3Nx+hyfNgszPYLlEdxXg7X2xAN/lPEuL8b8qDLw9fXJz BjKI05WGlT0jLPixwQMW7vYD6MDolwVdyTEsHRHadtyRY0xr7B/JwkTtT6Fey/c5e77w If7A5s2gtAKuC4Pq5wTq68zLD//+2M8a7H3js= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version; bh=mSeGbgZuFyl/KMF0rE9RfBlYmo4Rv71+NZbh4vA1Ifo=; b=uPuwkRmWdsLhMvfZxILp/zp3HTNgilEHZqo3WEKnvmCqoMEY+O1XO1cTp/7hPMow5a 2rh8V1hEVb0nCblXoCZLa/SuYE5mwOJbGUz8ql3Oc2RNBSlwsxEgWFBxNiPbXsBTDAlA lKQKIkdSF5HTAj+8zoMdBAe7oRWAlYD15acnQX/aptVsBTKheSCRoLdCwiE8pX36imB+ R+vol8XolPyYtWyl+hQ9I1JPMSKGQD03fgi6L3UrrnjLBwtbR9xWNtfmr9juYXvjD1/X H2jbl3qfoW/DexWV8vUIkLXuOOnMMqlxWPZ/wdGMEy9/r+lrJBiif9hgTHioec5G2xaG 8G7w== X-Gm-Message-State: AN3rC/6X0txmsL0HY9GNQFohJSOaH3j7qnEkTaWehlMuRR2S56WQWQc4 i9pdnd3tY8BoLbse X-Received: by 10.176.68.65 with SMTP id m59mr19849860uam.127.1493941095087; Thu, 04 May 2017 16:38:15 -0700 (PDT) Received: from ?IPv6:2804:54:19ef:cc00:79bc:6e25:7dc1:b17d? ([2804:54:19ef:cc00:79bc:6e25:7dc1:b17d]) by smtp.googlemail.com with ESMTPSA id v142sm1667544vke.24.2017.05.04.16.38.13 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 May 2017 16:38:14 -0700 (PDT) To: "freebsd-arm@freebsd.org" From: =?UTF-8?B?T3RhY8OtbGlv?= Subject: multimedia/openh264 crashes FreeBSD 12 on arm64 Message-ID: Date: Thu, 4 May 2017 20:38:00 -0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 23:38:16 -0000 Hello guys I am compiling some ports on my raspberry pi 3 and some bugs have appeared. In the meantime I have found a port that all times when I try to compile its raises a kernel panic. This is multimedia/openh264. To reproduce, simply turn on the plugins and test options and try to compile. The kernel panic happens when it is doing the tests. The openh264 port revision I am using is r439777 and freebsd is 12 r317063. []'s -Otacilio