On 04.02.2016 17:02, Wojciech Franczyk wrote:
> Hi all,
> 
> As you may know, Valgrind checks if there are no procedures bigger than
> 5bln bytes in debugged/profiled binary. It uses assert placed in
> *coregrind/m_debuginfo/storage.c:723* line (at least in version 3.11.0).

No. It used to be an assert. But as you're not the first to run into
this limitation, the assert has been downgraded to a warning. In 3.11.0
(and later) the code reads like this:

   if (len >= 5000000)
      VG_(message)(Vg_DebugMsg,
                   "warning: DiCfSI %#lx .. %#lx is huge;...........

Perhaps you're using a differnet valgrind version?

   Florian


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to