|
From: Tom H. <th...@cy...> - 2004-07-07 22:05:16
|
In message <200...@we...>
Daniel Aloise <alo...@ya...> wrote:
> What does this error mean?
>
> Invalid read of size 4
> ==2249== at 0x804A4CF: Instance::Vehicles(char*)
> (instance.cpp:294)
> ==2249== Address 0xBFEAE0C4 is on thread 1's stack
It means that something on line 294 of instance.cpp is reading uninitialised
data from address 0xBFEAE0C4 which is on thread 1's stack.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|