Ok, some weeks ago i've writed to this list, asking about how to
use the crash files. All the answers that i've received was about read the
Debuggin kernel manual or to use dbx and kdbx.
After use them as the manual says i've the idea about it is a
software problem with the trap function. The output of kdbx was for crash
0:
# kdbx -k vmunix.0 vmcore.0
dbx version 3.11.10
Type 'help' for help.
stopped at [boot:2466 ,0xfffffc000044a158] Source not available
(kdbx) sum
Hostname : andromeda.ulsa.mx
cpu: AlphaServer 4000 5/400 4MB avail: 1
Boot-time: Fri Apr 4 15:44:07 1997
Time: Tue Apr 8 11:51:09 1997
Kernel : OSF1 release V4.0 version 564 (alpha)
(kdbx) p panicstr
0xfffffc000059fa00 = "kernel memory fault"
(kdbx) t
> 0 boot(0x0, 0xfffffc000c8aa2c0, 0x2c0000002c, 0x3b, 0x1)
["../../../../src/k]
1 panic(s = 0xfffffc000059fa00 = "kernel memory fault")
["../../../../src/ke]
2 trap() ["../../../../src/kernel/arch/alpha/trap.c":1512,
0xfffffc0000451ff]
3 _XentMM(0x0, 0xfffffc00002a6640, 0xfffffc00005c5680,
0xfffffc000f5187c0, 0]
4 dequeue_head(0x0, 0xfffffc00002a6640, 0xfffffc00005c5680,
0xfffffc000f5187]
5 ptrread(uio = 0xffffffff90d0b848, private = 0xa)
["../../../../src/kernel/]
6 spec_read(0x9, 0x298, 0xfffffc00003ed1d0, 0xfffffc000ff0c100,
0xffffffff00]
7 spec_clread(0xfffffc000040e590, 0x0, 0xffffffff90d0b848,
0xfffffc000ff0c10]
8 vn_read(0xfffffc0000289454, 0xffffffff90d0b8e0, 0xffffffff90d0b848,
0x0, 0]
9 rw00e60000, 0xfffffc000f7f3280)
["../../../../src/kernel/bsd/sys_generic.c]
10 read(0xfffffc0000001fc6, 0xffffffff90d0b838, 0x252d2, 0x1fc600000001,
0x0)]
11 syscall(0x2000, 0x11ffff820, 0x0, 0x120005e6c, 0x3)
["../../../../src/kern]
12 _Xsyscall(0x8, 0x3ff800d1818, 0x140009ef0, 0x3, 0x1400093b0)
["../../../..]
and for crash 1:
# kdbx -k vmunix.1 vmcore.1
dbx version 3.11.10
Type 'help' for help.
stopped at [boot:2466 ,0xfffffc000044a158] Source not available
(kdbx) sum
Hostname : andromeda.ulsa.mx
cpu: AlphaServer 4000 5/400 4MB avail: 1
Boot-time: Thu Apr 24 10:24:57 1997
Time: Thu Apr 24 14:38:35 1997
Kernel : OSF1 release V4.0 version 564 (alpha)
(kdbx) p panicstr
0xfffffc000059fa00 = "kernel memory fault"
(kdbx) t
> 0 boot(0x0, 0xfffffc000da34b00, 0x2c0000002c, 0x3e, 0x1)
["../../../../src/k]
1 panic(s = 0xfffffc000059fa00 = "kernel memory fault")
["../../../../src/ke]
2 trap() ["../../../../src/kernel/arch/alpha/trap.c":1512,
0xfffffc0000451ff]
3 _XentMM(0x0, 0x4, 0xfffffc00005c5680, 0x1400a6e6c, 0x2d)
["../../../../src]
Do you have any idea of what does it means???
TIA
/////
( o o )
+------------------------oOO--(_)--OOo---------------------------------+
|Alejandro Arturo Barrera Sanchez (Zor) |
|Universidad La Salle Sistemas Academicos abs_at_hermes.ulsa.mx |
|
Tel:728-0500 ext. 2069 abs_at_ns.ulsa.mx |
|
http://Bermellon.acad.ulsa.mx/~abs |
+----------------------------------------------------------------------+
Received on Fri Apr 25 1997 - 19:24:08 NZST