From owner-freebsd-smp Sat Apr 19 10:28:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA27379 for smp-outgoing; Sat, 19 Apr 1997 10:28:44 -0700 (PDT) Received: from spinner.DIALix.COM (root@spinner.dialix.com [192.203.228.67]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA27374 for ; Sat, 19 Apr 1997 10:28:38 -0700 (PDT) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.5/8.8.5) with ESMTP id BAA00592; Sun, 20 Apr 1997 01:28:22 +0800 (WST) Message-Id: <199704191728.BAA00592@spinner.DIALix.COM> X-Mailer: exmh version 2.0gamma 1/27/96 To: Doug Rabson cc: smp@freebsd.org Subject: Re: cvs commit: /home/smp/sys/kern init_smp.c In-reply-to: Your message of "Sat, 19 Apr 1997 18:04:20 +0100." Date: Sun, 20 Apr 1997 01:28:21 +0800 From: Peter Wemm Sender: owner-smp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Doug Rabson wrote: > On Sat, 19 Apr 1997, Peter Wemm wrote: > > > Peter Wemm wrote: > > > peter 97/04/19 08:35:16 > > > > > > Modified: home/smp/sys/kern init_smp.c > > ^^^^^^^^^^^^^^^^ > > > Log: > > > change #include to - solves lockmgr panic! > > > update the idle proc create code to use the "new" style fork that doesn 't > > > "return" from the fork() function call - it now boots! > > > (I'm running smp_active=2 right now) > > > > OOPS! Slip of the fingers with a remote commit.. Sorry, this message went > > to the wrong commit mailing list.. :-] (Background for those on > > -committers, the smp kernel was put on hold while the lite2 stuff was being > > sorted out in -current. It was resync'ed a few days ago, which broke it > > somewhat.) > > I must be doing something wrong. I cvsup'ed, updated and built but I > still get the lockmgr panic :-(. Are there any pending fixes that I don't > have yet maybe? Hmm.. No.. I have 4 other touched files, and they have #ifdef WORK_IN_PROGRESS around the changes, this is not defined. Did you rerun config and "make clean depend"? I ran without APIC_IO and SMP_INVLTLB to start with, and am currently (in X11) running with APIC_IO and SMP_INVLTLB. peter@spinner[1:25am]~/smp/sys-107> uptime 1:25AM up 22 mins, 2 users, load averages: 0.31, 0.26, 0.18 peter@spinner[1:25am]~/smp/sys-108> uname -a FreeBSD spinner.DIALix.COM 3.0-SMP FreeBSD 3.0-SMP #160: Sun Apr 20 00:05:32 WST 1997 peter@spinner.DIALix.COM:/home/peter/smp/sys/compile/SMP i386 The other possibility is the difference in kernel configs.. Oh, are you running P5 or P6? There is a potential problem with tss descriptor caching that might have come out in the P6 under SMP.. > -- > Doug Rabson Mail: dfr@nlsystems.com > Nonlinear Systems Ltd. Phone: +44 181 951 1891 Cheers, -Peter