On Wed, 13 Jun 2001 13:37:51 +0200,
borenius@shuttle.de (Raoul Borenius) wrote:
>Unable to handle kernel paging request at virtual address 00000000, epc ==
>8800e e5c, ra == 8800ee5c
>Call Trace: [<88124dc0>] [<88124dd8>] [<8800eb84>] [<88063810>] [<880647f4>]
>[<8 8063670>] [<880640f0>] [<880640b8>]
>[<8805f7f4>] [<88052a88>] [<88052b74>] [<880
>537c0>] [<88053768>] [<88052294>] [<8804ef14>] [<8800fc28>] [<8800c638>]
>[<c013d 686>]
The epc line and the call trace have embedded spaces and newlines which
are preventing ksymoops from doing a full conversion. Try again with
the extra characters removed, i.e.
Unable to handle kernel paging request at virtual address 00000000, epc ==
8800e5c, ra == 8800ee5c
....
Call Trace: [<88124dc0>] [<88124dd8>] [<8800eb84>] [<88063810>]
[<880647f4>] [<88063670>] [<880640f0>] [<880640b8>] [<8805f7f4>]
[<88052a88>] [<88052b74>] [<880537c0>] [<88053768>] [<88052294>]
[<8804ef14>] [<8800fc28>] [<8800c638>] [<c013d686>]
Code: ...
|