From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24053 invoked by alias); 2 Sep 2009 06:15:36 -0000 Received: (qmail 24043 invoked by uid 22791); 2 Sep 2009 06:15:36 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-pz0-f186.google.com (HELO mail-pz0-f186.google.com) (209.85.222.186) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Sep 2009 06:15:30 +0000 Received: by pzk16 with SMTP id 16so357695pzk.18 for ; Tue, 01 Sep 2009 23:15:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.249.37 with SMTP id w37mr135363wfh.271.1251872128203; Tue, 01 Sep 2009 23:15:28 -0700 (PDT) In-Reply-To: <4A9D43DB.4090506@intefo.ch> References: <4A9D168D.20800@intefo.ch> <4A9D1AFF.90605@intefo.ch> <4A9D23B9.2080201@intefo.ch> <4A9D3FB5.4000707@intefo.ch> <4A9D43DB.4090506@intefo.ch> Date: Wed, 02 Sep 2009 06:15:00 -0000 Message-ID: From: Mandeep Sandhu To: Simon Kallweit Cc: ecos-discuss Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: Re: [ECOS] ecos + lwip X-SW-Source: 2009-09/txt/msg00033.txt.bz2 > > You need to wait for cyg_lwip_sequential_init() to return before creating > user threads. That should be happening since I'm calling cyg_lwip_sequential_init() before even creating my own thread! cyg_lwip_sequential_init(); cyg_lwip_thread_new( "My thread", m_main, (void *)"My thread", my_stack, 0x1000, 5 ); ... ... I'll enable more debugs to see where it's getting stuck. > > Simon > -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss