In our program, we do a fork() and in the child process the lxc library is 
called to start a program in a container using lxc_start().

We don't care about valgrind in the child process.  You can disable valgrind 
messages from child processes, but you cannot detach valgrind unless you exec() 
a new binary on top.  However, valgrind and lxc do not play nicely, at least 
with the versions in Ubuntu 12.04 LTS.   I'm getting an error back from 
lxc_start().  I'm having trouble getting logs to see why its failing, so I 
don't know exactly what's failing, yet.

But, I'm looking for any ideas for getting valgrind to work with programs that 
use lxc_start().
Any suggestions will be welcome.  And, thanks!


Regards.
Mark K Vallevand
"If there are no dogs in Heaven, then when I die I want to go where they went."
-Will Rogers

THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.
_______________________________________________
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to