public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Help with ASSERT
@ 2011-07-18 15:42 Elad Yosef
  2011-07-19  7:10 ` [ECOS] " Elad Yosef
  0 siblings, 1 reply; 2+ messages in thread
From: Elad Yosef @ 2011-07-18 15:42 UTC (permalink / raw)
  To: ecos-discuss

Hi,
I have the following ASSERT

ASSERT FAIL: <4>mboxt.inl [105] Cyg_Mboxt<T, QUEUE_SIZE>::~Cyg_Mboxt()
Deleting mboxt with messages
ASSERT FAIL: <4>mboxt.inl [105] Cyg_Mboxt<T, QUEUE_SIZE>::~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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [ECOS] Re: Help with ASSERT
  2011-07-18 15:42 [ECOS] Help with ASSERT Elad Yosef
@ 2011-07-19  7:10 ` Elad Yosef
  0 siblings, 0 replies; 2+ messages in thread
From: Elad Yosef @ 2011-07-19  7:10 UTC (permalink / raw)
  To: ecos-discuss

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 <elad.yosef@gmail.com> wrote:
> Hi,
> I have the following ASSERT
>
> ASSERT FAIL: <4>mboxt.inl [105] Cyg_Mboxt<T, QUEUE_SIZE>::~Cyg_Mboxt()
> Deleting mboxt with messages
> ASSERT FAIL: <4>mboxt.inl [105] Cyg_Mboxt<T, QUEUE_SIZE>::~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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-19  7:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-18 15:42 [ECOS] Help with ASSERT Elad Yosef
2011-07-19  7:10 ` [ECOS] " Elad Yosef

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).