|
From: Dan K. <da...@ke...> - 2012-03-17 04:03:20
|
On Fri, Mar 16, 2012 at 7:22 PM, Ferosh Jacob <fj...@cr...> 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 |