Ticket #4363: WoodruffNoCrash

File WoodruffNoCrash, 1.3 KB (added by SF/plkolek, 15 years ago)

Valgrind output with debug information - no errors

Line 
1==12088== Memcheck, a memory error detector.
2==12088== Copyright (C) 2002-2008, and GNU GPL'd, by Julian Seward et al.
3==12088== Using LibVEX rev 1884, a library for dynamic binary translation.
4==12088== Copyright (C) 2004-2008, and GNU GPL'd, by OpenWorks LLP.
5==12088== Using valgrind-3.4.1-Debian, a dynamic binary instrumentation framework.
6==12088== Copyright (C) 2000-2008, and GNU GPL'd, by Julian Seward et al.
7==12088== For more details, rerun with: -v
8==12088==
9==12088== My PID = 12088, parent PID = 12046. Prog and args are:
10==12088== ./scummvm/scummvm
11==12088==
12==12088==
13==12088== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 1191 from 5)
14==12088== malloc/free: in use at exit: 227,796 bytes in 2,427 blocks.
15==12088== malloc/free: 192,862 allocs, 190,435 frees, 75,371,079 bytes allocated.
16==12088== For counts of detected errors, rerun with: -v
17==12088== searching for pointers to 2,427 not-freed blocks.
18==12088== checked 987,712 bytes.
19==12088==
20==12088== LEAK SUMMARY:
21==12088== definitely lost: 4,626 bytes in 18 blocks.
22==12088== possibly lost: 21,568 bytes in 300 blocks.
23==12088== still reachable: 201,602 bytes in 2,109 blocks.
24==12088== suppressed: 0 bytes in 0 blocks.
25==12088== Rerun with --leak-check=full to see details of leaked memory.