Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Nov 1999 21:09:10 -0500 (EST)
From:      Luoqi Chen <luoqi@watermarkgroup.com>
To:        freebsd-smp@FreeBSD.ORG, shimon@simon-shapiro.org
Subject:   Re:  panic
Message-ID:  <199911030209.VAA00363@lor.watermarkgroup.com>

next in thread | raw e-mail | index | archive | help
> 
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911030209.VAA00363>