> Running memcheck on our large binaries (5-10GB resident) causes mem check > to abort. Any ideas?
By default Memcheck is limited to using the first 32GB of memory, so it can't manage processes that go over about 14GB natively. That's adjustable though. I'm more concerned about a couple of other things here: > --max-stackframe=33571850424 What's this for? Kinda asking for trouble, unless you're sure you need it. > Memcheck: the 'impossible' happened: > create_MC_Chunk: shadow area is accessible Hmm .. if there were any invalid writes reported prior to this point, did you fix them? J ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
