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: Unexpected exit from threads


David Luca <davidluca3000@yahoo.com> writes:

> Hello,
> 
> I tried the example found in twothreads.c, but renamed
> the file to hello.cpp to compile it with g++.
> I commented the printf calls and replaced with
> lighting led functions. The code looks like:

What happens if you leave the printf()s in as well as the led
functions? Are you sure that the for loop are long enough for the led
changed to be visible? 

> 
> When I run this example, I can see that each of the 2
> leds are lit, then the threads exits without
> continuing.

It is unlikely that the threads are exiting...

> Is there something wrong with the
> scheduler?

...or that there is anything wrong with the scheduler.


-- 
Nick Garnett                                     eCos Kernel Architect
http://www.ecoscentric.com                The eCos and RedBoot experts


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