|
From: Nicholas N. <nj...@ca...> - 2003-09-16 07:47:43
|
On Mon, 15 Sep 2003, Stefan Nilsson wrote:
> Hi, I'm using Valgrind on a multithreaded application, and after all
> threads are created and set off, I get the following assert:
>
> assert(mx->__m_count > 0)
There are three such assertions in coregrind/vg_scheduler.c. I assume
you're failing on the third one, since it is accompanied by this comment:
(2) has been seen to fail sometimes. I don't know why.
Possibly to do with signals. */
So you're not the first to hit this. I don't know much about all that
stuff, so I can't help you, I'm afraid.
N
|