From: Vijay K. <vij...@wi...> - 2003-06-23 14:32:35
|
Dirk Mueller wrote: >On Mon, 23 Jun 2003, Vijay Kamath wrote: > > > >>I've a program which makes dns client query using res_search(...). >>The program runs fine without valgrind, but when I run it through >>valgrind res_search() returns error! valgrind doesn't show any error! >>Any idea why this could happen? >> >> > >can you do a small testcase showing the problem? > > I tried reproducing the problem by writing a small program that tests this call, it passed and valgrind did not show any problem. It happens only in my production code. And unfortunately it is too big to be shown here. So if there is a problem, it should be with my code, but I have no idea what it could be. And why doesn't valgrind show any error?! Any help will be greatly appreciated. > > > |