Guest User

Linaro (ARM32) and Asan Symbolization with GCC 4.8.8

a guest
Jul 1st, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.54 KB | None | 0 0
  1. cubietruck:cryptopp$ ./cryptest.exe v
  2. Using seed: 1467399855
  3.  
  4. Testing Settings...
  5.  
  6. passed: Your machine is little endian.
  7. passed: Your machine allows unaligned data access.
  8. passed: sizeof(byte) == 1
  9. passed: sizeof(word16) == 2
  10. passed: sizeof(word32) == 4
  11. passed: sizeof(word64) == 8
  12. passed: sizeof(hword) == 2, sizeof(word) == 4, sizeof(dword) == 8
  13. passed: hasNEON == 1, hasCRC32 == 0, hasAES == 0, hasSHA1 == 0, hasSHA2 == 0
  14.  
  15. Testing operating system provided blocking random number generator...
  16.  
  17. =================================================================
  18. ==449== ERROR: AddressSanitizer: stack-buffer-overflow on address 0xbe920ad8 at pc 0x38b99d bp 0xbe9209a0 sp 0xbe9209a4
  19. WRITE of size 4 at 0xbe920ad8 thread T0
  20. #0 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  21. #1 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  22. #2 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  23. #3 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  24. #4 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  25. #5 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  26. #6 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  27. #7 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  28. #8 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  29. #9 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  30. #10 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  31. #11 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  32. #12 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  33. #13 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  34. #14 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  35. #15 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  36. #16 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  37. #17 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  38. #18 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  39. #19 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  40. #20 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  41. #21 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  42. #22 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  43. #23 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  44. #24 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  45. #25 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  46. #26 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  47. #27 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  48. #28 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  49. #29 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  50. #30 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  51. #31 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  52. #32 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  53. #33 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  54. #34 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  55. #35 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  56. #36 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  57. #37 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  58. #38 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  59. #39 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  60. #40 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  61. #41 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  62. #42 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  63. #43 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  64. #44 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  65. #45 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  66. #46 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  67. #47 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  68. #48 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  69. #49 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  70. #50 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  71. #51 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  72. #52 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  73. #53 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  74. #54 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  75. #55 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  76. #56 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  77. #57 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  78. #58 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  79. #59 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  80. #60 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  81. #61 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  82. #62 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  83. #63 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  84. #64 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  85. #65 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  86. #66 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  87. #67 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  88. #68 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  89. #69 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  90. #70 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  91. #71 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  92. #72 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  93. #73 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  94. #74 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  95. #75 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  96. #76 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  97. #77 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  98. #78 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  99. #79 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  100. #80 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  101. #81 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  102. #82 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  103. #83 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  104. #84 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  105. #85 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  106. #86 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  107. #87 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  108. #88 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  109. #89 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  110. #90 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  111. #91 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  112. #92 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  113. #93 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  114. #94 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  115. #95 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  116. #96 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  117. #97 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  118. #98 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  119. #99 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  120. #100 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  121. #101 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  122. #102 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  123. #103 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  124. #104 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  125. #105 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  126. #106 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  127. #107 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  128. #108 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  129. #109 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  130. #110 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  131. #111 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  132. #112 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  133. #113 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  134. #114 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  135. #115 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  136. #116 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  137. #117 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  138. #118 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  139. #119 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  140. #120 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  141. #121 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  142. #122 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  143. #123 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  144. #124 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  145. #125 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  146. #126 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  147. #127 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  148. #128 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  149. #129 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  150. #130 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  151. #131 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  152. #132 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  153. #133 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  154. #134 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  155. #135 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  156. #136 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  157. #137 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  158. #138 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  159. #139 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  160. #140 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  161. #141 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  162. #142 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  163. #143 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  164. #144 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  165. #145 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  166. #146 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  167. #147 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  168. #148 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  169. #149 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  170. #150 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  171. #151 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  172. #152 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  173. #153 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  174. #154 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  175. #155 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  176. #156 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  177. #157 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  178. #158 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  179. #159 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  180. #160 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  181. #161 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  182. #162 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  183. #163 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  184. #164 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  185. #165 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  186. #166 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  187. #167 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  188. #168 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  189. #169 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  190. #170 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  191. #171 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  192. #172 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  193. #173 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  194. #174 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  195. #175 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  196. #176 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  197. #177 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  198. #178 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  199. #179 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  200. #180 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  201. #181 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  202. #182 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  203. #183 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  204. #184 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  205. #185 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  206. #186 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  207. #187 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  208. #188 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  209. #189 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  210. #190 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  211. #191 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  212. #192 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  213. #193 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  214. #194 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  215. #195 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  216. #196 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  217. #197 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  218. #198 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  219. #199 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  220. #200 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  221. #201 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  222. #202 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  223. #203 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  224. #204 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  225. #205 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  226. #206 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  227. #207 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  228. #208 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  229. #209 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  230. #210 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  231. #211 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  232. #212 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  233. #213 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  234. #214 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  235. #215 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  236. #216 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  237. #217 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  238. #218 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  239. #219 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  240. #220 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  241. #221 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  242. #222 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  243. #223 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  244. #224 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  245. #225 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  246. #226 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  247. #227 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  248. #228 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  249. #229 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  250. #230 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  251. #231 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  252. #232 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  253. #233 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  254. #234 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  255. #235 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  256. #236 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  257. #237 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  258. #238 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  259. #239 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  260. #240 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  261. #241 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  262. #242 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  263. #243 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  264. #244 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  265. #245 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  266. #246 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  267. #247 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  268. #248 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  269. #249 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  270. #250 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  271. #251 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  272. #252 0x38b99b (/home/jwalton/cryptopp/cryptest.exe+0x38b99b)
  273. Address 0xbe920ad8 is located at offset 112 in frame <TestOS_RNG> of T0's stack:
  274. This frame has 3 object(s):
  275. [32, 36) 'rng'
  276. [96, 160) 'test'
  277. [192, 312) 'meter'
  278. HINT: this may be a false positive if your program uses some custom stack unwind mechanism or swapcontext
  279. (longjmp and C++ exceptions *are* supported)
  280. Shadow bytes around the buggy address:
  281. 0x37d24100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  282. 0x37d24110: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  283. 0x37d24120: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  284. 0x37d24130: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  285. 0x37d24140: 00 00 00 00 00 00 00 00 00 00 00 00 00 f1 f1 f1
  286. =>0x37d24150: f1 04 f4 f4 f4 f2 f2 f2 f2 00 00[f3]f3 f3 f3 00
  287. 0x37d24160: 00 f2 f2 f2 f2 00 00 00 00 00 00 00 00 00 00 00
  288. 0x37d24170: 00 00 00 00 f4 00 00 00 00 00 00 00 00 00 00 00
  289. 0x37d24180: 00 00 00 00 f1 f1 f1 f1 04 f4 f4 f4 f2 f2 f2 f2
  290. 0x37d24190: 04 f4 f4 f4 f3 f3 f3 f3 00 00 00 00 00 00 00 00
  291. 0x37d241a0: 00 00 00 00 00 00 00 00 00 00 00 00 f1 f1 f1 f1
  292. Shadow byte legend (one shadow byte represents 8 application bytes):
  293. Addressable: 00
  294. Partially addressable: 01 02 03 04 05 06 07
  295. Heap left redzone: fa
  296. Heap righ redzone: fb
  297. Freed Heap region: fd
  298. Stack left redzone: f1
  299. Stack mid redzone: f2
  300. Stack right redzone: f3
  301. Stack partial redzone: f4
  302. Stack after return: f5
  303. Stack use after scope: f8
  304. Global redzone: f9
  305. Global init order: f6
  306. Poisoned by user: f7
  307. ASan internal: fe
  308. ==449== ABORTING
  309. cubietruck:cryptopp$
Add Comment
Please, Sign In to add comment