Generalize "fatal trap 12" question to include all "crash with panic"

problems.

Suggested by: kris
This commit is contained in:
Michael Lucas 2001-12-21 15:37:22 +00:00
parent 7f7f0a3c52
commit ee190f8245
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11491

View file

@ -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>