Advertisement
darius1825

err

Oct 5th, 2023
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.34 KB | None | 0 0
  1. Running Test 09-free-everything-stats/01
  2. ./runtests.sh: line 32: 1313 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
  3. TEST 09-free-everything-stats/01 FAILED in 9ms
  4. 01: 01.c:42: main: Assertion `stats[0] == 2' failed.
  5.  
  6.  
  7. Running Test 09-free-everything-stats/02
  8. ./runtests.sh: line 32: 1330 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
  9. TEST 09-free-everything-stats/02 FAILED in 10ms
  10. 02: 02.c:45: main: Assertion `stats[0] == expected' failed.
  11.  
  12.  
  13. Running Test 09-free-everything-stats/03
  14. ./runtests.sh: line 32: 1347 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
  15. TEST 09-free-everything-stats/03 FAILED in 6ms
  16. 03: 03.c:48: main: Assertion `stats[0] == expected_n' failed.
  17.  
  18.  
  19. Running Test 09-free-everything-stats/04
  20. ./runtests.sh: line 32: 1364 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
  21. TEST 09-free-everything-stats/04 FAILED in 7ms
  22. 04: 04.c:48: main: Assertion `stats[0] == expected_n' failed.
  23.  
  24.  
  25. Running Test 09-free-everything-stats/05
  26. ./runtests.sh: line 32: 1381 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
  27. TEST 09-free-everything-stats/05 FAILED in 8ms
  28. 05: 05.c:48: main: Assertion `stats[0] == expected_n' failed.
  29.  
  30.  
  31. Running Test 09-free-everything-stats/06
  32. ./runtests.sh: line 32: 1398 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
  33. TEST 09-free-everything-stats/06 FAILED in 6ms
  34. 06: 06.c:48: main: Assertion `stats[0] == expected_n' failed.
  35.  
  36.  
  37. Running Test 09-free-everything-stats/07
  38. ./runtests.sh: line 32: 1415 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
  39. TEST 09-free-everything-stats/07 FAILED in 8ms
  40. 07: 07.c:73: main: Assertion `stats[0] == expected_n' failed.
  41.  
  42.  
  43. Running Test 09-free-everything-stats/08
  44. ./runtests.sh: line 32: 1432 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
  45. TEST 09-free-everything-stats/08 FAILED in 6ms
  46. 08: 08.c:73: main: Assertion `stats[0] == expected_n' failed.
  47.  
  48.  
  49. Running Test 09-free-everything-stats/09
  50. ./runtests.sh: line 32: 1449 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
  51. TEST 09-free-everything-stats/09 FAILED in 8ms
  52. 09: 09.c:73: main: Assertion `stats[0] == expected_n' failed.
  53. Finished in 1097ms
  54. vscode ➜ ~/hw-3-dariuswilson (master) $ ./runtests.sh 10
  55. rm -rf *.o d
  56. make -C tests/01-heap-size clean
  57. make[1]: Entering directory '/home/vscode/hw-3-dariuswilson/tests/01-heap-size'
  58. rm -rf 01.o 02.o 03.o hw3.o 01 02 03
  59. make[1]: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/01-heap-size'
  60. make -C tests/02-chunk-size clean
  61. make[1]: Entering directory '/home/vscode/hw-3-dariuswilson/tests/02-chunk-size'
  62. rm -rf 01.o 02.o 03.o hw3.o 01 02 03
  63. make[1]: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/02-chunk-size'
  64. make -C tests/03-chunk-status clean
  65. make[1]: Entering directory '/home/vscode/hw-3-dariuswilson/tests/03-chunk-status'
  66. rm -rf 01.o 02.o 03.o 04.o 05.o 06.o 07.o 08.o 09.o hw3.o 01 02 03 04 05 06 07 08 09
  67. make[1]: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/03-chunk-status'
  68. make -C tests/04-next-used clean
  69. make[1]: Entering directory '/home/vscode/hw-3-dariuswilson/tests/04-next-used'
  70. rm -rf 01.o 02.o 03.o hw3.o 01 02 03
  71. make[1]: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/04-next-used'
  72. make -C tests/05-next-used-free clean
  73. make[1]: Entering directory '/home/vscode/hw-3-dariuswilson/tests/05-next-used-free'
  74. rm -rf 01.o 02.o 03.o 04.o hw3.o 01 02 03 04
  75. make[1]: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/05-next-used-free'
  76. make -C tests/06-next-free clean
  77. make[1]: Entering directory '/home/vscode/hw-3-dariuswilson/tests/06-next-free'
  78. rm -rf 01.o 02.o 03.o hw3.o 01 02 03
  79. make[1]: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/06-next-free'
  80. make -C tests/07-next clean
  81. make[1]: Entering directory '/home/vscode/hw-3-dariuswilson/tests/07-next'
  82. rm -rf 01.o hw3.o 01
  83. make[1]: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/07-next'
  84. make -C tests/08-free-everything clean
  85. make[1]: Entering directory '/home/vscode/hw-3-dariuswilson/tests/08-free-everything'
  86. rm -rf 01.o 02.o 03.o 04.o 05.o 06.o 07.o 08.o 09.o hw3.o 01 02 03 04 05 06 07 08 09
  87. make[1]: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/08-free-everything'
  88. make -C tests/09-free-everything-stats clean
  89. make[1]: Entering directory '/home/vscode/hw-3-dariuswilson/tests/09-free-everything-stats'
  90. rm -rf 01.o 02.o 03.o 04.o 05.o 06.o 07.o 08.o 09.o hw3.o 01 02 03 04 05 06 07 08 09
  91. make[1]: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/09-free-everything-stats'
  92. make -C tests/10-free-everything-size clean
  93. make[1]: Entering directory '/home/vscode/hw-3-dariuswilson/tests/10-free-everything-size'
  94. rm -rf 01.o 02.o 03.o 04.o 05.o 06.o 07.o 08.o 09.o hw3.o 01 02 03 04 05 06 07 08 09
  95. make[1]: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/10-free-everything-size'
  96. gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-variable -Wno-unused-but-set-variable -Wno-pointer-arith -Werror -std=c17 -Wpedantic -O0 -g hw3.c -c -o hw3.o
  97. make: Entering directory '/home/vscode/hw-3-dariuswilson/tests/10-free-everything-size'
  98. rm -rf 01.o 02.o 03.o 04.o 05.o 06.o 07.o 08.o 09.o hw3.o 01 02 03 04 05 06 07 08 09
  99. make: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/10-free-everything-size'
  100. make: Entering directory '/home/vscode/hw-3-dariuswilson/tests/10-free-everything-size'
  101. make -C ../..
  102. make[1]: Entering directory '/home/vscode/hw-3-dariuswilson'
  103. make[1]: Nothing to be done for 'all'.
  104. make[1]: Leaving directory '/home/vscode/hw-3-dariuswilson'
  105. cp ../../hw3.o .
  106. gcc -Wno-unused-result -std=c17 -g -O0 01.c -c -o 01.o
  107. gcc -Wno-unused-result -std=c17 -g -O0 01.o hw3.o -o 01
  108. gcc -Wno-unused-result -std=c17 -g -O0 02.c -c -o 02.o
  109. gcc -Wno-unused-result -std=c17 -g -O0 02.o hw3.o -o 02
  110. gcc -Wno-unused-result -std=c17 -g -O0 03.c -c -o 03.o
  111. gcc -Wno-unused-result -std=c17 -g -O0 03.o hw3.o -o 03
  112. gcc -Wno-unused-result -std=c17 -g -O0 04.c -c -o 04.o
  113. gcc -Wno-unused-result -std=c17 -g -O0 04.o hw3.o -o 04
  114. gcc -Wno-unused-result -std=c17 -g -O0 05.c -c -o 05.o
  115. gcc -Wno-unused-result -std=c17 -g -O0 05.o hw3.o -o 05
  116. gcc -Wno-unused-result -std=c17 -g -O0 06.c -c -o 06.o
  117. gcc -Wno-unused-result -std=c17 -g -O0 06.o hw3.o -o 06
  118. gcc -Wno-unused-result -std=c17 -g -O0 07.c -c -o 07.o
  119. gcc -Wno-unused-result -std=c17 -g -O0 07.o hw3.o -o 07
  120. gcc -Wno-unused-result -std=c17 -g -O0 08.c -c -o 08.o
  121. gcc -Wno-unused-result -std=c17 -g -O0 08.o hw3.o -o 08
  122. gcc -Wno-unused-result -std=c17 -g -O0 09.c -c -o 09.o
  123. gcc -Wno-unused-result -std=c17 -g -O0 09.o hw3.o -o 09
  124. make: Leaving directory '/home/vscode/hw-3-dariuswilson/tests/10-free-everything-size'
  125.  
  126.  
  127. Running Test 10-free-everything-size/01
  128. ./runtests.sh: line 32: 1629 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
  129. TEST 10-free-everything-size/01 FAILED in 7ms
  130. 01: 01.c:49: main: Assertion `is_chunk_free(p3)' failed.
  131.  
  132.  
  133. Running Test 10-free-everything-size/02
  134. ./runtests.sh: line 32: 1646 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
  135. TEST 10-free-everything-size/02 FAILED in 9ms
  136. 02: 02.c:66: main: Assertion `is_chunk_free(data[i])' failed.
  137.  
  138.  
  139. Running Test 10-free-everything-size/03
  140. TEST 10-free-everything-size/03 PASSED in 6ms
  141. Freeing everything sized 200 between 363 and 364
  142. Should have free'd 0, counted 0
  143. Should have free'd exactly 0 bytes, counted 0
  144.  
  145.  
  146. Running Test 10-free-everything-size/04
  147. TEST 10-free-everything-size/04 PASSED in 7ms
  148. Freeing everything sized 200 between 363 and 364
  149. Should have free'd 0, counted 0
  150. Should have free'd exactly 0 bytes, counted 0
  151.  
  152.  
  153. Running Test 10-free-everything-size/05
  154. TEST 10-free-everything-size/05 PASSED in 7ms
  155. Freeing everything sized 200 between 363 and 364
  156. Should have free'd 0, counted 0
  157. Should have free'd exactly 0 bytes, counted 0
  158.  
  159.  
  160. Running Test 10-free-everything-size/06
  161. ./runtests.sh: line 32: 1717 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
  162. TEST 10-free-everything-size/06 FAILED in 7ms
  163. 06: 06.c:54: main: Assertion `stats[0] == total' failed.
  164.  
  165.  
  166. Running Test 10-free-everything-size/07
  167. ./runtests.sh: line 32: 1734 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
  168. TEST 10-free-everything-size/07 FAILED in 5ms
  169. 07: 07.c:106: main: Assertion `is_chunk_free(data[i])' failed.
  170.  
  171.  
  172. Running Test 10-free-everything-size/08
  173. ./runtests.sh: line 32: 1751 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
  174. TEST 10-free-everything-size/08 FAILED in 8ms
  175. 08: 08.c:106: main: Assertion `is_chunk_free(data[i])' failed.
  176.  
  177.  
  178. Running Test 10-free-everything-size/09
  179. ./runtests.sh: line 32: 1768 Aborted GLIBC_TUNABLES="glibc.malloc.tcache_count=0" ./$EXEC < $TESTFILE &> $OUTPUT
  180. TEST 10-free-everything-size/09 FAILED in 7ms
  181. 09: 09.c:106: main: Assertion `is_chunk_free(data[i])' failed.
  182. Finished in 1087ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement