From owner-freebsd-current@FreeBSD.ORG Sat Sep 11 04:44:55 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 51ABB16A4CE for ; Sat, 11 Sep 2004 04:44:55 +0000 (GMT) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [210.226.20.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA6F143D1D for ; Sat, 11 Sep 2004 04:44:54 +0000 (GMT) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by black.imgsrc.co.jp (Postfix) with ESMTP id BAB8350C1B; Sat, 11 Sep 2004 13:44:53 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [IPv6:2001:218:422:2::9999]) by black.imgsrc.co.jp (Postfix) with ESMTP id 2EC8150C18; Sat, 11 Sep 2004 13:44:52 +0900 (JST) Date: Sat, 11 Sep 2004 13:44:52 +0900 Message-ID: <7mzn3xo1mj.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: "Elliot Finley" In-Reply-To: <072201c4975c$db5bfa00$32cba1cd@science1> References: <06c601c4973a$1d1c5570$32cba1cd@science1> <7m8ybip6qm.wl@black.imgsrc.co.jp> <072201c4975c$db5bfa00$32cba1cd@science1> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd 0.1 cc: freebsd-current@freebsd.org Subject: Re: Beta3 core dump 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: Sat, 11 Sep 2004 04:44:55 -0000 At Fri, 10 Sep 2004 11:37:33 -0600, Elliot Finley wrote: > I made the change, then I did a 'make && make install' in /usr/src/lib/libc. > It still core dumps. Is there anything else I need to do to put this change > into effect? Sorry, previous post is ambiguous (memset() should be appeared earlier). Complete lines are: ----- /* Put the new right page for the split into place. */ if ((r = __bt_new(t, &npg)) == NULL) return (NULL); /* XXX: Workaround for broken page data. */ memset(r, 0xff, t->bt_psize); r->pgno = npg; r->lower = BTDATAOFF; r->upper = t->bt_psize; r->nextpg = h->nextpg; r->prevpg = h->pgno; r->flags = h->flags & P_TYPE; ----- -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project