📄 crash.8v
字号:
.\" SCCSID: @(#)crash.8v 8.1 9/11/90.TH crash 8v VAX.SH Namecrash \- what happens when the system crashes.SH Description.NXR "crash keyword".NXR "system crash"This section explains what happens when the system crashes and showshow to analyze crash dumps..PPWhen the system crashes voluntarily it prints a messageon the console in the form:.IPpanic: explanation.PPThe system takes a dump on a mass storage peripheral device,and then invokes an automatic reboot procedure asdescribed in.MS reboot 8 .Unless there is some unexpected inconsistency in the stateof the file systems due to hardware or software failure, the systemthen resumes multi-user operations.If auto-reboot is disabled on the front panel of the machine, the system halts at this point..PPThe system has a large number of internal consistency checks; if oneof these fails, it prints a short message indicatingwhich one failed..PPThe most common cause of system failures is hardware failure. In all cases there is the possibility that hardware or softwareerror produced the message in some unexpected way. These messages are the ones you are likely to encounter: .NXR "system crash" "error messages".TP.B IO err in push.ns.TP.B hard IO err in swapThe system encountered an error when trying to writeto the paging deviceor an error in reading critical information from a disk drive.Fix your disk if it is broken or unreliable..TP.B timeout table overflow.nsDue to the current data structure, running out of entries causes a crash.If this happens, make the timeout table bigger..TP.B KSP not valid.ns.TP.B SBI fault.ns.TP.B CHM? in kernel.nsThese indicate either a problem in the system or failing hardware.If SBI faults recur, check out the hardware or callfield service. Run the processor microdiagnostics to determine if the problem is caused by an unreliable processor..TP.B machine check %x:.I description.ns.TP.I \0\0\0machine dependent machine-check information.nsCall field service..TP.B trap type %d, code=%d, pc=%xAn unexpected trap has occurred within the system; the trap types are:.sp.nf0 reserved addressing fault1 privileged instruction fault2 reserved operand fault3 bpt instruction fault4 xfc instruction fault5 system call trap6 arithmetic trap7 ast delivery trap8 segmentation fault9 protection fault10 trace trap11 compatibility mode fault12 page fault13 page table fault.fi.spThe most common traps in system crashes are trap types 8 and 9,indicatinga wild reference. The code is the referenced address, and the pc at thetime of the fault is printed. These problems tend to be easy to trackdown if they are kernel problems because the processor stops, but thereare random occurrences with unpredictable causes..TP.B init diedThe system initialization process has exited. The only solution is theautomatic reboot procedure described in.MS reboot 8 . Until this is done, no new users can log in..PPWhen the system crashes, it attempts to write an image of memory into the back end of the primary swaparea. After the system is rebooted, the program.MS savecore 8runs and preserves a copy of this core image and the currentsystem in a specified directory for later access. See.MS savecore 8for details..PPTo analyze a dump, you should begin by running.MS adb 1with the .PN \-kflag on the core dump..NXR "crash dump" "analyzing"Normally, the command.PN *(intstack-4)$cprovides a stack trace from the point ofthe crash and this should provide a clue as towhat went wrong..SH See Alsoadb(1), reboot(8), savecore(8)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -