Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Keith Owens <kaos@melbourne.sgi.com>
To: borenius@shuttle.de (Raoul Borenius)
Cc: Florian Lohoff <flo@rfc822.org>, Ralf Baechle <ralf@oss.sgi.com>,
	linux-mips@oss.sgi.com
Subject: Re: Kernel crash on boot with current cvs (todays)
Date: Wed, 13 Jun 2001 21:46:20 +1000	[thread overview]
Message-ID: <8067.992432780@ocs4.ocs-net> (raw)
In-Reply-To: Your message of "Wed, 13 Jun 2001 13:37:51 +0200." <20010613133751.A18749@bunny.shuttle.de>

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: ...

WARNING: multiple messages have this Message-ID (diff)
From: Keith Owens <kaos@melbourne.sgi.com>
To: Raoul Borenius <borenius@shuttle.de>
Cc: Florian Lohoff <flo@rfc822.org>, Ralf Baechle <ralf@oss.sgi.com>,
	linux-mips@oss.sgi.com
Subject: Re: Kernel crash on boot with current cvs (todays)
Date: Wed, 13 Jun 2001 21:46:20 +1000	[thread overview]
Message-ID: <8067.992432780@ocs4.ocs-net> (raw)
Message-ID: <20010613114620.ml-5hxkMb87WePwV8R6RHGIyecfe5Mveh5_RZBz7VBc@z> (raw)
In-Reply-To: Your message of "Wed, 13 Jun 2001 13:37:51 +0200." <20010613133751.A18749@bunny.shuttle.de>

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: ...

  reply	other threads:[~2001-06-13 11:46 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-10 22:03 Kernel crash on boot with current cvs (todays) Florian Lohoff
2001-06-11  3:53 ` Keith Owens
2001-06-11 19:12   ` Florian Lohoff
2001-06-12  1:01     ` Maciej W. Rozycki
2001-06-12  1:01       ` Keith M Wesolowski
2001-06-12  1:22         ` Maciej W. Rozycki
2001-06-12  2:05       ` Keith Owens
2001-06-11  4:42 ` Ralf Baechle
2001-06-11 14:50   ` Raoul Borenius
2001-06-12 10:09     ` Florian Lohoff
2001-06-12 11:53       ` Ralf Baechle
2001-06-12 16:37         ` H . J . Lu
     [not found]         ` <20010613100602.A17124@bunny.shuttle.de>
2001-06-13 10:56           ` Florian Lohoff
2001-06-13 11:34             ` Keith Owens
2001-06-13 12:05               ` Ralf Baechle
2001-06-13 12:19                 ` ksymoops changes for mips (was Kernel crash on boot with current cvs) Keith Owens
2001-06-16  9:22                   ` Ralf Baechle
2001-06-27  2:21                   ` ksymoops changes for mips Keith Owens
2001-06-28 14:32                     ` Thiemo Seufer
2001-07-31  3:57                       ` Keith Owens
2001-07-31  4:30                         ` Keith Owens
2001-08-03  6:10                       ` Keith Owens
2001-08-03 10:07                         ` Thiemo Seufer
2001-06-13 13:44                 ` Kernel crash on boot with current cvs (todays) Maciej W. Rozycki
2001-06-13 14:07                   ` Keith Owens
2001-06-13 15:08                     ` Maciej W. Rozycki
2001-06-16  9:24                   ` Ralf Baechle
2001-06-13 11:37             ` Raoul Borenius
2001-06-13 11:46               ` Keith Owens [this message]
2001-06-13 11:46                 ` Keith Owens
2001-06-13 13:16                 ` Raoul Borenius

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8067.992432780@ocs4.ocs-net \
    --to=kaos@melbourne.sgi.com \
    --cc=borenius@shuttle.de \
    --cc=flo@rfc822.org \
    --cc=linux-mips@oss.sgi.com \
    --cc=ralf@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox