On Fri, Mar 16, 2012 at 7:22 PM, Ferosh Jacob <[email protected]> wrote: > While running through valgrind this is not happening, the program > ends normally. Below is the Valgrind summary. I believe if I can setup > the execution environment as in the Valgrind, my program will execute > normally. :)
What about taskset -c 0 ./yourapp ? That would mimic the non-multicore valgrind environment. Otherwise you're probably out of luck, you're going to have to use other methods to find your problem. - Dan ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
