From owner-freebsd-multimedia@freebsd.org Thu Mar 5 02:28:13 2020 Return-Path: Delivered-To: freebsd-multimedia@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 49EA02598C8 for ; Thu, 5 Mar 2020 02:28:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 48Xvmr61Xzz3LWC for ; Thu, 5 Mar 2020 02:28:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id CE2D92598C7; Thu, 5 Mar 2020 02:28:12 +0000 (UTC) Delivered-To: multimedia@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CDE3F2598C6 for ; Thu, 5 Mar 2020 02:28:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Xvmr0Lqhz3LW9 for ; Thu, 5 Mar 2020 02:28:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 95EA627E7C for ; Thu, 5 Mar 2020 02:28:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 0252SB4I003256 for ; Thu, 5 Mar 2020 02:28:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 0252SBF8003247 for multimedia@FreeBSD.org; Thu, 5 Mar 2020 02:28:11 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 244557] multimedia/ffmpeg core dumps on 11.2 (signal 10 bus error) Date: Thu, 05 Mar 2020 02:28:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Mar 2020 02:28:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244557 --- Comment #1 from Jan Beich --- Probably unrelated to bug 242147 given it affects amd64. (In reply to Palle Girgensohn from comment #0) > ffmpeg: 4.2.1_5,1 -> 4.2.2_6,1 [...] > 11.2-RELEASE-p2 (yeah, I know, old, sorry :-) Try bisecting ports changes (should take ~13 steps). > (gdb) bt > #0 0x0000000807ba8f60 in x264_8_trellis_coefn () from /usr/local/lib/lib= x264.so.159 > #1 0x0000000807a7cfee in x264_8_frame_shift () from /usr/local/lib/libx2= 64.so.159 > #2 0x0000000807a7330d in x264_8_frame_shift () from /usr/local/lib/libx2= 64.so.159 > #3 0x0000000807ad1c93 in x264_8_frame_shift () from /usr/local/lib/libx2= 64.so.159 > #4 0x0000000807acd4fd in x264_8_frame_shift () from /usr/local/lib/libx2= 64.so.159 > #5 0x0000000807ad418b in x264_8_threadpool_init () from /usr/local/lib/l= ibx264.so.159 > #6 0x0000000803fefc06 in thread_start (curthread=3D0x80ed2f200) at /usr/= src/lib/libthr/thread/thr_create.c:289 > #7 0x0000000000000000 in ?? () Not useful as this thread is different from the one that crashed. --=20 You are receiving this mail because: You are on the CC list for the bug.=