From 234ad74cf6f0ee5fc17092450703cc5b53ee23f8 Mon Sep 17 00:00:00 2001 From: Rob Pearce Date: Tue, 31 May 2016 10:53:35 +1000 Subject: [PATCH] Removing files which should be excluded. --- nexus.dSYM/Contents/Info.plist | 20 --------------- valout | 47 ---------------------------------- 2 files changed, 67 deletions(-) delete mode 100644 nexus.dSYM/Contents/Info.plist delete mode 100644 valout diff --git a/nexus.dSYM/Contents/Info.plist b/nexus.dSYM/Contents/Info.plist deleted file mode 100644 index 88ee628..0000000 --- a/nexus.dSYM/Contents/Info.plist +++ /dev/null @@ -1,20 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleIdentifier - com.apple.xcode.dsym.nexus - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - dSYM - CFBundleSignature - ???? - CFBundleShortVersionString - 1.0 - CFBundleVersion - 1 - - diff --git a/valout b/valout deleted file mode 100644 index 7bb20fe..0000000 --- a/valout +++ /dev/null @@ -1,47 +0,0 @@ -==63032== Memcheck, a memory error detector -==63032== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. -==63032== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info -==63032== Command: ./nexus -==63032== Parent PID: 63031 -==63032== ---63032-- run: /usr/bin/dsymutil "./nexus" -==63032== -==63032== HEAP SUMMARY: -==63032== in use at exit: 4,396,444 bytes in 8,260 blocks -==63032== total heap usage: 1,251,992 allocs, 1,243,732 frees, 54,427,961 bytes allocated -==63032== -==63032== 72 (36 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 2,000 of 3,471 -==63032== at 0x640B: malloc (in /usr/local/Cellar/valgrind/3.11.0/lib/valgrind/vgpreload_memcheck-amd64-darwin.so) -==63032== by 0x2A5AC4: __Balloc_D2A (in /usr/lib/system/libsystem_c.dylib) -==63032== by 0x2A5E91: __pow5mult_D2A (in /usr/lib/system/libsystem_c.dylib) -==63032== by 0x2A3656: __dtoa (in /usr/lib/system/libsystem_c.dylib) -==63032== by 0x2CA8BD: __vfprintf (in /usr/lib/system/libsystem_c.dylib) -==63032== by 0x2F12EE: __v2printf (in /usr/lib/system/libsystem_c.dylib) -==63032== by 0x2D6F7A: _vsnprintf (in /usr/lib/system/libsystem_c.dylib) -==63032== by 0x2D702F: vsnprintf (in /usr/lib/system/libsystem_c.dylib) -==63032== by 0x10014A01B: dblog (io.c:11234) -==63032== by 0x10023E56D: dbtime (nexus.c:931) -==63032== by 0x100215563: createvault (map.c:5754) -==63032== by 0x10021ACC8: createheaven (map.c:4550) -==63032== -==63032== 4,096 bytes in 1 blocks are definitely lost in loss record 3,448 of 3,471 -==63032== at 0x640B: malloc (in /usr/local/Cellar/valgrind/3.11.0/lib/valgrind/vgpreload_memcheck-amd64-darwin.so) -==63032== by 0x2C3869: __smakebuf (in /usr/lib/system/libsystem_c.dylib) -==63032== by 0x2C6E3B: __srefill0 (in /usr/lib/system/libsystem_c.dylib) -==63032== by 0x2C6F38: __srefill (in /usr/lib/system/libsystem_c.dylib) -==63032== by 0x2C0929: fgets (in /usr/lib/system/libsystem_c.dylib) -==63032== by 0x10023FF59: loadnpcnames (nexus.c:1848) -==63032== by 0x10023B7FE: init (nexus.c:1614) -==63032== by 0x100238F12: main (nexus.c:172) -==63032== -==63032== LEAK SUMMARY: -==63032== definitely lost: 4,132 bytes in 2 blocks -==63032== indirectly lost: 36 bytes in 1 blocks -==63032== possibly lost: 0 bytes in 0 blocks -==63032== still reachable: 4,366,893 bytes in 7,882 blocks -==63032== suppressed: 25,383 bytes in 375 blocks -==63032== Reachable blocks (those to which a pointer was found) are not shown. -==63032== To see them, rerun with: --leak-check=full --show-leak-kinds=all -==63032== -==63032== For counts of detected and suppressed errors, rerun with: -v -==63032== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 17 from 17)