|
From: Tom H. <to...@co...> - 2007-05-16 11:02:52
|
In message <998...@ma...>
Alan Sun <new...@gm...> wrote:
> I have a question about the address Valgrind log, here is a chapter of
> valgrind log:
> ==19182== Invalid write of size 4
> ==19182== at 0x804838F: f (example.c:6)
> ==19182== by 0x80483AB: main (example.c:11)
> ==19182== Address 0x1BA45050 is 0 bytes after a block of size 40 alloc'd
> ==19182== at 0x1B8FF5CD: malloc (vg_replace_malloc.c:130)
> ==19182== by 0x8048385: f (example.c:5)
> ==19182== by 0x80483AB: main (example.c:11)
>
> What's the meaning of the red characters? Are these address belongs to my
> local machine or Valgrind virtual memory?
Well if I knew which characters you were talking about...
(hint: some people still read email as plain text not HTML)
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|