|
From: ANIND D. <ani...@ya...> - 2005-02-17 10:04:13
|
Hi Robert, Nicholas and Daniel, Thanks a lot for all your replies and help. But, by the way, am not being able to run valgrind with the "--track-fds=yes" option. Valgrind is not recognizing this option. Does this has anything to do with the version ?? My valgrind version is 2.0.0 and am using 'Memcheck' as the skin. Generally, the command line options that I am using are valgrind --skin=memcheck --track-fds=yes It looks pretty allright to me. Am I being incorrect ? VERY SORRY TO BOTHER YOU GUYS AGAIN. But, please do reply. Thanks and Regards, Anind __________________________________ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://info.mail.yahoo.com/mail_250 |
|
From: Andreas B. <And...@eu...> - 2005-02-17 10:45:30
|
ANIND DUTTA wrote: > Hi Robert, Nicholas and Daniel, > > Thanks a lot for all your replies and help. > > But, by the way, am not being able to run valgrind > with the "--track-fds=yes" option. > > Valgrind is not recognizing this option. > > Does this has anything to do with the version ?? > > My valgrind version is 2.0.0 and am using 'Memcheck' > as the skin. > > Generally, the command line options that I am using > are > valgrind --skin=memcheck --track-fds=yes > > It looks pretty allright to me. Am I being incorrect ? > > VERY SORRY TO BOTHER YOU GUYS AGAIN. > > But, please do reply. > > > Thanks and Regards, > Anind > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - 250MB free storage. Do more. Manage less. > http://info.mail.yahoo.com/mail_250 > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > valgrind --skin=memcheck --leak-check=yes --track-fds=yes works fine. ;-) ==26660== ==26660== FILE DESCRIPTORS: 4 open at exit. ==26660== Open AF_UNIX socket 6: <unknown> ==26660== at 0x1BA057F2: socket (socket.S:65) ==26660== by 0x1BA22536: clnt_create_internal (clnt_gen.c:68) ==26660== by 0x1BA2D29D: getkeyserv_handle (key_call.c:446) ==26660== by 0x1BA2D524: key_call_socket (key_call.c:489) ==26660== ==26660== Open file descriptor 2: /dev/pts/28 ==26660== <inherited from parent> ==26660== ==26660== Open file descriptor 1: /dev/pts/28 ==26660== <inherited from parent> ==26660== ==26660== Open file descriptor 0: /dev/pts/28 ==26660== <inherited from parent> Greetings Andreas -- Andreas Baumann Senior Software Engineer Eurospider Information Technology AG Schaffhauserstrasse 18 CH-8006 Zuerich Telefon: +41(0)43/255 25 25 Fax: +41(0)43/255 25 26 E-mail: And...@eu... Homepage: www.eurospider.com |
|
From: Nicholas N. <nj...@cs...> - 2005-02-17 15:35:58
|
On Thu, 17 Feb 2005, ANIND DUTTA wrote: > But, by the way, am not being able to run valgrind > with the "--track-fds=yes" option. > > Valgrind is not recognizing this option. > > Does this has anything to do with the version ?? > > My valgrind version is 2.0.0 and am using 'Memcheck' > as the skin. Use a more recent version of Valgrind. The manual is worth reading, too. N |