From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14689 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: ffmpeg segfault with musl Date: Wed, 18 Sep 2019 09:50:36 -0400 Message-ID: <20190918135036.GA9017@brightrain.aerifal.cx> References: <150f8535-83a7-b7a0-d11d-8efc54d60348@direct.lv> Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="32502"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-14705-gllmg-musl=m.gmane.org@lists.openwall.com Wed Sep 18 15:50:53 2019 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1iAaM8-0008K4-5u for gllmg-musl@m.gmane.org; Wed, 18 Sep 2019 15:50:52 +0200 Original-Received: (qmail 17483 invoked by uid 550); 18 Sep 2019 13:50:49 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 17456 invoked from network); 18 Sep 2019 13:50:48 -0000 Content-Disposition: inline In-Reply-To: <150f8535-83a7-b7a0-d11d-8efc54d60348@direct.lv> Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:14689 Archived-At: On Wed, Sep 18, 2019 at 04:22:06PM +0300, JS wrote: > Hello > > Does anybody have experience/solution with ffmpeg segfaulting with > musl? The issue happens when mpd tries to play wav file that is > decoded by ffmpeg. Tested with musl 1.1.17 and 1.1.23 and both old > and new ffmpeg versions. This does not happen with uClibc on the > same hardware. I'm not aware of any such problem. Are there publicly available files you can reproduce the crash with? Is mpd necessary or does ffplay crash too? (easier test case) Rich