From: Jeremy F. <je...@go...> - 2003-06-24 07:31:06
|
On Mon, 2003-06-23 at 20:47, Vijay Kamath wrote: > 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. Hm, I can reproduce this here on both my RH8 and RH9 machines. I'm guessing it has something to do with thread-specific data, but it isn't related to the new TLS stuff. I can't see anything obvious with --trace-pthread=all. J |