|
From: Paul P. <ppl...@gm...> - 2005-09-25 22:14:23
|
On 9/25/05, Tom Hughes <to...@co...> wrote: >> Why did VG complain about stack? Something doesn't fit here. > 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. In which case they can't have triggered a "beyond stack" message, unless there is a gcc bug, which (given multiple gcc versions Erik tried) is unlikely. I *still* think something doesn't fit here. Cheers, |