From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn To: Huang Qiang Cc: eCos Subject: Re: [ECOS] Strange Problem in cyg_thread_delay( )? Date: Tue, 24 Apr 2001 20:27:00 -0000 Message-id: <20010423130822.E2129@biferten.ma.tech.ascom.ch> References: X-SW-Source: 2001-04/msg00382.html On Mon, Apr 23, 2001 at 12:03:05PM +0100, Huang Qiang wrote: > Dear all: > I am using ARM Evaluator7T . My test program has a sigle thread > runnning, while I call cyg_thread_delay(200) each time in the thread (loop). > It pass the first and second call to the cyg_thread_delay(200), but halted > at the third call to the cyg_thread_delay. What's wrong with it? Can anyone > help me? > Thanks a lot! > james Given the little information you have provided there could be lots of possibilites.... Have you started the schedular? Is your stack big enough? Have you memset(0,0,10000); Have you built eCos with assertions enables in package infra? That may help. Supply more details and then we may be able to help. Andrew