|
From: Tom H. <to...@co...> - 2005-09-25 22:01:36
|
In message <2a2...@ma...>
Paul Pluzhnikov <ppl...@gm...> wrote:
> On 9/25/05, Erik de Castro Lopo <eri...@me...> wrote:
>
> > Found my problem. The array length was not being initialised correctly.
>
> But you said the arrays were on the heap ...
> Why did VG complain about stack? Something doesn't fit here.
Presumably one of the five variables used in the statement was on
the stack. Two of those variables may be arrays on the heap but the
pointer to the array and the index variables may well have been on
the stack.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|