|
From: Tom H. <th...@cy...> - 2003-11-19 15:43:50
|
In message <fre...@fm...>
sa...@fr... wrote:
> Could you please also replace the "KLUDGED call to: ..."
> messages to something more straightforward?
> For example I'd like to know what I am doing wrong when I
> make a "kludged call" to phtread_cond_destroy (I link
> pthread dinamically).
You're not doing anything wrong. It's just that you're using a part
of the pthread interface that valgrind currently doesn't support very
well. The kludged message is telling you that although valgrind has
done something in response to that call, it may well not have been
the right thing and that you program might therefore misbehave as a
result.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|