Generalize "fatal trap 12" question to include all "crash with panic"
problems. Suggested by: kris
This commit is contained in:
parent
7f7f0a3c52
commit
ee190f8245
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11491
1 changed files with 3 additions and 2 deletions
|
@ -3968,8 +3968,9 @@ quit</programlisting>
|
|||
|
||||
<qandaentry>
|
||||
<question id="trap-12-panic">
|
||||
<para>My system crashes with the message <errorname>Fatal
|
||||
trap 12: page fault in kernel mode</errorname> and a
|
||||
<para>My system crashes with either <errorname>Fatal
|
||||
trap 12: page fault in kernel mode</errorname>, or
|
||||
<errorname>panic:</errorname>, and spits out a
|
||||
bunch of information. What should I do?</para>
|
||||
</question>
|
||||
|
||||
|
|
Loading…
Reference in a new issue