[Valgrind-users] trouble building valgrind 3.6.0 from sources

2011-02-21 Thread Satya V. Gupta
Hi, I previously built and installed Valgrind 3.6.0 from the tarball that I downloaded. I made some small changes to the listener and when I tried to rebuild Valgrind, I get the error: config.status error: cannot find input file: 'memcheck/tets/Makefile.in' I did the following to

Re: [Valgrind-users] Running Valgrind on ELF/ python/ boost based executables

2010-06-23 Thread Satya V. Gupta
-users@lists.sourceforge.net Cc: Satya V. Gupta Subject: Re: [Valgrind-users] Running Valgrind on ELF/ python/ boost based executables On Wednesday 23 June 2010, Satya V. Gupta wrote: Josef/ Julian The problem I have with --demangle=no is that: a) I am using Python to generate code dynamically

Re: [Valgrind-users] Running Valgrind on ELF/ python/ boost based executables

2010-06-23 Thread Satya V. Gupta
: Wednesday, June 23, 2010 6:46 AM To: Satya V. Gupta Cc: valgrind-users@lists.sourceforge.net; 'Josef Weidendorfer' Subject: Re: [Valgrind-users] Running Valgrind on ELF/ python/ boost based executables With --demangle=yes, Valgrind generates a SIGSEGV almost immediately in VG_(strcmp

Re: [Valgrind-users] Running Valgrind on ELF/ python/ boost based executables

2010-06-22 Thread Satya V. Gupta
code, please do let me know and I shall gladly implement your suggestion. SVG -Original Message- From: Josef Weidendorfer [mailto:josef.weidendor...@gmx.de] Sent: Monday, June 21, 2010 9:27 AM To: valgrind-users@lists.sourceforge.net Cc: Satya V. Gupta Subject: Re: [Valgrind-users

Re: [Valgrind-users] Running Valgrind on ELF/ python/ boost based executables

2010-06-17 Thread Satya V. Gupta
, June 16, 2010 1:56 PM To: valgrind-users@lists.sourceforge.net Cc: Satya V. Gupta Subject: Re: [Valgrind-users] Running Valgrind on ELF/ python/ boost based executables On Wednesday 16 June 2010, Satya V. Gupta wrote: I made the suggested change (bumped up the Stack size to 512 pages instead

Re: [Valgrind-users] Running Valgrind on ELF/ python/ boost based executables

2010-06-16 Thread Satya V. Gupta
] On Behalf Of Bart Van Assche Sent: Sunday, June 13, 2010 6:06 AM To: Satya V. Gupta Cc: valgrind-users@lists.sourceforge.net Subject: Re: [Valgrind-users] Running Valgrind on ELF/ python/ boost based executables On Sun, Jun 13, 2010 at 11:47 AM, Satya V. Gupta guptasa...@netzero.net wrote: I have

Re: [Valgrind-users] Running Valgrind on ELF/ python/ boost based executables

2010-06-14 Thread Satya V. Gupta
Bart, Julian The suggested fix seemed to eliminate the crash. Thanks SVG --Original Message-- From: Bart Van Assche Sender: bart.vanass...@gmail.com To: Satya V. Gupta Cc: valgrind-users@lists.sourceforge.net Subject: Re: [Valgrind-users] Running Valgrind on ELF/ python/ boost based

[Valgrind-users] Running Valgrind on ELF/ python/ boost based executables

2010-06-13 Thread Satya V. Gupta
I have a supervisory process that is kicked off by an ELF executable which in turn invokes some ELF/ python script/ executables based child processes. I wish to run valgrind with --tool=callgrind and be able to inject valgrind into all processes. So far I have tried to run the supervisory process

[Valgrind-users] Can data from checkgrind output files be directed to a network socket instead

2010-06-08 Thread Satya V. Gupta
I am using checkgrind on a system that has very little disk space. I am wondering if someone knows how I can direct the checkgrind output files (basic block, Function before, Function after) to a network socket instead? Thanks SVG