From owner-freebsd-multimedia@freebsd.org Tue Sep 12 16:57:23 2017 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 D7F80E126FE for ; Tue, 12 Sep 2017 16:57:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id C0AC17D34E for ; Tue, 12 Sep 2017 16:57:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id BC9BCE126FD; Tue, 12 Sep 2017 16:57:23 +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 BC125E126FC for ; Tue, 12 Sep 2017 16:57:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB6227D34D for ; Tue, 12 Sep 2017 16:57:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v8CGvNa4028136 for ; Tue, 12 Sep 2017 16:57:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: maintainer-feedback requested: [Bug 222265] multimedia/avidemux dumps core on resume Date: Tue, 12 Sep 2017 16:57:23 +0000 X-Bugzilla-Type: request 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: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: 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.23 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Sep 2017 16:57:24 -0000 rkoberman@gmail.com has reassigned Bugzilla Automation 's request for maintainer-feedback to multimedia@FreeBSD.org: Bug 222265: multimedia/avidemux dumps core on resume https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222265 --- Description --- Since the commit of 320666 to FreeBSD-11 (and in head), avidemux is unstabl= e. It dumps core fairly randomly on resumes after playback is paused. The dump points to a problem with qt4, but it is unlikely that there will be assista= nce from upstream as qt4 is no longer under development and is bitrotting rather badly. The current port is badly out of date and shows multiple vulnerabilities. A= s a result, an update to the current release, 2.7, and moving to qt5 seems like= an appropriate response. Upstream has supported qt5 for some time. This is a particularly tricky port as it includes its own copy of ffmpeg and several other libraries. My efforts have, to this point, failed to get thro= ugh the configure phase.