public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Help with Kernel MBOX ASSERT
@ 2012-03-19 14:01 Elad Yosef
  2012-03-19 14:39 ` Edgar Grimberg
  0 siblings, 1 reply; 2+ messages in thread
From: Elad Yosef @ 2012-03-19 14:01 UTC (permalink / raw)
  To: ecos-discuss

Hi,
Can anyone give me reasons for 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'm not very familiar with the Kernel

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

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

* Re: [ECOS] Help with Kernel MBOX ASSERT
  2012-03-19 14:01 [ECOS] Help with Kernel MBOX ASSERT Elad Yosef
@ 2012-03-19 14:39 ` Edgar Grimberg
  0 siblings, 0 replies; 2+ messages in thread
From: Edgar Grimberg @ 2012-03-19 14:39 UTC (permalink / raw)
  To: Elad Yosef; +Cc: ecos-discuss

On Mon, Mar 19, 2012 at 3:01 PM, Elad Yosef <elad.yosef@gmail.com> wrote:
> Hi,
> Can anyone give me reasons for 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

It's complaining about the the mailbox not being empty when it tries
to delete it.
Try stopping the thread that puts in the mailbox, consume all the
messages in the mailbox, and then delete the mailbox.

Edgar

>
> I'm not very familiar with the Kernel
>
> 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
>

-- 
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:[~2012-03-19 14:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-19 14:01 [ECOS] Help with Kernel MBOX ASSERT Elad Yosef
2012-03-19 14:39 ` Edgar Grimberg

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).