From owner-freebsd-stable@freebsd.org Thu Mar 10 06:30:33 2016 Return-Path: Delivered-To: freebsd-stable@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 A99CAACA629 for ; Thu, 10 Mar 2016 06:30:33 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7043617E3 for ; Thu, 10 Mar 2016 06:30:32 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id u2A6Uf4b081157; Wed, 9 Mar 2016 22:30:48 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: FreeBSD STABLE , Xin Li In-Reply-To: <56E10610.4090108@delphij.net> References: <39b73d74356785fa404c79546d84b3fb@ultimatedns.net>, <56E10610.4090108@delphij.net> From: "Chris H" Subject: Re: fetch(1) always dumps core - openssl issue? Date: Wed, 09 Mar 2016 22:30:48 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 06:30:33 -0000 On Wed, 9 Mar 2016 21:28:48 -0800 Xin Li wrote > On 3/9/16 19:09, Chris H wrote: > > Greetings, > > I just built/installed world/kernel on a fresh > > STABLE-9 box. Now building ports almost always results > > in fetch(1) dumping core. It appears that this happens > > on ssl enabled hosts. Resulting in fetch dropping to > > distcache.freebsd.org. > > I see a lot of noise on the lists regarding openssl > > issues recently. So thought I'd mention this, in hopes > > of finding a solution. > > Please update to r296597+. > > Cheers, Will do. Thank you very much! --Chris --