|
From: rak_25 <ra...@ho...> - 2005-07-26 19:13:44
|
==22338== Memcheck, a memory error detector for x86-linux.
==22338== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al.
==22338== Using valgrind-2.4.0, a program supervision framework for x86-linux.
==22338== Copyright (C) 2000-2005, and GNU GPL'd, by Julian Seward et al.
==22338== Warning: client switching stacks? %esp: 0x52BFA96C --> 0x528FA820
.
.
.
==22338== Invalid write of size 4
==22338== at 0x9D0E222: WriteM(CallerInfo const&) (main.cpp:349)
==22338== by 0x8190F37: main (main.cpp:45)
==22338== Address 0x52BFA958 is on thread 1's stack
this is for the following line of code
void WriteM( const CallerInfo& info )
{
const int *v;
int maxId = -1; <---line 349
.
.
.
thanks,
Rak
|