On Thu, 2015-06-11 at 18:19 +0800, 王阳 wrote: > --28682-- univ_laog_do_GC enter cardinality 9614 > --28682-- univ_laog_do_GC exit seen 6591 next gc at cardinality 9615 yes, one of the things that --stats=yes activates is some information about laog GC. > > why? > DRD have not that problem ,but DRD 's message is not accurate > comparing with helgrind. helgrind data structures are different of drd (a.o. to be able to give precise information about race conditios).
Normally, --stats=yes should have produced statistics at the end of your program (if your program exited due to out of memory). If valgrind itself encountered the oom situation then it should equally have produced statistics. Can you post here these statistics ? If they are not produced (unclear why), then you could instead regularly run in another window vgdb -c v.info stats -c v.info memory to capture stats/memory during the run, before it reaches 64G. Philippe ------------------------------------------------------------------------------ _______________________________________________ Valgrind-users mailing list Valgrind-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-users