|
From: Tom H. <to...@co...> - 2006-11-17 19:36:31
|
In message <11b...@ma...>
"Paulo J. Matos" <po...@so...> wrote:
> When running my program (compiled with gcc4.1.1, with -g -Wall
> --std=c++98) under valgrind 3.2.0 with --leak-check=yes I get error
> as:
> ==6856== Invalid read of size 4
> ==6856== at 0x804E92F: smtparse() (smtlib-parser.cc:2193)
> ==6856== Address 0xBEBE8AC0 is on thread 1's stack
>
> However, I'm not using threads in my program.
Thread 1 is the initial thread - the one created at program startup
for any program.
> Can I get more explanatory error messages?
What more would you like it to tell you?
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|