From: yad.naveen@gmail.com (naveen yadav)
To: linux-arm-kernel@lists.infradead.org
Subject: Kernel crash (2.6.35.13)
Date: Mon, 5 Sep 2011 14:08:41 +0530 [thread overview]
Message-ID: <CAJ8eaTxaUfdX7DiXuAA=18u_m+ESA7fwwkw1zCSF9HrsoC-ydQ@mail.gmail.com> (raw)
In-Reply-To: <CAJ8eaTxPRbEGbFtME9HEnR=vUtvCOzkDoRA51AudpcPKcGeOvQ@mail.gmail.com>
Adding linux-arm
On Thu, Sep 1, 2011 at 4:10 PM, naveen yadav <yad.naveen@gmail.com> wrote:
> Dear All,
>
> I am running a simple test program that just do malloc and memset. The
> testprogram is run using below attached script
>
> while true
> do
> ./stress &
> ./stress &
> ./stress &
> ./stress &
> sleep 1
> done
>
>
> we got this issue on embedded Target.
>
> After analysis we found that most of task(stress_application) is in D
> for uninterruptible sleep.
> application ? ? ? ? ? state
>
> stress ? ? ? ? ? ? ? ? ?x
> stress ? ? ? ? ? ? ? ? ?D
> stress ? ? ? ? ? ? ? ? ?x
> stress ? ? ? ? ? ? ? ? ?D
> stress ? ? ? ? ? ? ? ? ?x
> stress ? ? ? ? ? ? ? ? ?D
> stress ? ? ? ? ? ? ? ? ?x
> sleep ? ? ? ? ? ? ? ? ? D
>
> So I observe after 10-15 min Kernel crash with
>
> Kernel panic - not syncing: Out of memory and no killable processes...
>
>
> I am attaching Kernel Crash log + Test application.
>
> Thanks
>
parent reply other threads:[~2011-09-05 8:38 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <CAJ8eaTxPRbEGbFtME9HEnR=vUtvCOzkDoRA51AudpcPKcGeOvQ@mail.gmail.com>]
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='CAJ8eaTxaUfdX7DiXuAA=18u_m+ESA7fwwkw1zCSF9HrsoC-ydQ@mail.gmail.com' \
--to=yad.naveen@gmail.com \
--cc=linux-arm-kernel@lists.infradead.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).