Port-sparc64 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Ultrasparc III+ kernel panic



	Hello,

	New panic last night...

1 tt=30 tstate=4411001505 tpc=0x1001488 tnpc=0x100148c
2 tt=30 tstate=4482000603 tpc=0x12e1da0 tnpc=0x12e1da4

Debug information :
(gdb) list *(0x1001488)
(gdb) x/i 0x1001488
   0x1001488 <uspillk4+8>:      sta  %l0, [ %sp ] %asi
(gdb) list *(0x12e1da0)
0x12e1da0 is in mutex_vector_enter (/usr/src/sys/kern/kern_mutex.c:440).
435 * fast-path stubs are available. If an mutex_spin_enter() stub is
436      *      not available, then it is also aliased directly here.
437      */
438     void
439     mutex_vector_enter(kmutex_t *mtx)
440     {
441             uintptr_t owner, curthread;
442             turnstile_t *ts;
443     #ifdef MULTIPROCESSOR
444             u_int count;
(gdb) x/i 0x12e1da0
   0x12e1da0 <mutex_vector_enter>:      save  %sp, -176, %sp

mach stack does not return usable information. Only :
db{0} > mach stack
Window 0 frame64 0xe004ff50 locals, ins:
10426baa0 0 15a068000 1044914d0 fffffffffefa2000 0 102cfafd0 180f680
0 0 0 0 0 0 ffffffffffffa011=sp fffffffffed6d200=pc:fffffffffed6d200
Window 1 frame64 0xffffffffffffa810 locals, ins:

	You can see that this panic is exactly the same than last panic.

	Regards,

	JKB


Home | Main Index | Thread Index | Old Index