|
From: Igmar P. <mai...@jd...> - 2005-08-11 14:15:06
|
> A look at the output of lsof shows me lines like below: > > [...] sock 0,4 68198 can't identify protocol Can't strace tell you ? Grepping out all the socket() calls shouldn't be that hard, and recent strace version mostly tell accurate what is happening. --track-fds=yes when using valgrind might also help. Regards, Igmar |