[Valgrind-users] Helgrind usage - query

2013-03-04 Thread Murthy, Sudhindra
I have cross-compiled Helgrind and using this tool to monitor a process.  This 
process in turn spawns a few more processes.  When I use the below command,

./valgrind  --trace-children=yes -log-file=helgrind.log -tool=helgrind  
/bin/process1,

I do not see the process 2 and process 3 when the command ps Is entered.  
Also, I do not observe logs from process 1.

Can anyone help me if I have done anything incorrect here?





This message is confidential and intended only for the addressee. If you have 
received this message in error, please immediately notify the 
postmas...@nds.com and delete it from your system as well as any copies. The 
content of e-mails as well as traffic data may be monitored by NDS for 
employment and security purposes.
To protect the environment please do not print this e-mail unless necessary.

An NDS Group Limited company. www.nds.com
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users


Re: [Valgrind-users] Helgrind usage - query

2013-03-04 Thread Julian Seward
On 03/04/2013 09:51 AM, Murthy, Sudhindra wrote:

 ./valgrind  --trace-children=yes -log-file=helgrind.log -tool=helgrind  
 /bin/process1,
 
 I do not see the process 2 and process 3 when the command ps Is entered.  
 Also, I do not observe logs from process 1.
 
 Can anyone help me if I have done anything incorrect here?

All the Helgrind processes are using the same logfile.  Try with
  --log-file=helgrind%p.log
which puts the process ID in each file name, hence they will use
different log files.

J


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users


Re: [Valgrind-users] Helgrind usage - query

2013-03-04 Thread Murthy, Sudhindra
If I try to run the process standalone, I get the serial logs.  But when the 
process is run from valgrind, none of the serial logs are output.   Even 
printfs from the process are not being output.



The same is the case when redirecting it to a file.


From: Murthy, Sudhindra [mailto:sudhind...@nds.com]
Sent: Monday, March 04, 2013 2:22 PM
To: valgrind-users@lists.sourceforge.net
Subject: [Valgrind-users] Helgrind usage - query

I have cross-compiled Helgrind and using this tool to monitor a process.  This 
process in turn spawns a few more processes.  When I use the below command,

./valgrind  --trace-children=yes -log-file=helgrind.log -tool=helgrind  
/bin/process1,

I do not see the process 2 and process 3 when the command ps Is entered.  
Also, I do not observe logs from process 1.

Can anyone help me if I have done anything incorrect here?





This message is confidential and intended only for the addressee. If you have 
received this message in error, please immediately notify the 
postmas...@nds.commailto:postmas...@nds.com and delete it from your system as 
well as any copies. The content of e-mails as well as traffic data may be 
monitored by NDS for employment and security purposes.
To protect the environment please do not print this e-mail unless necessary.

An NDS Group Limited company. www.nds.comhttp://www.nds.com
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users