linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Charles Frederick Lepple <clepple@linus.mitre.org>
To: linuxppc-dev@lists.linuxppc.org
Subject: debugging ideas wanted
Date: Fri, 18 Jun 1999 10:27:34 -0400	[thread overview]
Message-ID: <199906181427.KAA06605@linus.mitre.org> (raw)


I am still in the process of getting LinuxPPC ported to a Dy4
SVME-177 card, and so far, the card boots to the point where an
initial console would be opened. The network driver (a variation of
sonic.c) works enough to get an IP address, and to mount the root
filesystem over NFS. For debugging output, I have a simple polled
I/O routine for the serial console. This works nicely before the
ttyS0 device (on the same serial channel) is opened.

The problem is that the board locks up hard _after_ the console is
opened, and I cannot seem to trace exactly where it is dying. The
general symptoms include a lack of network responsiveness, and an
all-around unresponsiveness to interrupts (including the
decrementer, which I hacked to blink the front-panel LED every so
often a la APUS).

This being a VME-based system, I can use another VME card to do
memory dumps even while the system is hung (the VME bridge doesn't
seem to care much), but with over a megabyte of code and data to
sift through, I don't know where to look for any signs of where it
locked up.

So I'm open to suggestions from people who have had to track down
this kind of weirdness. Specifically, does anyone have any tips to
pass along about kgdb, xmon and the like? There is an 8530 SCC chip
on board; if this will talk to xmon, great (all I know about xmon is
what I can see in the kernel source, so forgive my ignorance on this
one).

Thanks in advance,

--Charles Lepple
clepple@mitre.org

[[ This message was sent via the linuxppc-dev mailing list.  Replies are ]]
[[ not  forced  back  to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting.   ]]

                 reply	other threads:[~1999-06-18 14:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=199906181427.KAA06605@linus.mitre.org \
    --to=clepple@linus.mitre.org \
    --cc=linuxppc-dev@lists.linuxppc.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).