📄 crash.8v
字号:
.\" SCCSID: @(#)crash.8v 3.1 11/24/87.TH crash 8v RISC.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 orthe network, 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, 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 5.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 Exception ConditionAn unexpected system error has occurred. The exception types areas follows:.PP.RS 5.TS.tab (@);lfHB lfHBlfR lfR ._.sp 4pMnemonic@Description.sp 4p_.sp 6pINT@External interruptMOD@TLB modification exceptionTLBL@TLB miss exception (load or instruction fetch)TLBS@TLB miss exception (store)AdEL@Address error exception (load or instruction fetch)AdES@Address error exception (store)IBE@Bus error exception (for an instruction fetch)DBE@Bus error exception (for a data load or store)Sys@Sys call exceptionBp@Breakpoint exceptionCpU@Coprocessor unusable exceptionOvf@Arithmetic overflow exception.sp 6p_.TE.RE.TP.B KSP not valid.nsThis indicates either a problem in the system or failing hardware..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, new users cannot 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 dbx 1with the .PN \-kflag on the core dump..NXR "crash dump" "analyzing".SH See Alsodbx(1), reboot(8), savecore(8)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -