On 15.04.2015 15:45, Julian Seward wrote:
> 
>>> --2993:2:aspacem    Reading /proc/self/maps
>>> --2993:0:aspacem   -1: ANON 0038000000-00382a5fff 2777088 r-x-- SmFixed
>>> d=0x000 i=8527    o=32768   (0) m=0 /usr/lib/valgrind/memcheck-arm-linux

This isn't sane, because for an ANON segment we should have d=0 and i=0
and o=0.
Clearly, this is not an ANON segment but a file segment.

I suggest to change the condition on line 3248 in aspacemgr-linux.c
(refering to 3.10.1 sources) to if (1) and rerun. That way we can see
the contents of /proc/self/maps and can deduce why d == 0  (it should be
!= 0).

   Florian



------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to