|
From: Julian S. <js...@ac...> - 2006-12-07 11:57:20
|
> On 12/7/06, Igmar Palsenberg <mai...@jd...> wrote: > > > --402:2:aspacem Reading /proc/self/maps > > > --402:2:aspacem <<< SHOW_SEGMENTS: With contents of /proc/self/maps > > > (1 segments, 1 segnames) > > > --402:2:aspacem 0: ANON 0000000000-00FFFFFFFF 0 ----- > > > --402:2:aspacem >>> > > > > Strange, never seen this before. Does a cat /proc/self/maps in bash give > > the same ? I agree, this does not look correct. It would be useful to know what V's /proc/self/maps parser is seeing. In coregrind/m_aspacemgr/aspacemgr.c, fn parse_procselfmaps(), change if (0) to if (1) to find out, and send the results. J |