From owner-freebsd-java Wed Mar 19 2:59: 9 2003 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FB9B37B401; Wed, 19 Mar 2003 02:59:06 -0800 (PST) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B51343F93; Wed, 19 Mar 2003 02:59:05 -0800 (PST) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.6/8.12.6) with ESMTP id h2JAxL9c011662; Wed, 19 Mar 2003 11:59:21 +0100 (CET) (envelope-from ernst@zaphod.euronet.nl) Received: (from ernst@localhost) by zaphod.euronet.nl (8.12.6/8.12.6/Submit) id h2JAxKse011661; Wed, 19 Mar 2003 11:59:20 +0100 (CET) From: Ernst de Haan Organization: Wanadoo Nederland B.V. To: Mantzios Achilleus , freebsd-stable@FreeBSD.ORG Subject: Re: Resolution of Fatal trap 12: page fault while in kernel mode Date: Wed, 19 Mar 2003 11:59:20 +0100 User-Agent: KMail/1.5 Cc: freebsd-java@FreeBSD.ORG References: In-Reply-To: X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200303191159.20621.ernst.dehaan@nl.wanadoo.com> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The most obvious possibility seems to be 'maxusers 0'.... Ernst On Wednesday 19 March 2003 11:01, Mantzios Achilleus wrote: > Hi, > by building a kernel based on GENERIC conf > the kernel traps went away. > I attach the diff here > diff /usr/src/sys/i386/conf/ACHIX /usr/src/sys/i386/conf/GENERIC > > > cpu I386_CPU > > cpu I486_CPU > > cpu I586_CPU > > 22,23c25,26 > < ident ACHIX > < maxusers 128 > --- > > > ident GENERIC > > maxusers 0 > > 43c46 > < options SCSI_DELAY=1000 #Delay (in ms) before probing SCSI > --- > > > options SCSI_DELAY=15000 #Delay (in ms) before probing > > SCSI > > 53c56 > < options ICMP_BANDLIM #Rate limit bad replies > --- > > > options ICMP_BANDLIM #Rate limit bad replies > > 54a58,61 > > > options AHC_REG_PRETTY_PRINT # Print register bitfields in > > debug > > > # output. Adds ~128k to driver. > > options AHD_REG_PRETTY_PRINT # Print register bitfields in > > debug > > > # output. Adds ~215k to driver. > > 85a93 > > > device ahd # AHA39320/29320 and onboard > > AIC79xx devices > 87a96 > > > device mpt # LSI-Logic MPT/Fusion > > 90c99 > < options SYM_SETUP_LP_PROBE_MAP=0x40 > --- > > > options SYM_SETUP_LP_PROBE_MAP=0x40 > > 114c123 > < device iir # Intel Integrated RAID > --- > > > device iir # Intel Integrated RAID > > 120c129 > < device aacp # SCSI passthrough for aac > (requires CAM) > --- > > > #device aacp # SCSI passthrough for aac > > (requires CAM) > 145a155,156 > > > device agp # support several AGP chipsets > > I cant see any evil lines on my ACHIX conf. > However ACHIX conf used to work robustly back in 4.7 > > ---------------------------------------------------------------- > > | go to the source -> http://www.softlab.ece.ntua.gr/~mantzios | > > ---------------------------------------------------------------- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message