|
From: Harish B. <har...@gm...> - 2016-03-31 08:38:42
|
Hello, I'm having trouble getting valgrind working with one of the software that I'm working on. I worked around couple of initial issues and got it to start. But then I running into other next issues, so I have following questions: 1) Does valgrind work well with mapped file segments. We use these segments for execution too! And I run into crashes when trying to execute code on these pages. 2) Is it possible to tell valgrind not to track certain virtual addresses? That way we could workaround above issue. 3) Or, is it possible to make valgrind just track mallocs and not worry about mmaps? which could still workaround the issue! Regards, Harish |