From owner-freebsd-current@FreeBSD.ORG Tue Jan 22 20:10:31 2008 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 2629C16A420 for ; Tue, 22 Jan 2008 20:10:31 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 1115313C46E for ; Tue, 22 Jan 2008 20:10:31 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id m0MKAUc5010597; Tue, 22 Jan 2008 12:10:30 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id m0MKAUMU010596; Tue, 22 Jan 2008 12:10:30 -0800 (PST) (envelope-from obrien) Date: Tue, 22 Jan 2008 12:10:30 -0800 From: "David O'Brien" To: Pyun YongHyeon Message-ID: <20080122201030.GA10526@dragon.NUXI.org> Mail-Followup-To: obrien@freebsd.org, Pyun YongHyeon , freebsd-current@FreeBSD.org References: <20080122053804.GA10963@cdnetworks.co.kr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080122053804.GA10963@cdnetworks.co.kr> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-current@FreeBSD.org Subject: Re: cvs in CURRENT broken? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 20:10:31 -0000 On Tue, Jan 22, 2008 at 02:38:04PM +0900, Pyun YongHyeon wrote: > When I try to update sources with cvs on latest CURRENT, I always get the > following. > > 504 [monster: ~/NetBSD]export CVSROOT=:pserver:anoncvs@anoncvs.NetBSD.org:/cvsroot > 505 [monster: ~/NetBSD]cvs login > Logging in to :pserver:anoncvs@anoncvs.netbsd.org:2401/cvsroot > CVS password: > Assertion failed: ((run->regs_mask[elm] & (1U << bit)) == 0), function arena_run_reg_dalloc, file /usr/src/lib/libc/stdlib/malloc.c, line 2197. > cvs [login aborted]: received abort signal > > Is it known issue of cvs-1.11.22? This is fixed in this cvs-1.11 branch commit: 2006-07-25 Mark D. Baushke * login.c (free_cvs_password): New function to control freeing of the static get_cvs_passwd() returned storage. (login): Call it. * cvs.h (free_cvs_password): Add prototype for it. * client.c (auth_server): Call it. [Alter the previous NetBSD coverity cid-3404 patch.] I'll look into when 1.11.23 will come out, or if I should import a snapshot of the 1.11 branch.