|
From: Attila <sa...@fr...> - 2003-11-20 08:55:45
|
Tom Hughes <th...@cy...> wrote: > 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 Thanks. First I thought that somehow my call was kludged, you see... What about something like this: "Call to phtread_cond_destroy, for which the valgrind implementation is KLUDGED (not mature). Your program might misbehave as a result." Or you can formulate it ever more nicely, I am not a native English speaker. But I think it definitely worths to be put to the FAQ at least (if this message is too long). Otherwise big thanks to the developers for this superb software!!! Attila > > -- > Tom Hughes (th...@cy...) > Software Engineer, Cyberscience Corporation > http://www.cyberscience.com/ > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > > > |