|
From: Nicholas N. <nj...@cs...> - 2005-07-26 21:44:44
|
On Tue, 26 Jul 2005, rak wrote: > I do have a big chunk of array. Is there any way of getting around this warning > and false memory errors without using malloc? Check out Valgrind from the 3.0 repository (see www.valgrind.org/devel/cvs_svn.html) and use the new --max-stackframe option. N |