From owner-freebsd-stable@freebsd.org Thu Mar 10 03:08:53 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 BA8BCACA1E1 for ; Thu, 10 Mar 2016 03:08:53 +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 84A08CC6 for ; Thu, 10 Mar 2016 03:08:52 +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 u2A396ka059436 for ; Wed, 9 Mar 2016 19:09:13 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: "FreeBSD STABLE" From: "Chris H" Subject: fetch(1) always dumps core - openssl issue? Date: Wed, 09 Mar 2016 19:09:13 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <39b73d74356785fa404c79546d84b3fb@ultimatedns.net> 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 03:08:53 -0000 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. Thanks! --Chris --