From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21101 invoked by alias); 24 May 2012 15:28:02 -0000 Received: (qmail 21087 invoked by uid 22791); 24 May 2012 15:28:01 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-pb0-f49.google.com (HELO mail-pb0-f49.google.com) (209.85.160.49) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 May 2012 15:27:48 +0000 Received: by pbbrq13 with SMTP id rq13so425517pbb.36 for ; Thu, 24 May 2012 08:27:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.191.68 with SMTP id gw4mr22152981pbc.135.1337873267061; Thu, 24 May 2012 08:27:47 -0700 (PDT) Received: by 10.68.46.33 with HTTP; Thu, 24 May 2012 08:27:46 -0700 (PDT) Date: Thu, 24 May 2012 15:28:00 -0000 Message-ID: From: Elad Yosef To: ecos-discuss@ecos.sourceware.org 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: [ECOS] Help with LwIP in ecos-3.0 X-SW-Source: 2012-05/txt/msg00018.txt.bz2 Hi all I get the following Trace by GDB (gdb) bt #0 ~Cyg_Mboxt (this=0x80046e10) at /localhome/cc-views/elady_Mars_SW/vobs/Mars-eCos/Mars-eCos_OS/Mars_eCos_Config_install/include/cyg/kernel/mboxt.inl:105 #1 0x80017255 in ~Cyg_Mbox (this=0x80046e10) at /localhome/eCos/ecos-3.0/packages/kernel/v3_0/src/sync/mbox.cxx:92 #2 0x80014409 in cyg_mbox_delete (mbox=2147773968) at /localhome/eCos/ecos-3.0/packages/kernel/v3_0/src/common/kapi.cxx:851 #3 0x80022a41 in sys_mbox_free (mbox=2147773968) at /localhome/eCos/ecos-3.0/packages/net/lwip_tcpip/v3_0/src/ecos/sys_arch.c:108 #4 0x800282bd in netconn_delete (conn=0x80049b98) at /localhome/eCos/ecos-3.0/packages/net/lwip_tcpip/v3_0/src/api/api_lib.c:304 #5 0x800222b5 in lwip_close (s=) at /localhome/eCos/ecos-3.0/packages/net/lwip_tcpip/v3_0/src/api/sockets.c:268 My connect fails (due to wrong IP, but that's O.k by me) so I close the TCP socket and get the ASSERT from mboxt.inl:105 deleting mbox with messages. How bad is it? can I ignore it? Elad -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss