From: Vijay K. <vij...@wi...> - 2003-06-24 03:47:27
|
I was able to reproduce the problem. It occurs if I'm using threads. I've attached a sample code that causes this problem. The code fails when run with valgrind, but passes without it. Please let me know where is the problem - resolv, pthread, valgrind, my code ?? Any help would be great. Thanks. Vijay Dirk Mueller wrote: >On Mon, 23 Jun 2003, Vijay Kamath wrote: > > > >>idea what it could be. And why doesn't valgrind show any error?! >> >> > >are you suere the very same parameters being passed to the function? >Maybe valgrind triggers another bug else where and the parameters you pass >to the function while running under valgrind are not the same. > >do you use threads? > >can you try with CVS HEAD version ? > >can you try with --optimise=no --chain-bb=no ? > > > > > |