LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   Crash happens between SMP calls and CPU in linux 2.6.35 kernel (https://www.linuxquestions.org/questions/linux-kernel-70/crash-happens-between-smp-calls-and-cpu-in-linux-2-6-35-kernel-4175412009/)

macarthy 06-18-2012 02:26 AM

Crash happens between SMP calls and CPU in linux 2.6.35 kernel
 
hi,
I am working on a customer specific dual core arm board. I am running gingerbread which is having Linux 2.6.35 kernel. If i run any photo gallery application like and simultaneously run a script which will put CPU1 on and OFF.

Script is like this:
while true
do
echo 1 > /sys/devices/system/cpu/cpu1/online
sleep 0.1
echo 0 > /sys/devices/system/cpu/cpu1/online
sleep 0.1
done

After some time , i found the crash.

If anyone found the same issue , please let me know the approach on this.
Regards
mcarthy

Mara 07-04-2012 01:29 PM

What kind of a crash is it? Is it the application or the kernel?


All times are GMT -5. The time now is 11:41 AM.