On Tue, Feb 19, 2013 at 9:53 AM, Greg Czajkowski
<[email protected]> wrote:
> valgrind: m_debuginfo/storage.c:456 (vgModuleLocal_addDiCfSI): Assertion
> 'cfsi.len < 5000000' failed.
>
> How does one increase this number?

Check out the valgrind source code,
edit coregrind/m_debuginfo/storage.c,
change the lines

   /* If this fails, the implication is you have a single procedure
      with more than 5 million bytes of code.  Which is pretty
      unlikely.  Either that, or the debuginfo reader is somehow
      broken.  5 million is of course arbitrary; but it's big enough
      to be bigger than the size of any plausible piece of code that
      would fall within a single procedure. */
   vg_assert(cfsi.len < 5000000);

and recompile.

> Is it in any way related to this?
>
> ./VEX/priv/main_util.c:#define N_TEMPORARY_BYTES 5000000

I don't think so?

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to