Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Log Trace Kernel Shutdown: (5 Items)
   
Log Trace Kernel Shutdown  
Hello, 
I have a AT91sam9260-ek eval bord, running with the procnt-instr kernel. I want to play with the system profiler but the
 problem is after I issue (from Momentics,IDE running on windows computer) i see on the serial connection that the 
kernel shuts down  with the parameters S C F 11/1/11 
"(Shutdown[0,0] S/C/F=10/1/5 C/D=fe016938/fe089aýRomBOOT
>AT91Bootstrap loading from 0x8400...
)"
What is the problem? I searched in the fault.h sigfault.h and signal.h and i found out that there is a memory problem, 
but i don't have any of my applications running on the target, only drivers. 
Re: Log Trace Kernel Shutdown  
kernel crashes when you running system profiling? or you running profiling to see why it is crashing?

On 06/07/2011 10:54 AM, Sorin-Horatiu Soare wrote:
> Hello, 
> I have a AT91sam9260-ek eval bord, running with the procnt-instr kernel. I want to play with the system profiler but 
the problem is after I issue (from Momentics,IDE running on windows computer) i see on the serial connection that the 
kernel shuts down  with the parameters S C F 11/1/11 
> "(Shutdown[0,0] S/C/F=10/1/5 C/D=fe016938/fe089aýRomBOOT
>> AT91Bootstrap loading from 0x8400...
> )"
> What is the problem? I searched in the fault.h sigfault.h and signal.h and i found out that there is a memory problem,
 but i don't have any of my applications running on the target, only drivers. 
> 
> 
> 
> _______________________________________________
> 
> OSTech
> http://community.qnx.com/sf/go/post86478
Re: Log Trace Kernel Shutdown  
Without seeing the complete shutdown message (eg. the register context)
it's hard to say exactly what the cause of the kernel crash was.

The SIGBUS "signal" code you see (10/1/5) is usually the result of a
misaligned access.

Do you have an up-to-date BSP?
I seem to recall there was a bug in the timer_value callouts for some
of those atmel parts that would cause stack overflow issues with the
kernel instrumentation code.

	Sunil.

Sorin-Horatiu Soare wrote:
> Hello,
> I have a AT91sam9260-ek eval bord, running with the procnt-instr kernel. 
> I want to play with the system profiler but the problem is after I issue 
> (from Momentics,IDE running on windows computer) i see on the serial 
> connection that the kernel shuts down  with the parameters S C F 11/1/11
> "(Shutdown[0,0] S/C/F=10/1/5 C/D=fe016938/fe089aýRomBOOT
>  >AT91Bootstrap loading from 0x8400...
> )"
> What is the problem? I searched in the fault.h sigfault.h and signal.h 
> and i found out that there is a memory problem, but i don't have any of 
> my applications running on the target, only drivers.
> 
> 
> 
> _______________________________________________
> 
> OSTech
> http://community.qnx.com/sf/go/post86478
> 
Re: Log Trace Kernel Shutdown  
Elena: the kernel crashes when i  do event trace from Momentics. So when i try to profile my system it crashes.
Sunil : The kernel dump does not show the register contex, it prints out exactly what i writen in my first post. I am 
using the latest Momentics SDP , with the instrumented kernel.
Re: Log Trace Kernel Shutdown  
Are you using out-of-the box tracing, of you have your own tracing hooks?

On 06/10/2011 04:43 AM, Sorin-Horatiu Soare wrote:
> Elena: the kernel crashes when i  do event trace from Momentics. So when i try to profile my system it crashes.
> Sunil : The kernel dump does not show the register contex, it prints out exactly what i writen in my first post. I am 
using the latest Momentics SDP , with the instrumented kernel.
> 
> 
> 
> _______________________________________________
> 
> OSTech
> http://community.qnx.com/sf/go/post86546
>