- 论坛徽章:
- 1
|
安装UNIX5.05的问题~求教!!!!
What caused my computer to panic with trap type 0x0000000E?
Panic trap type 0x0000000E is fairly common, and you need a way to debug what's happening
For information about trap type 0x0000000E panics, see the following article, written by A.P. Lawrence, mentioned here with his permission:
http://www.aplawrence.com/Unixart/trape.shtml
Note
Third party software mentioned in this article is neither supported nor endorsed by SCO.
Note
If you are using ECC memory, the panic is unlikely to be due to bad memory. An ECC memory module contains logic to automatically correct single bit failures such that the OS is unaware of those failures. In the event of a a multi-bit error, the system would have surely received an NMI (Non Maskable Interrupt) and would have ended up, most likely, printing the following message: "FATAL arity error address unknown."
See Also
Technical Article 106009, "What are Traps, Interrupts and Exceptions?"
Technical Article 106181, "Why did my UNIX kernel 'panic'?"
这是sco 网站上的,还有其他的,自己去看吧
http://support.sco.com/rn_cgi/install.cfg/php/enduser/std_alp.php?p_li=&p_sp= |
|