|
From: Julian S. <js...@ac...> - 2005-11-15 11:37:42
|
> > Sounds like the segment list and the maps file are out of sync for > > some reason, which is bad. What does --sanity-level=4 say? Does it > > report a sync check failure? > > Oh hang on, you're talking about SegInfo not NSegment... Not finding > a SegInfo just means there is no debug information associated with the > address which is normal if that is the data segment. Ah, good point. > You might be better off querying the address space manager which will > have a segment for all mapped memory. Yes. VG_(am_find_nsegment) is what you need to call -- this should match (almost) exactly the current state of /proc/self/maps. J |