From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16841 invoked by alias); 19 Jul 2011 07:10:43 -0000 Received: (qmail 16831 invoked by uid 22791); 19 Jul 2011 07:10:41 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-gy0-f177.google.com (HELO mail-gy0-f177.google.com) (209.85.160.177) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 19 Jul 2011 07:10:25 +0000 Received: by gya1 with SMTP id 1so141751gya.36 for ; Tue, 19 Jul 2011 00:10:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.146.181.30 with SMTP id d30mr6272905yaf.21.1311059424727; Tue, 19 Jul 2011 00:10:24 -0700 (PDT) Received: by 10.147.39.6 with HTTP; Tue, 19 Jul 2011 00:10:24 -0700 (PDT) In-Reply-To: References: Date: Tue, 19 Jul 2011 07:10: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] Re: Help with ASSERT X-SW-Source: 2011-07/txt/msg00033.txt.bz2 Hi all I got trace with JTAG for my problem cyg_assert_fail() - buffer.cxx:722 ~Cyg_Mboxt() - mboxt.inl:105 ~Cyg_Mbox() - mbox.cxx:92 cyg_mbox_delete() - kapi.cxx:851 sys_mbox_free() - sys_arch.c:108 netconn_delete() - api_lib.c:304 lwip_close() - sockets.c:268 Is it familiar problem? Elad On Mon, Jul 18, 2011 at 6:42 PM, Elad Yosef wrote: > Hi, > I have the following ASSERT > > ASSERT FAIL: <4>mboxt.inl [105] Cyg_Mboxt::~Cyg_Mboxt() > Deleting mboxt with messages > ASSERT FAIL: <4>mboxt.inl [105] Cyg_Mboxt::~Cyg_Mboxt() > Deleting mboxt with messages > > I know which thread cause the ASSERT, but I don't remember allocation > MBOX for it. > What does this assert means then? > Is there some hidden Mbox for each thread? > > Googled for the Assert string and find nothing relevant > thanks > > > Elad Y. > -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss