From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/11123 Path: news.gmane.org!.POSTED!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl segfaulting when compiled with -O2 Date: Wed, 8 Mar 2017 13:39:09 -0500 Message-ID: <20170308183909.GA1520@brightrain.aerifal.cx> References: <20170307203234.GC18936@gmail.com> <20170307203905.GT1520@brightrain.aerifal.cx> <20170307205529.GD18936@gmail.com> <20170307214540.GU1520@brightrain.aerifal.cx> <20170308011842.GI2082@port70.net> <20170308022827.GW1520@brightrain.aerifal.cx> <20170308141909.GA8128@gmail.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1488998364 21096 195.159.176.226 (8 Mar 2017 18:39:24 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 8 Mar 2017 18:39:24 +0000 (UTC) User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-11138-gllmg-musl=m.gmane.org@lists.openwall.com Wed Mar 08 19:39:21 2017 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.84_2) (envelope-from ) id 1clgUX-0004ee-Qm for gllmg-musl@m.gmane.org; Wed, 08 Mar 2017 19:39:17 +0100 Original-Received: (qmail 1580 invoked by uid 550); 8 Mar 2017 18:39:21 -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 1556 invoked from network); 8 Mar 2017 18:39:21 -0000 Content-Disposition: inline In-Reply-To: <20170308141909.GA8128@gmail.com> Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:11123 Archived-At: On Wed, Mar 08, 2017 at 11:19:10AM -0300, Breno Leitao wrote: > Hi Rich, > > On Tue, Mar 07, 2017 at 09:28:27PM -0500, Rich Felker wrote: > > Does the attached patch fix it? > > Yes. I just tested on my machine, and the problem is not reproducible > anymore. > > Thanks! Thanks for testing/feedback. Committing. Rich