Yea I am using the -v option. The command line I used is : valgrind -v 
--leak-check=full <executable> >& output.

I have copy and pasted the end of the output.

Thanks,

Norman

==7068== LEAK SUMMARY:
==7068==    definitely lost: 0 bytes in 0 blocks
==7068==    indirectly lost: 0 bytes in 0 blocks
==7068==      possibly lost: 308,596 bytes in 2,830 blocks
==7068==    still reachable: 5,490 bytes in 33 blocks
==7068==         suppressed: 0 bytes in 0 blocks
==7068== Reachable blocks (those to which a pointer was found) are not shown.
==7068== To see them, rerun with: --leak-check=full --show-reachable=yes
==7068== 
==7068== ERROR SUMMARY: 956 errors from 953 contexts (suppressed: 4 from 4)
==7068== 
==7068== 4 errors in context 1 of 953:
==7068== Invalid free() / delete / delete[]
==7068==    at 0x4A05BCB: free (vg_replace_malloc.c:325)
==7068==    by 0x3E5330ACDA: ??? (in /lib64/libc-2.5.so)
==7068==    by 0x3E5330A8D1: ??? (in /lib64/libc-2.5.so)
==7068==    by 0x48024E8: _vgnU_freeres (vg_preloaded.c:62)
==7068==    by 0x3E53233374: exit (in /lib64/libc-2.5.so)
==7068==    by 0x3E5321D99A: (below main) (in /lib64/libc-2.5.so)
==7068==  Address 0xaf65998 is not stack'd, malloc'd or (recently) free'd
==7068== 
--7068-- 
--7068-- used_suppression:      4 dl-hack3
==7068== 
==7068== ERROR SUMMARY: 956 errors from 953 contexts (suppressed: 4 from 4)

-----Original Message-----
From: pa...@free.fr [mailto:pa...@free.fr] 
Sent: Wednesday, March 27, 2013 12:10 PM
To: valgrind-users@lists.sourceforge.net
Subject: Re: [Valgrind-users] Valgrind error summary question


----- Original Message -----
> Hello,
> 
> In the valgrind output, the error summary shows that there are 956 
> errros from 953 contexts:

[snip]

> Is there a way to tell Valgrind to show all the errors contexts ?

Try the -v option to increase verbosity. It will tell you which suppressions 
(and how many times) were user.

A+
Paul

------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013 Rise to greatness in 
Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game on Steam. $5K 
grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to