From owner-freebsd-smp Tue Nov 2 18:10:57 1999 Delivered-To: freebsd-smp@freebsd.org Received: from lor.watermarkgroup.com (lor.watermarkgroup.com [207.202.73.33]) by hub.freebsd.org (Postfix) with ESMTP id 5924314D50 for ; Tue, 2 Nov 1999 18:09:15 -0800 (PST) (envelope-from luoqi@watermarkgroup.com) Received: (from luoqi@localhost) by lor.watermarkgroup.com (8.8.8/8.8.8) id VAA00363; Tue, 2 Nov 1999 21:09:10 -0500 (EST) (envelope-from luoqi) Date: Tue, 2 Nov 1999 21:09:10 -0500 (EST) From: Luoqi Chen Message-Id: <199911030209.VAA00363@lor.watermarkgroup.com> To: freebsd-smp@FreeBSD.ORG, shimon@simon-shapiro.org Subject: Re: panic Sender: owner-freebsd-smp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > What does this panic mean? > This means the same processor which held the simple lock at 0xc032c5c0 tried to lock it again. Because simple lock code is written in asm and without a stack frame, it didn't show up in the stack trace. Look up 0xc032c5c0 in the kernel's name list, it should give you a good clue on what went wrong. > atkbdc0 at 0x60-0x6f on motherboard > atkbd0 irq 1 on isa > psm0 not found > panic: rslock: cpu: 0, addr: 0xc032c5c0, lock: 0x00000001 > mp_lock = 00000001; cpuid = 0; lapic.id = 01000000 > Debugger("panic") > Stopped at Debugger+0x37: movl $0,in_Debugger > db> trace > Debugger(c0289db6) at Debugger+0x37 > panic(c02490f9,0,c032c5c0,1,c02601e7) at panic+0xa4 > bsl1(c02e66c0,c02e66c0,c02e7e54,39d000,0) at bsl1 > config_isadev_c(c02e66c0,c02db7e8,0,c0395f90,c025bee4) at config_isadev_c+0x8e > config_isadev(c02e66c0,c02db7e8) at config_isadev+0x10 > isa_configure(c0395fac,c0158993,0,393c00,39d000) at isa_configure+0x120 > configure(0) at configure+0x20 > main(c0395fb8,c016f909,c0403000,2000,2000) at main+0x83 > begin() at begin+0x55 > > -- > > > Sincerely Yours, Shimon@Simon-Shapiro.ORG > 404.664.6401 > Simon Shapiro > > Unwritten code has no bugs and executes at twice the speed of mouth > -lq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message