From owner-freebsd-current@FreeBSD.ORG Fri Aug 20 10:53:10 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A46DD16A4CE; Fri, 20 Aug 2004 10:53:10 +0000 (GMT) Received: from mail.qubesoft.com (gate.qubesoft.com [217.169.36.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5F3A43D41; Fri, 20 Aug 2004 10:53:09 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from bluebottle.qubesoft.com (bluebottle.qubesoft.com [192.168.1.2]) by mail.qubesoft.com (8.12.9/8.12.9) with ESMTP id i7KAr8GR096976; Fri, 20 Aug 2004 11:53:08 +0100 (BST) (envelope-from dfr@nlsystems.com) Received: from builder02.qubesoft.com (builder02.qubesoft.com [192.168.1.8]) i7KAr8JV021835; Fri, 20 Aug 2004 11:53:08 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Ruslan Ermilov In-Reply-To: <20040820101817.GE27931@ip.net.ua> References: <20040820101817.GE27931@ip.net.ua> Content-Type: text/plain Message-Id: <1092999187.9863.2.camel@builder02.qubesoft.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 20 Aug 2004 11:53:08 +0100 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' cc: Doug Rabson cc: alpha@FreeBSD.org cc: current@FreeBSD.org cc: Wilko Bulte Subject: Re: Alpha is seriously broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 20 Aug 2004 10:53:10 -0000 On Fri, 2004-08-20 at 11:18, Ruslan Ermilov wrote: > Hi all, > > This is a JFYI that recent Alphas (I don't know if it's a > kernel or libc) are seriously broken. > > Wilko brought an issue in my face that a make(1) binary > on his "a couple days ago" development box is dumping a > core. I logged in to beast.FreeBSD.org only to find out > the same, and also that cc(1) is dumping core as well > when I try to compile a dummy source file: That looks a lot like rtld is failing. The code I committed last Sunday should only have affected static binaries and threaded programs. I intentionally committed the rtld code weeks ago to give it a decent testing time before the code freeze. Was beast working ok with a world built before Sunday?