From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31223 invoked by alias); 6 Jun 2005 10:32:43 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 31177 invoked by uid 22791); 6 Jun 2005 10:32:36 -0000 Received: from illhyd-static-203.197.252.75.vsnl.net.in (HELO communicator) (203.197.252.75) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Mon, 06 Jun 2005 10:32:36 +0000 Received: from [192.168.1.141] ([192.168.200.3]) by communicator (SAVSMTP 3.0.0.44) with SMTP id M2005060616131731698 for ; Mon, 06 Jun 2005 16:13:17 +0530 From: Raja Mallik To: ecos-discuss@sources.redhat.com In-Reply-To: <5A8A17126B73AC4C83968F6C4505E3C502304E95@JO-EX01.JENOPTIK.NET> References: <5A8A17126B73AC4C83968F6C4505E3C502304E95@JO-EX01.JENOPTIK.NET> Content-Type: text/plain Message-Id: <1118053876.19118.5543.camel@mazda> Mime-Version: 1.0 Date: Mon, 06 Jun 2005 10:32:00 -0000 Content-Transfer-Encoding: 7bit Subject: [ECOS] Thread not starting! X-SW-Source: 2005-06/txt/msg00033.txt.bz2 hi I am trying to run a thread application.by calling cyg_thread_create function. In the configtool, I have enabled "ASSERT" and while loading the application to my board, I get this messages! I am not able understand why the thread is not getting started.. Kindly share your views.. Regards raja Creating the Background Thread TRACE: mlqueue.cxx [ 578] Cyg_SchedThread_Implementation::Cyg_SchedThread_Implementation() {{enter TRACE: mlqueue.cxx [ 578] Cyg_SchedThread_Implementation::Cyg_SchedThread_Implementation() ((sched_info=00000007)) TRACE: mlqueue.cxx [ 592] Cyg_SchedThread_Implementation::Cyg_SchedThread_Implementation() }}return void TRACE: sched.cxx [ 468] Cyg_SchedThread::Cyg_SchedThread() {{enter TRACE: sched.cxx [ 468] Cyg_SchedThread::Cyg_SchedThread() }}RETURNING UNSET! TRACE: clock.cxx [ 650] Cyg_Alarm::Cyg_Alarm() {{enter TRACE: clock.cxx [ 650] Cyg_Alarm::Cyg_Alarm() }}RETURNING UNSET! TRACE: thread.cxx [ 200] Cyg_Thread::Cyg_Thread() {{enter TRACE: mlqueue.cxx [ 420] void Cyg_Scheduler_Implementation::register_thread() {{enter TRACE: mlqueue.cxx [ 420] void Cyg_Scheduler_Implementation::register_thread() ((thread=000786cc)) TRACE: mlqueue.cxx [ 423] void Cyg_Scheduler_Implementation::register_thread() }}return void TRACE: thread.cxx [ 238] Cyg_Thread::Cyg_Thread() }}return void TRACE: thread.cxx [ 611] void Cyg_Thread::resume() {{enter TRACE: mlqueue.cxx [ 202] void Cyg_Scheduler_Implementation::add_thread() {{enter TRACE: mlqueue.cxx [ 202] void Cyg_Scheduler_Implementation::add_thread() ((thread=000786cc)) TRACE: mlqueue.cxx [ 263] void Cyg_Scheduler_Implementation::add_thread() }}return void TRACE: thread.cxx [ 642] void Cyg_Thread::resume() }}return void -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss