rupek1995

bash_output

Apr 2nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.31 KB | None | 0 0
  1.  
  2. valgrind --leak-check=full -v ./speller dict.txt test.txt
  3.  
  4. ==21528==
  5. ==21528== HEAP SUMMARY:
  6. ==21528==     in use at exit: 0 bytes in 0 blocks
  7. ==21528==   total heap usage: 18 allocs, 18 frees, 13,054 bytes allocated
  8. ==21528==
  9. ==21528== All heap blocks were freed -- no leaks are possible
  10. ==21528==
  11. ==21528== Use --track-origins=yes to see where uninitialised values come from
  12. ==21528== ERROR SUMMARY: 653 errors from 13 contexts (suppressed: 0 from 0)
  13. ==21528==
  14. ==21528== 1 errors in context 1 of 13:
  15. ==21528== Conditional jump or move depends on uninitialised value(s)
  16. ==21528==    at 0x4014F0: count_words_trie (dictionary.c:194)
  17. ==21528==    by 0x4014CA: count_words_trie (dictionary.c:191)
  18. ==21528==    by 0x4014CA: count_words_trie (dictionary.c:191)
  19. ==21528==    by 0x40146B: size (dictionary.c:109)
  20. ==21528==    by 0x400E53: main (speller.c:144)
  21. ==21528==
  22. ==21528==
  23. ==21528== 2 errors in context 2 of 13:
  24. ==21528== Conditional jump or move depends on uninitialised value(s)
  25. ==21528==    at 0x4014F0: count_words_trie (dictionary.c:194)
  26. ==21528==    by 0x4014CA: count_words_trie (dictionary.c:191)
  27. ==21528==    by 0x40146B: size (dictionary.c:109)
  28. ==21528==    by 0x400E53: main (speller.c:144)
  29. ==21528==
  30. ==21528==
  31. ==21528== 4 errors in context 3 of 13:
  32. ==21528== Conditional jump or move depends on uninitialised value(s)
  33. ==21528==    at 0x4014F0: count_words_trie (dictionary.c:194)
  34. ==21528==    by 0x4014CA: count_words_trie (dictionary.c:191)
  35. ==21528==    by 0x4014CA: count_words_trie (dictionary.c:191)
  36. ==21528==    by 0x4014CA: count_words_trie (dictionary.c:191)
  37. ==21528==    by 0x40146B: size (dictionary.c:109)
  38. ==21528==    by 0x400E53: main (speller.c:144)
  39. ==21528==
  40. ==21528==
  41. ==21528== 9 errors in context 4 of 13:
  42. ==21528== Conditional jump or move depends on uninitialised value(s)
  43. ==21528==    at 0x40117C: check (dictionary.c:53)
  44. ==21528==    by 0x400D21: main (speller.c:112)
  45. ==21528==
  46. ==21528==
  47. ==21528== 11 errors in context 5 of 13:
  48. ==21528== Conditional jump or move depends on uninitialised value(s)
  49. ==21528==    at 0x4013E0: insert_word (dictionary.c:151)
  50. ==21528==    by 0x4012A0: load (dictionary.c:92)
  51. ==21528==    by 0x4009C4: main (speller.c:40)
  52. ==21528==
  53. ==21528==
  54. ==21528== 25 errors in context 6 of 13:
  55. ==21528== Conditional jump or move depends on uninitialised value(s)
  56. ==21528==    at 0x401557: destroy_trie (dictionary.c:173)
  57. ==21528==    by 0x401314: unload (dictionary.c:118)
  58. ==21528==    by 0x400EA1: main (speller.c:152)
  59. ==21528==
  60. ==21528==
  61. ==21528== 25 errors in context 7 of 13:
  62. ==21528== Conditional jump or move depends on uninitialised value(s)
  63. ==21528==    at 0x4014B3: count_words_trie (dictionary.c:190)
  64. ==21528==    by 0x40146B: size (dictionary.c:109)
  65. ==21528==    by 0x400E53: main (speller.c:144)
  66. ==21528==
  67. ==21528==
  68. ==21528== 50 errors in context 8 of 13:
  69. ==21528== Conditional jump or move depends on uninitialised value(s)
  70. ==21528==    at 0x401557: destroy_trie (dictionary.c:173)
  71. ==21528==    by 0x40156E: destroy_trie (dictionary.c:174)
  72. ==21528==    by 0x40156E: destroy_trie (dictionary.c:174)
  73. ==21528==    by 0x401314: unload (dictionary.c:118)
  74. ==21528==    by 0x400EA1: main (speller.c:152)
  75. ==21528==
  76. ==21528==
  77. ==21528== 50 errors in context 9 of 13:
  78. ==21528== Conditional jump or move depends on uninitialised value(s)
  79. ==21528==    at 0x4014B3: count_words_trie (dictionary.c:190)
  80. ==21528==    by 0x4014CA: count_words_trie (dictionary.c:191)
  81. ==21528==    by 0x4014CA: count_words_trie (dictionary.c:191)
  82. ==21528==    by 0x40146B: size (dictionary.c:109)
  83. ==21528==    by 0x400E53: main (speller.c:144)
  84. ==21528==
  85. ==21528==
  86. ==21528== 52 errors in context 10 of 13:
  87. ==21528== Conditional jump or move depends on uninitialised value(s)
  88. ==21528==    at 0x401557: destroy_trie (dictionary.c:173)
  89. ==21528==    by 0x40156E: destroy_trie (dictionary.c:174)
  90. ==21528==    by 0x401314: unload (dictionary.c:118)
  91. ==21528==    by 0x400EA1: main (speller.c:152)
  92. ==21528==
  93. ==21528==
  94. ==21528== 52 errors in context 11 of 13:
  95. ==21528== Conditional jump or move depends on uninitialised value(s)
  96. ==21528==    at 0x4014B3: count_words_trie (dictionary.c:190)
  97. ==21528==    by 0x4014CA: count_words_trie (dictionary.c:191)
  98. ==21528==    by 0x40146B: size (dictionary.c:109)
  99. ==21528==    by 0x400E53: main (speller.c:144)
  100. ==21528==
  101. ==21528==
  102. ==21528== 186 errors in context 12 of 13:
  103. ==21528== Conditional jump or move depends on uninitialised value(s)
  104. ==21528==    at 0x401557: destroy_trie (dictionary.c:173)
  105. ==21528==    by 0x40156E: destroy_trie (dictionary.c:174)
  106. ==21528==    by 0x40156E: destroy_trie (dictionary.c:174)
  107. ==21528==    by 0x40156E: destroy_trie (dictionary.c:174)
  108. ==21528==    by 0x401314: unload (dictionary.c:118)
  109. ==21528==    by 0x400EA1: main (speller.c:152)
  110. ==21528==
  111. ==21528==
  112. ==21528== 186 errors in context 13 of 13:
  113. ==21528== Conditional jump or move depends on uninitialised value(s)
  114. ==21528==    at 0x4014B3: count_words_trie (dictionary.c:190)
  115. ==21528==    by 0x4014CA: count_words_trie (dictionary.c:191)
  116. ==21528==    by 0x4014CA: count_words_trie (dictionary.c:191)
  117. ==21528==    by 0x4014CA: count_words_trie (dictionary.c:191)
  118. ==21528==    by 0x40146B: size (dictionary.c:109)
  119. ==21528==    by 0x400E53: main (speller.c:144)
  120. ==21528==
  121. ==21528== ERROR SUMMARY: 653 errors from 13 contexts (suppressed: 0 from 0)
Add Comment
Please, Sign In to add comment