From owner-freebsd-current@freebsd.org Tue Nov 14 05:35:07 2017 Return-Path: Delivered-To: freebsd-current@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 B8EABD7C13A for ; Tue, 14 Nov 2017 05:35:07 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (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 8EF406FE72; Tue, 14 Nov 2017 05:35:07 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id C82053F48D; Tue, 14 Nov 2017 00:34:59 -0500 (EST) Received: from [172.20.1.136] (107-0-240-2-ip-static.hfc.comcastbusiness.net [107.0.240.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 6D1AF3F48C; Tue, 14 Nov 2017 00:34:59 -0500 (EST) Date: Mon, 13 Nov 2017 22:34:58 -0700 (MST) From: Gerald Pfeifer To: freebsd-current@FreeBSD.org, Andreas Tobler , Tijl Coosemans , Konstantin Belousov , Sunpoet Po-Chuan Hsieh Subject: Re: Segfault in _Unwind_* code called from pthread_exit In-Reply-To: Message-ID: References: <20170824180830.199885b0@kalimero.tijl.coosemans.org> <20170825173851.09116ddc@kalimero.tijl.coosemans.org> <20170825234442.GO1700@kib.kiev.ua> <20170826202813.1240a1ef@kalimero.tijl.coosemans.org> <20170826184034.GR1700@kib.kiev.ua> <20171029182351.502f53cf@kalimero.tijl.coosemans.org> <20171029191358.GU2566@kib.kiev.ua> <9a724da4-70f1-4330-9a77-619739008a14@fgznet.ch> <20171030153207.15a42a1e@kalimero.tijl.coosemans.org> <9468430e-fda4-10f4-b6a0-aa40d7d64f5b@fgznet.ch> <20171031092803.GA2566@kib.kiev.ua> <9619a1f8-bb42-abc9-a4ee-3b93192f365e@fgznet.ch> <20171101121100.5ca84da3@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Mailman-Approved-At: Tue, 14 Nov 2017 11:41:07 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2017 05:35:07 -0000 Hi everyone, just a heads-up that... On Sun, 5 Nov 2017, Gerald Pfeifer wrote: > I should have gcc8-devel updated in the next 24 hours, gcc7-devel > and gcc6-devel over the week as new snapshots are released. : > Once the respective -devel ports are updated, I'll take care of > the corresponding stable ports. ...lang/gcc6, lang/gcc6-devel (via upstream), lang/gcc7, and lang/gcc7-devel and lang/gcc8-devel (both via upstream) should have addressed this issue now. Thanks to Andreas for getting the fix into upstream GCC and backporting into active release branches! Gerald