|
From: Andrea <and...@em...> - 2006-04-18 15:11:39
|
i'm a newbie of valgrind, i have read some part of the manual but i can't find what this comment is: --30214-- REDIR: 0x40A58C0 (calloc) redirected to 0x401BB80 (calloc) --30214-- REDIR: 0x40A98A0 (strncpy) redirected to 0x401C710 (strncpy) --30214-- REDIR: 0x40A8D50 (strcat) redirected to 0x401C400 (strcat) --30214-- REDIR: 0x40A5C10 (malloc) redirected to 0x401A4B0 (malloc) --30214-- REDIR: 0x40A3F60 (free) redirected to 0x401B220 (free) can you help me? thanks -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: SuperEnalotto online: 35.000.000 milioni di Euro. Gioca subito la tua schedina online! Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=5062&d=18-4 |
|
From: Julian S. <js...@ac...> - 2006-04-18 15:17:51
|
On Tuesday 18 April 2006 16:11, Andrea wrote: > i'm a newbie of valgrind, i have read some part of the manual but i > can't find what this comment is: > --30214-- REDIR: 0x40A58C0 (calloc) redirected to 0x401BB80 (calloc) > --30214-- REDIR: 0x40A98A0 (strncpy) redirected to 0x401C710 (strncpy) > --30214-- REDIR: 0x40A8D50 (strcat) redirected to 0x401C400 (strcat) > --30214-- REDIR: 0x40A5C10 (malloc) redirected to 0x401A4B0 (malloc) > --30214-- REDIR: 0x40A3F60 (free) redirected to 0x401B220 (free) > can you help me? Internal valgrind implementation detail; ignore it. J |