Re: [Valgrind-users] Assertion 'cfsi.len 5000000' failed

2013-02-20 Thread Philippe Waroquiers
On Wed, 2013-02-20 at 07:09 -0800, Greg Czajkowski wrote: If this assertion is not tied to any possible damage it may cause, can it be removed or perhaps turned into a warning? A warning is similar to other similar things in Valgrind. E.g. a warning is produced when the permission of a large

[Valgrind-users] Assertion 'cfsi.len 5000000' failed

2013-02-19 Thread Greg Czajkowski
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 500' failed. ==30429==    at 0x3802EDA7: report_and_quit

Re: [Valgrind-users] Assertion 'cfsi.len 5000000' failed

2013-02-19 Thread Dan Kegel
On Tue, Feb 19, 2013 at 9:53 AM, Greg Czajkowski gregczajkow...@yahoo.com wrote: valgrind: m_debuginfo/storage.c:456 (vgModuleLocal_addDiCfSI): Assertion 'cfsi.len 500' failed. How does one increase this number? Check out the valgrind source code, edit coregrind/m_debuginfo/storage.c,