From owner-freebsd-stable Sat May 20 11:24:20 2000 Delivered-To: freebsd-stable@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 9EF1337B515 for ; Sat, 20 May 2000 11:24:13 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id LAA46056; Sat, 20 May 2000 11:24:08 -0700 (PDT) (envelope-from dillon) Date: Sat, 20 May 2000 11:24:08 -0700 (PDT) From: Matthew Dillon Message-Id: <200005201824.LAA46056@apollo.backplane.com> To: "Mike C. Muir" Cc: stable@FreeBSD.ORG Subject: Re: Problem with SMP cleanup code? Or me? References: Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :Hi, i just cvsup'd sources for stable today, recompiled a kernel and went :to boot it.. Went right up to the local package initialization and: : :panic: fdrop: count < 0 :mplock = 00000001; cpuid = 0; lapic.id = 00000000 :boot() called on cpu#0 : :Trying again, i get the same thing, only it was 'boot() called on cpu#1' :instead.. : :Could this be because I had not built (or more importantly :installed) world yet, or would that have no bearing on this problem? I'm :not sure exactly what process was being run when this panic occured, but :it was definitely up to the local package initialization. : : -mike I'm guessing you didn't recompile the modules. To be safe: cd /usr/src/sys/i386/conf config YOURKERNEL cd ../../compile/YOURKERNEL make clean depend all install cd /usr/src/sys/modules make clean depend all install And reboot. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message