This is the mail archive of the ecos-discuss@sourceware.org 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]

idle thread stack full?


Hi,

I have an application with 6 threads running and after a while gdb
stops and I get this message.

Program received signal SIGTRAP, Trace/breakpoint trap.
0x0006c7dc in idle_thread_stack ()

The address is in RAM and it belongs to the idle thread, is it
possible that I'm filling completely the idle thread stack? When I
increase the stack size the application run without errors for more
time but since I set the option to have a separate stack for
interrupts I don't understand who's filling the idle thread stack, am
I missing something?

Thanks a lot.

Michele

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


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