From owner-freebsd-alpha@FreeBSD.ORG Mon Mar 15 17:37:23 2004 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00C0216A4CE for ; Mon, 15 Mar 2004 17:37:23 -0800 (PST) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id A525943D2F for ; Mon, 15 Mar 2004 17:37:22 -0800 (PST) (envelope-from sepotvin@videotron.ca) Received: from [192.168.0.234] ([24.37.11.34]) by VL-MO-MR001.ip.videotron.ca (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0HUN00EONB69LX@VL-MO-MR001.ip.videotron.ca> for alpha@freebsd.org; Mon, 15 Mar 2004 20:37:21 -0500 (EST) Date: Mon, 15 Mar 2004 20:37:21 -0500 From: "Stephane E. Potvin" In-reply-to: <20040315231809.GA39847@freebie.xs4all.nl> To: alpha@freebsd.org Message-id: <783C9040-76EA-11D8-9B58-000A95AFA61E@videotron.ca> MIME-version: 1.0 X-Mailer: Apple Mail (2.612) Content-type: text/plain; charset=US-ASCII; format=flowed Content-transfer-encoding: 7BIT References: <200403121543.03123.jhb@FreeBSD.org> <20040312225626.GA5976@freebie.xs4all.nl> <200403151320.32852.jhb@FreeBSD.org> <20040315231809.GA39847@freebie.xs4all.nl> Subject: Re: Testers Needed!! X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2004 01:37:23 -0000 On 15-Mar-04, at 6:18 PM, Wilko Bulte wrote: > On Mon, Mar 15, 2004 at 01:20:32PM -0500, John Baldwin wrote: >> On Friday 12 March 2004 06:07 pm, Wilko Bulte wrote: >>> On Fri, Mar 12, 2004 at 11:56:26PM +0100, Wilko Bulte wrote: >>>> On Fri, Mar 12, 2004 at 05:15:52PM -0500, John Baldwin wrote: >>>>> On Friday 12 March 2004 04:28 pm, Wilko Bulte wrote: >>>>>> On Fri, Mar 12, 2004 at 03:43:03PM -0500, John Baldwin wrote: >>>>>>> Ok, two patches that I need someone to test. First off, I have > >>>>> etc. work ok w/o generating a LOR warning (which means you have to >>>>> have >>>>> WITNESS on for this test). Thanks for testing these. >>>> >>>> I'm by no standard a gdb specialist but I played with it with a >>>> WITNESS >>>> equipped kernel and it did not complain about LOR. On a UP DS10 btw. >>>> >>>> Gonna try the other patch next. >>> >>> Hmm.. >>> > ... > >> bah, you'll need to add a '' include to interrupt.c. >> I'll fix it >> in my tree here and commit the ptrace patch. Thanks! > > I have the interrupt.c patch now in test. Currently the DS10 is doing a > plain buildworld, I will move to make -j next. > > How long would the test need to run for a reliable indication of > Go/NoGo > Make sure that you have more than 4G swapspace. I had a -j 256 die on me after 48 hours with 768Mb ram and 4G swap. I'll bump the swap to 8G and try again (crossing fingers). You'll also have to raise kern.ipc.maxpipekva to at least 24Mb too. Steph