From 856d47fec9d223ac848120cd2a2d940eb04a3f5b Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Tue, 19 Dec 2017 08:59:18 +0100 Subject: [PATCH] Removed old valgrind dump --- bhack_raw.out | 59 --------------------------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 bhack_raw.out diff --git a/bhack_raw.out b/bhack_raw.out deleted file mode 100644 index 3a28a6c..0000000 --- a/bhack_raw.out +++ /dev/null @@ -1,59 +0,0 @@ -==32279== Memcheck, a memory error detector -==32279== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. -==32279== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info -==32279== Command: ./build/breakhack -==32279== Parent PID: 16002 -==32279== -==32279== Invalid write of size 1 -==32279== at 0x10E8B7: monster_move (monster.c:112) -==32279== by 0x10C634: map_move_monsters (map.c:122) -==32279== by 0x10AF7C: run (main.c:155) -==32279== by 0x10B0CF: main (main.c:195) -==32279== Address 0x104ae5b0 is 2,992 bytes inside an unallocated block of size 11,760 in arena "client" -==32279== -==32279== Invalid write of size 1 -==32279== at 0x10E9AB: monster_move (monster.c:127) -==32279== by 0x10C634: map_move_monsters (map.c:122) -==32279== by 0x10AF7C: run (main.c:155) -==32279== by 0x10B0CF: main (main.c:195) -==32279== Address 0x104ac1b0 is 240 bytes inside a block of size 704 free'd -==32279== at 0x4C2E14B: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) -==32279== by 0x70D07B3: ??? (in /usr/lib/libfreetype.so.6.15.0) -==32279== by 0x70D0C99: ??? (in /usr/lib/libfreetype.so.6.15.0) -==32279== by 0x70D1378: ??? (in /usr/lib/libfreetype.so.6.15.0) -==32279== by 0x7080C4A: FT_Load_Glyph (in /usr/lib/libfreetype.so.6.15.0) -==32279== by 0x59E134D: ??? (in /usr/lib/libSDL2_ttf-2.0.so.0.14.0) -==32279== by 0x59E24A4: TTF_SizeUTF8 (in /usr/lib/libSDL2_ttf-2.0.so.0.14.0) -==32279== by 0x59E28A0: TTF_RenderUTF8_Solid (in /usr/lib/libSDL2_ttf-2.0.so.0.14.0) -==32279== by 0x59E2CB9: TTF_RenderText_Solid (in /usr/lib/libSDL2_ttf-2.0.so.0.14.0) -==32279== by 0x10B2CA: texture_load_from_text (texture.c:69) -==32279== by 0x10EC23: actiontext_set_text (actiontext.c:25) -==32279== by 0x10E4D8: monster_load_texts (monster.c:20) -==32279== Block was alloc'd at -==32279== at 0x4C2EF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) -==32279== by 0x7DD3D50: hb_set_create (in /usr/lib/libharfbuzz.so.0.10702.0) -==32279== by 0x70D04BE: ??? (in /usr/lib/libfreetype.so.6.15.0) -==32279== by 0x70D0C99: ??? (in /usr/lib/libfreetype.so.6.15.0) -==32279== by 0x70D1378: ??? (in /usr/lib/libfreetype.so.6.15.0) -==32279== by 0x7080C4A: FT_Load_Glyph (in /usr/lib/libfreetype.so.6.15.0) -==32279== by 0x59E134D: ??? (in /usr/lib/libSDL2_ttf-2.0.so.0.14.0) -==32279== by 0x59E24A4: TTF_SizeUTF8 (in /usr/lib/libSDL2_ttf-2.0.so.0.14.0) -==32279== by 0x59E28A0: TTF_RenderUTF8_Solid (in /usr/lib/libSDL2_ttf-2.0.so.0.14.0) -==32279== by 0x59E2CB9: TTF_RenderText_Solid (in /usr/lib/libSDL2_ttf-2.0.so.0.14.0) -==32279== by 0x10B2CA: texture_load_from_text (texture.c:69) -==32279== by 0x10EC23: actiontext_set_text (actiontext.c:25) -==32279== -==32279== -==32279== HEAP SUMMARY: -==32279== in use at exit: 23,660,148 bytes in 6,478 blocks -==32279== total heap usage: 145,650 allocs, 139,172 frees, 128,822,768 bytes allocated -==32279== -==32279== LEAK SUMMARY: -==32279== definitely lost: 0 bytes in 0 blocks -==32279== indirectly lost: 0 bytes in 0 blocks -==32279== possibly lost: 0 bytes in 0 blocks -==32279== still reachable: 0 bytes in 0 blocks -==32279== suppressed: 23,660,148 bytes in 6,478 blocks -==32279== -==32279== For counts of detected and suppressed errors, rerun with: -v -==32279== ERROR SUMMARY: 359 errors from 2 contexts (suppressed: 59281051 from 1900)