Guest User

Untitled

a guest
Apr 5th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. Aici am comentat apelul lui parse_command din main.c si practic comanda este citita, memoria se elibereaza si totul se iese. NU am modifica nimic in schelet, doar nu apelez parse_command si dau break sigur la finalul primei iteratii.
  2.  
  3. Dr. Memory version 1.11.0 build 2 built on Aug 29 2016 02:42:07
  4. Dr. Memory results for pid 6080: "mini-shell.exe"
  5. Application cmdline: "./mini-shell.exe"
  6. Recorded 115 suppression(s) from default C:\Program Files\Dr. Memory\bin\suppress-default.txt
  7.  
  8. Error #1: REACHABLE LEAK 32 direct bytes 0x004f00f8-0x004f0118 + 0 indirect bytes
  9. <memory was allocated before tool took control>
  10.  
  11. Error #2: REACHABLE LEAK 520 direct bytes 0x004f0478-0x004f0680 + 0 indirect bytes
  12. <memory was allocated before tool took control>
  13.  
  14. Error #3: REACHABLE LEAK 1024 direct bytes 0x004f06a0-0x004f0aa0 + 0 indirect bytes
  15. <memory was allocated before tool took control>
  16.  
  17. Error #4: REACHABLE LEAK 32 direct bytes 0x004f0ac0-0x004f0ae0 + 0 indirect bytes
  18. <memory was allocated before tool took control>
  19.  
  20. Error #5: REACHABLE LEAK 2048 direct bytes 0x008f0330-0x008f0b30 + 0 indirect bytes
  21. <memory was allocated before tool took control>
  22.  
  23. Error #6: REACHABLE LEAK 544 direct bytes 0x008f12c8-0x008f14e8 + 0 indirect bytes
  24. <memory was allocated before tool took control>
  25.  
  26. Error #7: REACHABLE LEAK 25 direct bytes 0x008f1508-0x008f1521 + 0 indirect bytes
  27. <memory was allocated before tool took control>
  28.  
  29. Error #8: REACHABLE LEAK 208 direct bytes 0x008f1548-0x008f1618 + 0 indirect bytes
  30. <memory was allocated before tool took control>
  31.  
  32. Error #9: REACHABLE LEAK 31 direct bytes 0x008f1638-0x008f1657 + 0 indirect bytes
  33. <memory was allocated before tool took control>
  34.  
  35. Error #10: REACHABLE LEAK 128 direct bytes 0x008f2cb8-0x008f2d38 + 0 indirect bytes
  36. <memory was allocated before tool took control>
  37.  
  38. Error #11: REACHABLE LEAK 4096 direct bytes 0x008f2d58-0x008f3d58 + 0 indirect bytes
  39. <memory was allocated before tool took control>
  40.  
  41. WARNING: application is missing line number information.
  42.  
  43. ===========================================================================
  44. FINAL SUMMARY:
  45.  
  46. DUPLICATE ERROR COUNTS:
  47. Error # 1: 14
  48. Error # 4: 3
  49. Error # 9: 51
  50.  
  51. SUPPRESSIONS USED:
  52.  
  53. ERRORS FOUND:
  54. 0 unique, 0 total unaddressable access(es)
  55. 0 unique, 0 total uninitialized access(es)
  56. 0 unique, 0 total invalid heap argument(s)
  57. 0 unique, 0 total GDI usage error(s)
  58. 0 unique, 0 total handle leak(s)
  59. 0 unique, 0 total warning(s)
  60. 0 unique, 0 total, 0 byte(s) of leak(s)
  61. 0 unique, 0 total, 0 byte(s) of possible leak(s)
  62. 11 unique, 76 total, 11010 byte(s) of still-reachable allocation(s)
  63. ERRORS IGNORED:
  64. 1 potential error(s) (suspected false positives)
  65. (details: C:\Users\Student\AppData\Roaming\Dr. Memory\DrMemory-mini-shell.exe.6080.000\potential_errors.txt)
  66. Details: C:\Users\Student\AppData\Roaming\Dr. Memory\DrMemory-mini-shell.exe.6080.000\results.txt
Advertisement
Add Comment
Please, Sign In to add comment