From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23515 invoked by alias); 4 Jun 2013 09:10:30 -0000 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 Received: (qmail 23492 invoked by uid 89); 4 Jun 2013 09:10:26 -0000 X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,RCVD_IN_HOSTKARMA_YE,SPF_FAIL autolearn=no version=3.3.1 Received: from sam.nabble.com (HELO sam.nabble.com) (216.139.236.26) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 04 Jun 2013 09:10:26 +0000 Received: from tom.nabble.com ([192.168.236.105]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UjnG4-0007rZ-Fe for ecos-discuss@ecos.sourceware.org; Tue, 04 Jun 2013 02:10:24 -0700 Date: Tue, 04 Jun 2013 09:10:00 -0000 From: Felix R To: ecos-discuss@ecos.sourceware.org Message-ID: <1370337024262-234092.post@n7.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: [ECOS] lwIP sequential Assert cyg_Mbox X-SW-Source: 2013-06/txt/msg00006.txt.bz2 Hi, the sequential http-test fails with an assert. ASSERT FAIL: <5>mboxt.inl[79]void Cyg_Mboxt::wakeup_waiter() Bad thread pointer or: ASSERT FAIL: <5>mboxt.inl[605]cyg_bool Cyg_Mboxt::tryput() Bad this pointer I cannot figure out the reason. can you help me? trace: Thread [1] (Suspended: Signal 'SIGINT' received. Description: Interrupt.) 13 cyg_assert_fail() buffer.cxx:748 0x00114a78 12 Cyg_Mboxt::wakeup_waiter() mboxt.inl:79 0x0011e8d4 11 Cyg_Mboxt::tryput() mboxt.inl:624 0x0011e804 10 Cyg_Mbox::tryput() mbox.cxx:156 0x0011d678 9 cyg_mbox_tryput() kapi.cxx:899 0x00117804 8 sys_mbox_trypost() sys_arch.c:288 0x0013031c 7 tcpip_input() tcpip.c:336 0x0012fca4 6 lwip_eth_drv_input() sequential.c:314 0x00130be8 5 eth_drv_recv() eth_drv.c:431 0x001243e8 4 zynq_eth_poll() xilinx_zynq_ethernet_controller.c:1177 0x00104cc8 3 zynq_eth_deliver() xilinx_zynq_ethernet_controller.c:1071 0x00104770 2 eth_thread() sequential.c:282 0x00130b64 1 Cyg_HardwareThread::thread_entry() thread.cxx:94 0x00118870 this: (Mbox class) this 0x0016d948 base 0 count 1 get_threadq {...} Cyg_ThreadQueue_Implementation {...} Cyg_CList_T {...} Cyg_CList {...} head 0x00000001 next 0x60000000 prev 0x074288c2 put_threadq {...} size 0 itemqueue 0x0016d958 -- View this message in context: http://sourceware-org.1504.n7.nabble.com/lwIP-sequential-Assert-cyg-Mbox-tp234092.html Sent from the Sourceware - ecos-discuss mailing list archive at Nabble.com. -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss