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]

Re: Idle Thread trying to sleep - Error Source


On Mon, Jul 31, 2006 at 05:54:59PM +0200, Antoine Arlaud wrote:
> Hi all,
> 
> 
> My debugger displayed the following error :
> Assert Fail. void Cyg_Scheduler_Implementation::rem_thread(). Idle
> Thread trying to sleep!
> 
> What kind of action can be the source of this error ?
> 
> Is it because there is potentially somewhere a wait condition on the
> main thread ?
> What else ?
> 
> Thanks in advance,
> Regards.
> 
> Antoine ARLAUD

Stack overflow is the normal problem. Turn on stack checking or make
the stacks bigger.

    Andrew

-- 
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]