Ticket #4695: valgrind.txt

File valgrind.txt, 2.1 KB (added by hkzlab, 14 years ago)

Valgrind output when executing ScummVM

Line 
1==6134== Command: /usr/local/bin/scummvm
2==6134==
3==6134== Invalid read of size 8
4==6134== at 0xDB38F3D: __static_initialization_and_destruction_0(int, int) (dialogs.cpp:799)
5==6134== by 0xDB3913F: global constructors keyed to dialogs.cpp (dialogs.cpp:5750)
6==6134== by 0xDB7D665: ??? (in /home/nightshade/Downloads/scummvm/scummvm-copypatch/plugins/libtinsel.so)
7==6134== by 0xDB0F8CA: ??? (in /home/nightshade/Downloads/scummvm/scummvm-copypatch/plugins/libtinsel.so)
8==6134== Address 0xf8 is not stack'd, malloc'd or (recently) free'd
9==6134==
10==6134==
11==6134== Process terminating with default action of signal 11 (SIGSEGV)
12==6134== Access not within mapped region at address 0xF8
13==6134== at 0xDB38F3D: __static_initialization_and_destruction_0(int, int) (dialogs.cpp:799)
14==6134== by 0xDB3913F: global constructors keyed to dialogs.cpp (dialogs.cpp:5750)
15==6134== by 0xDB7D665: ??? (in /home/nightshade/Downloads/scummvm/scummvm-copypatch/plugins/libtinsel.so)
16==6134== by 0xDB0F8CA: ??? (in /home/nightshade/Downloads/scummvm/scummvm-copypatch/plugins/libtinsel.so)
17==6134== If you believe this happened as a result of a stack
18==6134== overflow in your program's main thread (unlikely but
19==6134== possible), you can try to increase the size of the
20==6134== main thread stack using the --main-stacksize= flag.
21==6134== The main thread stack size used in this run was 8388608.
22==6134==
23==6134== HEAP SUMMARY:
24==6134== in use at exit: 344,945 bytes in 581 blocks
25==6134== total heap usage: 1,229 allocs, 648 frees, 494,009 bytes allocated
26==6134==
27==6134== LEAK SUMMARY:
28==6134== definitely lost: 0 bytes in 0 blocks
29==6134== indirectly lost: 0 bytes in 0 blocks
30==6134== possibly lost: 5,136 bytes in 2 blocks
31==6134== still reachable: 339,809 bytes in 579 blocks
32==6134== suppressed: 0 bytes in 0 blocks
33==6134== Rerun with --leak-check=full to see details of leaked memory
34==6134==
35==6134== For counts of detected and suppressed errors, rerun with: -v
36==6134== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 28 from 7)
37Segmentation fault (core dumped)
38