From owner-freebsd-java Wed Mar 19 2: 1:44 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 9952F37B401; Wed, 19 Mar 2003 02:01:42 -0800 (PST) Received: from ulysses.noc.ntua.gr (ulysses.noc.ntua.gr [147.102.222.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id A966843FAF; Wed, 19 Mar 2003 02:01:40 -0800 (PST) (envelope-from mantzios@softlab.ece.ntua.gr) Received: from theseas.softlab.ece.ntua.gr (theseas.softlab.ece.ntua.gr [147.102.1.1]) by ulysses.noc.ntua.gr (8.11.6/8.11.6) with ESMTP id h2JA1cu79926; Wed, 19 Mar 2003 12:01:38 +0200 (EET) Received: from theseas.softlab.ece.ntua.gr (mantzios@localhost [127.0.0.1]) by theseas.softlab.ece.ntua.gr (8.12.3/8.12.3/Debian-6.1) with ESMTP id h2JA1cCF019058 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 19 Mar 2003 12:01:38 +0200 Received: from localhost (mantzios@localhost) by theseas.softlab.ece.ntua.gr (8.12.3/8.12.3/Debian-6.1) with ESMTP id h2JA1bT7019053; Wed, 19 Mar 2003 12:01:37 +0200 X-Authentication-Warning: theseas.softlab.ece.ntua.gr: mantzios owned process doing -bs Date: Wed, 19 Mar 2003 12:01:37 +0200 (EET) From: Mantzios Achilleus To: freebsd-stable@FreeBSD.ORG Cc: freebsd-java@FreeBSD.ORG Subject: Resolution of Fatal trap 12: page fault while in kernel mode Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 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