From: "Nikita V. Youshchenko" <yoush@cs.msu.su>
To: Primus Mutasingwa <pmutasingwa@yahoo.com>
Cc: linux-rt-users linux-rt-users <linux-rt-users@vger.kernel.org>
Subject: Re: kernel 2.6.33.7-rt29 problem
Date: Fri, 15 Oct 2010 11:24:46 +0400 [thread overview]
Message-ID: <201010151124.47930@zigzag.lvk.cs.msu.su> (raw)
In-Reply-To: <594976.7463.qm@web114205.mail.gq1.yahoo.com>
> I am looking for suggestions on how to resolve this problem. Why doesnt
> the thread run ?
> Why is the system locked up ?
> Is there any tools included in the kernel that can allow me to debug
> this ?
I guess the system locked up because some of your code (user-space or
kernel-space) runs at too high priority, and consumes too much CPU.
For debugging, I suggest to temporary drop priorities of all your
components to something below 80, and increase priority of your debugging
environment to something above 80. If you access the board over serial,
then 'debugging environment' likely includes serial interrupt and your
shell process, maybe something more - need to check.
After that, you should still be able to communicate with the system when
your failure event happens. Then use e.g. strace or gdb to find out what
is going on.
Nikita
next prev parent reply other threads:[~2010-10-15 7:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-14 19:43 kernel 2.6.33.7-rt29 problem Primus Mutasingwa
2010-10-15 7:24 ` Nikita V. Youshchenko [this message]
2010-10-15 17:59 ` gowrishankar
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=201010151124.47930@zigzag.lvk.cs.msu.su \
--to=yoush@cs.msu.su \
--cc=linux-rt-users@vger.kernel.org \
--cc=pmutasingwa@yahoo.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;
as well as URLs for NNTP newsgroup(s).