This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RedBoot crash after do_go()


Hi,

I try to execute a simple application from RedBoot (MPC8xx plateform).
When application is finished RedBoot display exit code, then crash
(enter in GDB mode).
It seems that the stack is corrupted BEFORE the application is executed.

During function hal_thread_load_context(), the macro 'hal_cpu_int_merge'
is called to merge MSR register value with the thread context previously
initialized (HAL_THREAD_INT_CONTEXT). The thread MSR value contains
MSR_EE (to external enable irqs).

The stack is corrupted when MSR_EE bit is set to MSR in
'hal_cpu_int_merge' !!
I use GDB with BDI probe. There's no interrupt pending (SIPEND=0).

Any help, or idea is welcome.

Thank you,

David


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]