Hi Steve. Pls find attached code for stress application. The test code is very simple. Just alloc memory. 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 Thanks On Thu, Aug 25, 2011 at 7:27 PM, Steve Chen wrote: > On Thu, Aug 25, 2011 at 1:06 AM, naveen yadav wrote: >> I am paste only small crash log due to size problem. >> >> >> >> >>> Hi All, >>> >>> We are running one malloc testprogram using below script. >>> >>> while true >>> do >>> ./stress & >>> sleep 1 >>> done >>> >>> >>> >>> >>> After 10-15 min we observe following crash in kernel >>> >>> >>>  Kernel panic - not syncing: Out of memory and no killable processes... >>> >>> attaching log also. >>> >>> Thanks >>> >> >> _______________________________________________ >> linux-arm-kernel mailing list >> linux-arm-kernel@lists.infradead.org >> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel >> >> > > Can you share the code in ./stress? > > Thanks, > > Steve >