On 02/19/2013 12:53 PM, Greg Czajkowski wrote: > Hello, > > Valgrind 3.4.0 and 3.8.0 asserts because we have large generated C functions > which compile into very large code blocks causing valgrind to > > > valgrind: m_debuginfo/storage.c:456 (vgModuleLocal_addDiCfSI): Assertion > 'cfsi.len < 5000000' failed.
...snip... > > > How does one increase this number? You cannot do this via command line. Check out the valgrind source, comment out the assertion above. build valgrind and try running again. >From a quick look at the source the assert is not related to some array limit or such. So you might just get lucky with what I described. > Is it in any way related to this? > > ./VEX/priv/main_util.c:#define N_TEMPORARY_BYTES 5000000 > No, not related. Florian ------------------------------------------------------------------------------ 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
