From owner-freebsd-current@FreeBSD.ORG Tue Nov 27 16:44:17 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7579416A419 for ; Tue, 27 Nov 2007 16:44:17 +0000 (UTC) (envelope-from jasone@freebsd.org) Received: from canonware.com (canonware.com [64.183.146.166]) by mx1.freebsd.org (Postfix) with ESMTP id 5C5C913C442 for ; Tue, 27 Nov 2007 16:44:17 +0000 (UTC) (envelope-from jasone@freebsd.org) Received: from [192.168.168.201] (canonware.com [64.183.146.166]) by canonware.com (Postfix) with ESMTP id 8573B1298D3; Tue, 27 Nov 2007 08:25:15 -0800 (PST) Message-ID: <474C44E2.3000406@freebsd.org> Date: Tue, 27 Nov 2007 08:25:06 -0800 From: Jason Evans User-Agent: Thunderbird 1.5.0.12 (X11/20071018) MIME-Version: 1.0 To: Aryeh Friedman References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: backing out of a cvs update X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Nov 2007 16:44:17 -0000 Aryeh Friedman wrote: > The malloc changes posted last night seem to totally hosed many apps > (they just hang)... how do I back out if the cvs -d /home/ncvs update > I did (keep in mind I did a rm -rf /usr/src /usr/obj and recheck out > to see if that whould clear it and it didn't) I missed one file when committing the malloc changes (src/lib/libc/gen/Symbol.map), which probably caused the problems you experienced. The file is committed now, so please try again. Jason