https://bugs.kde.org/show_bug.cgi?id=416682

--- Comment #2 from Krishna <muppakrish...@gmail.com> ---
(In reply to Tom Hughes from comment #1)
> If this is an embedded system do you actually have enough memory to use
> valgrind on it - your program will use at least twice the normal amount of
> memory when running under memcheck.
> 
> If you do then are you linking your code to run at some specific address -
> that is the sort of thing I can imagine you might do on an embedded system
> and it can cause problems if it clashes with the address space layout
> valgrind uses.
> 
> At the end of the day there is some incompatibility between the mmap calls
> you are trying to do and the memory layout your program has when running
> under valgrind (which is different to when running normally) and you will
> need to try and understand the nature of that difference in order to resolve
> it - start by trying to gather information on exactly what mmap is failing.

Thank you for the response

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to