From owner-freebsd-current@FreeBSD.ORG Fri Sep 10 17:37:36 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 6896916A4CE for ; Fri, 10 Sep 2004 17:37:36 +0000 (GMT) Received: from thunderbird.etv.net (thunderbird.etv.net [208.14.190.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03CF243D45 for ; Fri, 10 Sep 2004 17:37:36 +0000 (GMT) (envelope-from lists@efinley.com) Received: from [205.161.203.50] (helo=science1) by thunderbird.etv.net with smtp (Exim 4.34 (FreeBSD)) id 1C5pL4-0000PL-QE; Fri, 10 Sep 2004 11:37:35 -0600 Message-ID: <072201c4975c$db5bfa00$32cba1cd@science1> From: "Elliot Finley" To: "Jun Kuriyama" , References: <06c601c4973a$1d1c5570$32cba1cd@science1> <7m8ybip6qm.wl@black.imgsrc.co.jp> Date: Fri, 10 Sep 2004 11:37:33 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: Re: Beta3 core dump X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Elliot Finley List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2004 17:37:36 -0000 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? ----- Original Message ----- From: "Jun Kuriyama" To: Sent: Friday, September 10, 2004 7:56 AM Subject: Re: Beta3 core dump > At Fri, 10 Sep 2004 07:28:52 -0600, > Elliot Finley wrote: > > with a fresh ports cvsup, after rebuilding INDEX. If I do a 'portsdb -fu', > > I get a core dump. This is consistent. It happens every time, in the same > > place. > > > > [Updating the portsdb in /usr/ports ... - 11736 port > > entries found > > ........1000.........2000.........3000.........4000.........5000.........60 > > 00.........7000.........8000..../usr/local/lib/ruby/site_ruby/1.8/portsdb.rb > > :587: [BUG] Bus Error > > ruby 1.8.2 (2004-07-29) [i386-freebsd5] > > > > Abort (core dumped) > > Could you please trying with this patch? > > > Index: lib/libc/db/btree/bt_split.c > =================================================================== > RCS file: /home/ncvs/src/lib/libc/db/btree/bt_split.c,v > retrieving revision 1.5 > diff -u -r1.5 bt_split.c > --- lib/libc/db/btree/bt_split.c 16 Feb 2003 17:29:09 -0000 1.5 > +++ lib/libc/db/btree/bt_split.c 10 Sep 2004 13:52:38 -0000 > @@ -361,6 +361,8 @@ > r->nextpg = h->nextpg; > r->prevpg = h->pgno; > r->flags = h->flags & P_TYPE; > + /* XXX: Workaround for broken page data access. */ > + r->linp[0] = 0xffff; > > /* > * If we're splitting the last page on a level because we're appending > > > -- > Jun Kuriyama // IMG SRC, Inc. > // FreeBSD Project > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"