All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@zip.com.au>
To: BURJAN Gabor <burjang@elte.hu>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: Re: 2.4.17-rc1 kernel panic at boot
Date: Mon, 17 Dec 2001 09:29:05 -0800	[thread overview]
Message-ID: <3C1E2B61.3F9A685E@zip.com.au> (raw)
In-Reply-To: <20011217120831.GA31447@csoma.elte.hu>

BURJAN Gabor wrote:
> 
> Hello,
> 
> I have a problem with booting 2.4.17-rc1 on a RS/6000 (43P-140), when
> Vortex support is compiled into the kernel.
> 
> ...
> 
> >>NIP; c0264050 <vortex_probe1+394/cbc>   <=====
> Trace; c0263f28 <vortex_probe1+26c/cbc>

That's a big function, unfortunately.   Could you please
do the following?

In the top-level makefile, add the line:

CFLAGS += -g

right at the end.    Then rebuild the kernel, recreate the
crash, then run:

gdb vmlinux
(gdb) l *0xc0264050

(Assuming that this is still the NIP address after you've rebuilt).

This should point us at the source code where the problem is
occurring.

Thanks.

  reply	other threads:[~2001-12-17 17:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-17 12:08 2.4.17-rc1 kernel panic at boot BURJAN Gabor
2001-12-17 17:29 ` Andrew Morton [this message]
2001-12-18  4:18   ` Keith Owens
2001-12-18 14:23     ` BURJAN Gabor
2001-12-18 19:24       ` Andrew Morton
2001-12-19 13:29         ` BURJAN Gabor

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=3C1E2B61.3F9A685E@zip.com.au \
    --to=akpm@zip.com.au \
    --cc=burjang@elte.hu \
    --cc=linux-kernel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.