View | Details | Raw Unified | Return to bug 21999
Collapse All | Expand All

(-)doc/en_US.ISO_8859-1/books/faq/book.sgml (-2 / +2 lines)
Lines 10939-10945 Link Here
10939
              <listitem>
10939
              <listitem>
10940
                <para>When the system reboots, do the following:
10940
                <para>When the system reboots, do the following:
10941
10941
10942
                  <screen>&prompt.user; <userinput>nm /kernel.that.caused.the.panic | grep f0xxxxxx</userinput></screen>
10942
                  <screen>&prompt.user; <userinput>nm -n /kernel.that.caused.the.panic | grep f0xxxxxx</userinput></screen>
10943
10943
10944
                  where <literal>f0xxxxxx</literal> is the instruction
10944
                  where <literal>f0xxxxxx</literal> is the instruction
10945
                  pointer value. The odds are you will not get an exact
10945
                  pointer value. The odds are you will not get an exact
Lines 10950-10956 Link Here
10950
                  last digit from the instruction pointer value and try
10950
                  last digit from the instruction pointer value and try
10951
                  again, i.e.:
10951
                  again, i.e.:
10952
10952
10953
                  <screen>&prompt.user; <userinput>nm /kernel.that.caused.the.panic | grep f0xxxxx</userinput></screen>
10953
                  <screen>&prompt.user; <userinput>nm -n /kernel.that.caused.the.panic | grep f0xxxxx</userinput></screen>
10954
10954
10955
                   If that doesn't yield any results, chop off another
10955
                   If that doesn't yield any results, chop off another
10956
                   digit. Repeat until you get some sort of output. The
10956
                   digit. Repeat until you get some sort of output. The

Return to bug 21999