WalterHWhite

rpi valgrind output

May 28th, 2020
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.51 KB | None | 0 0
  1. ==5749== Memcheck, a memory error detector
  2. ==5749== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
  3. ==5749== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
  4. ==5749== Command: ./test_logic
  5. ==5749==
  6. --5749-- WARNING: Serious error when reading debug info
  7. --5749-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.28.so:
  8. --5749-- Ignoring non-Dwarf2/3/4 block in .debug_info
  9. --5749-- WARNING: Serious error when reading debug info
  10. --5749-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.28.so:
  11. --5749-- Last block truncated in .debug_info; ignoring
  12. ==5749== Conditional jump or move depends on uninitialised value(s)
  13. ==5749== at 0x401A5D0: index (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  14. ==5749==
  15. ==5749== Conditional jump or move depends on uninitialised value(s)
  16. ==5749== at 0x401A5D4: index (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  17. ==5749==
  18. ==5749== Conditional jump or move depends on uninitialised value(s)
  19. ==5749== at 0x4008040: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  20. ==5749==
  21. ==5749== Conditional jump or move depends on uninitialised value(s)
  22. ==5749== at 0x4008288: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  23. ==5749==
  24. ==5749== Conditional jump or move depends on uninitialised value(s)
  25. ==5749== at 0x401AA80: strlen (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  26. ==5749==
  27. ==5749== Conditional jump or move depends on uninitialised value(s)
  28. ==5749== at 0x401AA84: strlen (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  29. ==5749==
  30. ==5749== Conditional jump or move depends on uninitialised value(s)
  31. ==5749== at 0x4017F68: malloc (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  32. ==5749==
  33. ==5749== Conditional jump or move depends on uninitialised value(s)
  34. ==5749== at 0x4017F74: malloc (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  35. ==5749==
  36. ==5749== Conditional jump or move depends on uninitialised value(s)
  37. ==5749== at 0x401B5E8: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  38. ==5749==
  39. ==5749== Conditional jump or move depends on uninitialised value(s)
  40. ==5749== at 0x401B608: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  41. ==5749==
  42. ==5749== Conditional jump or move depends on uninitialised value(s)
  43. ==5749== at 0x401B618: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  44. ==5749==
  45. ==5749== Conditional jump or move depends on uninitialised value(s)
  46. ==5749== at 0x401B634: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  47. ==5749==
  48. ==5749== Conditional jump or move depends on uninitialised value(s)
  49. ==5749== at 0x401B63C: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  50. ==5749==
  51. ==5749== Conditional jump or move depends on uninitialised value(s)
  52. ==5749== at 0x401B664: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  53. ==5749==
  54. ==5749== Use of uninitialised value of size 4
  55. ==5749== at 0x401B664: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  56. ==5749==
  57. ==5749== Use of uninitialised value of size 4
  58. ==5749== at 0x401B68C: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  59. ==5749==
  60. ==5749== Conditional jump or move depends on uninitialised value(s)
  61. ==5749== at 0x401B6A0: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  62. ==5749==
  63. ==5749== Conditional jump or move depends on uninitialised value(s)
  64. ==5749== at 0x401B6A4: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  65. ==5749==
  66. ==5749== Conditional jump or move depends on uninitialised value(s)
  67. ==5749== at 0x401B6B0: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  68. ==5749==
  69. ==5749== Conditional jump or move depends on uninitialised value(s)
  70. ==5749== at 0x40180A4: calloc (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  71. ==5749==
  72. ==5749== Conditional jump or move depends on uninitialised value(s)
  73. ==5749== at 0x4017FA8: malloc (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  74. ==5749==
  75. ==5749== Conditional jump or move depends on uninitialised value(s)
  76. ==5749== at 0x401A160: mmap (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  77. ==5749==
  78. ==5749== Syscall param mmap2(start) contains uninitialised byte(s)
  79. ==5749== at 0x401A174: mmap (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  80. ==5749==
  81. ==5749== Syscall param mmap2(length) contains uninitialised byte(s)
  82. ==5749== at 0x401A174: mmap (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  83. ==5749==
  84. ==5749== Syscall param mmap2(offset) contains uninitialised byte(s)
  85. ==5749== at 0x401A174: mmap (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  86. ==5749==
  87. ==5749== Conditional jump or move depends on uninitialised value(s)
  88. ==5749== at 0x4017F44: malloc (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  89. ==5749==
  90. ==5749== Conditional jump or move depends on uninitialised value(s)
  91. ==5749== at 0x400BDD0: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  92. ==5749==
  93. ==5749== Conditional jump or move depends on uninitialised value(s)
  94. ==5749== at 0x401B5F4: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  95. ==5749==
  96. ==5749== Use of uninitialised value of size 4
  97. ==5749== at 0x401B630: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  98. ==5749==
  99. ==5749== Use of uninitialised value of size 4
  100. ==5749== at 0x400BD7C: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  101. ==5749==
  102. ==5749== Use of uninitialised value of size 4
  103. ==5749== at 0x400BD98: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  104. ==5749==
  105. ==5749== Conditional jump or move depends on uninitialised value(s)
  106. ==5749== at 0x401AA14: strdup (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  107. ==5749==
  108. ==5749== Conditional jump or move depends on uninitialised value(s)
  109. ==5749== at 0x401B660: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  110. ==5749==
  111. ==5749== Use of uninitialised value of size 4
  112. ==5749== at 0x401B660: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  113. ==5749==
  114. ==5749== Use of uninitialised value of size 4
  115. ==5749== at 0x401B688: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  116. ==5749==
  117. ==5749== Conditional jump or move depends on uninitialised value(s)
  118. ==5749== at 0x4008E20: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  119. ==5749==
  120. ==5749== Syscall param openat(filename) contains uninitialised byte(s)
  121. ==5749== at 0x4019F4C: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  122. ==5749==
  123. ==5749== Conditional jump or move depends on uninitialised value(s)
  124. ==5749== at 0x40180E4: free (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  125. ==5749==
  126. ==5749== Conditional jump or move depends on uninitialised value(s)
  127. ==5749== at 0x400BB84: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  128. ==5749==
  129. ==5749== Use of uninitialised value of size 4
  130. ==5749== at 0x400BB9C: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  131. ==5749==
  132. ==5749== Use of uninitialised value of size 4
  133. ==5749== at 0x400BBBC: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  134. ==5749==
  135. ==5749== Use of uninitialised value of size 4
  136. ==5749== at 0x400BBC0: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  137. ==5749==
  138. ==5749== Use of uninitialised value of size 4
  139. ==5749== at 0x400BBE0: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  140. ==5749==
  141. ==5749== Use of uninitialised value of size 4
  142. ==5749== at 0x400BC50: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  143. ==5749==
  144. ==5749== Use of uninitialised value of size 4
  145. ==5749== at 0x400BC64: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  146. ==5749==
  147. ==5749== Use of uninitialised value of size 4
  148. ==5749== at 0x400BCA8: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  149. ==5749==
  150. ==5749== Use of uninitialised value of size 4
  151. ==5749== at 0x400BCC0: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  152. ==5749==
  153. ==5749== Use of uninitialised value of size 4
  154. ==5749== at 0x401AA30: strlen (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  155. ==5749==
  156. ==5749== Use of uninitialised value of size 4
  157. ==5749== at 0x401AA48: strlen (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  158. ==5749==
  159. ==5749== Use of uninitialised value of size 4
  160. ==5749== at 0x401B628: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  161. ==5749==
  162. ==5749== Use of uninitialised value of size 4
  163. ==5749== at 0x400BD9C: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  164. ==5749==
  165. ==5749== Conditional jump or move depends on uninitialised value(s)
  166. ==5749== at 0x4005D98: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  167. ==5749==
  168. ==5749== Use of uninitialised value of size 4
  169. ==5749== at 0x4005DC4: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  170. ==5749==
  171. ==5749== Use of uninitialised value of size 4
  172. ==5749== at 0x4005DD0: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  173. ==5749==
  174. ==5749== Use of uninitialised value of size 4
  175. ==5749== at 0x4005E50: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  176. ==5749==
  177. ==5749== Use of uninitialised value of size 4
  178. ==5749== at 0x4005E9C: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  179. ==5749==
  180. ==5749== Use of uninitialised value of size 4
  181. ==5749== at 0x4005EA0: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  182. ==5749==
  183. ==5749== Use of uninitialised value of size 4
  184. ==5749== at 0x400602C: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  185. ==5749==
  186. ==5749== Use of uninitialised value of size 4
  187. ==5749== at 0x40060C0: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  188. ==5749==
  189. ==5749== Use of uninitialised value of size 4
  190. ==5749== at 0x40060DC: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  191. ==5749==
  192. ==5749== Use of uninitialised value of size 4
  193. ==5749== at 0x4006114: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  194. ==5749==
  195. ==5749== Use of uninitialised value of size 4
  196. ==5749== at 0x4006A0C: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  197. ==5749==
  198. ==5749== Use of uninitialised value of size 4
  199. ==5749== at 0x40061D4: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  200. ==5749==
  201. ==5749== Conditional jump or move depends on uninitialised value(s)
  202. ==5749== at 0x4010FF4: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  203. ==5749==
  204. ==5749== Use of uninitialised value of size 4
  205. ==5749== at 0x4011008: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  206. ==5749==
  207. ==5749== Use of uninitialised value of size 4
  208. ==5749== at 0x401A620: strcmp (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  209. ==5749==
  210. ==5749== Use of uninitialised value of size 4
  211. ==5749== at 0x4010FFC: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  212. ==5749==
  213. ==5749== Conditional jump or move depends on uninitialised value(s)
  214. ==5749== at 0x4013660: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  215. ==5749==
  216. ==5749== Use of uninitialised value of size 4
  217. ==5749== at 0x4013674: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  218. ==5749==
  219. ==5749== Conditional jump or move depends on uninitialised value(s)
  220. ==5749== at 0x400832C: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  221. ==5749==
  222. ==5749== Conditional jump or move depends on uninitialised value(s)
  223. ==5749== at 0x40082E4: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  224. ==5749==
  225. ==5749== Use of uninitialised value of size 4
  226. ==5749== at 0x4008114: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  227. ==5749==
  228. ==5749== Use of uninitialised value of size 4
  229. ==5749== at 0x401A67C: strcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  230. ==5749==
  231. ==5749== Use of uninitialised value of size 4
  232. ==5749== at 0x4008198: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  233. ==5749==
  234. ==5749== Conditional jump or move depends on uninitialised value(s)
  235. ==5749== at 0x400926C: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  236. ==5749==
  237. ==5749== Use of uninitialised value of size 4
  238. ==5749== at 0x401B7A0: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  239. ==5749==
  240. ==5749== Use of uninitialised value of size 4
  241. ==5749== at 0x401B6AC: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  242. ==5749==
  243. ==5749== Use of uninitialised value of size 4
  244. ==5749== at 0x401B6B0: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  245. ==5749==
  246. ==5749== Use of uninitialised value of size 4
  247. ==5749== at 0x401B6B4: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  248. ==5749==
  249. ==5749== Use of uninitialised value of size 4
  250. ==5749== at 0x4005FE0: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  251. ==5749==
  252. ==5749== Use of uninitialised value of size 4
  253. ==5749== at 0x4006020: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  254. ==5749==
  255. ==5749== Conditional jump or move depends on uninitialised value(s)
  256. ==5749== at 0x401B648: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  257. ==5749==
  258. ==5749== Use of uninitialised value of size 4
  259. ==5749== at 0x401B850: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  260. ==5749==
  261. --5749-- WARNING: Serious error when reading debug info
  262. --5749-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.28.so:
  263. --5749-- Ignoring non-Dwarf2/3/4 block in .debug_info
  264. --5749-- WARNING: Serious error when reading debug info
  265. --5749-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.28.so:
  266. --5749-- Last block truncated in .debug_info; ignoring
  267. ==5749== Conditional jump or move depends on uninitialised value(s)
  268. ==5749== at 0x401B66C: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  269. ==5749==
  270. ==5749== Use of uninitialised value of size 4
  271. ==5749== at 0x401B66C: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  272. ==5749==
  273. ==5749== Use of uninitialised value of size 4
  274. ==5749== at 0x401B694: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  275. ==5749==
  276. ==5749== Use of uninitialised value of size 4
  277. ==5749== at 0x4005FCC: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  278. ==5749==
  279. --5749-- WARNING: Serious error when reading debug info
  280. --5749-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.28.so:
  281. --5749-- Ignoring non-Dwarf2/3/4 block in .debug_info
  282. --5749-- WARNING: Serious error when reading debug info
  283. --5749-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.28.so:
  284. --5749-- Last block truncated in .debug_info; ignoring
  285. ==5749== Conditional jump or move depends on uninitialised value(s)
  286. ==5749== at 0x400E3FC: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  287. ==5749==
  288. ==5749== Use of uninitialised value of size 4
  289. ==5749== at 0x400E410: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  290. ==5749==
  291. ==5749== Use of uninitialised value of size 4
  292. ==5749== at 0x401B690: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  293. ==5749==
  294. ==5749== Use of uninitialised value of size 4
  295. ==5749== at 0x401B684: memcpy (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  296. ==5749==
  297. ==5749== Conditional jump or move depends on uninitialised value(s)
  298. ==5749== at 0x400E7DC: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  299. ==5749==
  300. ==5749== Use of uninitialised value of size 4
  301. ==5749== at 0x400E80C: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  302. ==5749==
  303. ==5749== Use of uninitialised value of size 4
  304. ==5749== at 0x400E844: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  305. ==5749==
  306. ==5749== Use of uninitialised value of size 4
  307. ==5749== at 0x4015FE4: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  308. ==5749==
  309. ==5749== Use of uninitialised value of size 4
  310. ==5749== at 0x4016004: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  311. ==5749==
  312. ==5749== Use of uninitialised value of size 4
  313. ==5749== at 0x400EBD8: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  314. ==5749==
  315. ==5749== Use of uninitialised value of size 4
  316. ==5749== at 0x4003648: dl_main (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  317. ==5749==
  318. ==5749== Conditional jump or move depends on uninitialised value(s)
  319. ==5749== at 0x400365C: dl_main (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  320. ==5749==
  321. ==5749== Use of uninitialised value of size 4
  322. ==5749== at 0x4003698: dl_main (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  323. ==5749==
  324. ==5749==
  325. ==5749== More than 100 errors detected. Subsequent errors
  326. ==5749== will still be recorded, but in less detail than before.
  327. ==5749== Use of uninitialised value of size 4
  328. ==5749== at 0x40036C8: dl_main (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  329. ==5749==
  330. ==5749== Use of uninitialised value of size 4
  331. ==5749== at 0x40037D8: dl_main (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  332. ==5749==
  333. ==5749== Use of uninitialised value of size 4
  334. ==5749== at 0x40113EC: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  335. ==5749==
  336. ==5749== Use of uninitialised value of size 4
  337. ==5749== at 0x4011408: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  338. ==5749==
  339. ==5749== Use of uninitialised value of size 4
  340. ==5749== at 0x4011420: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  341. ==5749==
  342. ==5749== Conditional jump or move depends on uninitialised value(s)
  343. ==5749== at 0x4011830: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  344. ==5749==
  345. ==5749== Use of uninitialised value of size 4
  346. ==5749== at 0x40118A4: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  347. ==5749==
  348. ==5749== Use of uninitialised value of size 4
  349. ==5749== at 0x4011920: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  350. ==5749==
  351. ==5749== Use of uninitialised value of size 4
  352. ==5749== at 0x40010B0: init_tls (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  353. ==5749==
  354. ==5749== Use of uninitialised value of size 4
  355. ==5749== at 0x40010DC: init_tls (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  356. ==5749==
  357. ==5749== Conditional jump or move depends on uninitialised value(s)
  358. ==5749== at 0x4012B14: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  359. ==5749==
  360. ==5749== Use of uninitialised value of size 4
  361. ==5749== at 0x4012B18: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  362. ==5749==
  363. ==5749== Use of uninitialised value of size 4
  364. ==5749== at 0x4012B24: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  365. ==5749==
  366. ==5749== Use of uninitialised value of size 4
  367. ==5749== at 0x4012B30: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  368. ==5749==
  369. ==5749== Use of uninitialised value of size 4
  370. ==5749== at 0x4012C24: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  371. ==5749==
  372. ==5749== Conditional jump or move depends on uninitialised value(s)
  373. ==5749== at 0x4017FF0: malloc (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  374. ==5749==
  375. ==5749== Conditional jump or move depends on uninitialised value(s)
  376. ==5749== at 0x4012D3C: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  377. ==5749==
  378. ==5749== Conditional jump or move depends on uninitialised value(s)
  379. ==5749== at 0x401BAD4: __udivsi3 (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  380. ==5749==
  381. ==5749== Conditional jump or move depends on uninitialised value(s)
  382. ==5749== at 0x401B560: memset (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  383. ==5749==
  384. ==5749== Conditional jump or move depends on uninitialised value(s)
  385. ==5749== at 0x401B568: memset (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  386. ==5749==
  387. ==5749== Conditional jump or move depends on uninitialised value(s)
  388. ==5749== at 0x401B580: memset (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  389. ==5749==
  390. ==5749== Use of uninitialised value of size 4
  391. ==5749== at 0x401B580: memset (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  392. ==5749==
  393. ==5749== Conditional jump or move depends on uninitialised value(s)
  394. ==5749== at 0x401B588: memset (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  395. ==5749==
  396. ==5749== Conditional jump or move depends on uninitialised value(s)
  397. ==5749== at 0x401B590: memset (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  398. ==5749==
  399. ==5749== Conditional jump or move depends on uninitialised value(s)
  400. ==5749== at 0x401B598: memset (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  401. ==5749==
  402. ==5749== Conditional jump or move depends on uninitialised value(s)
  403. ==5749== at 0x401B59C: memset (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  404. ==5749==
  405. ==5749== Conditional jump or move depends on uninitialised value(s)
  406. ==5749== at 0x401B5A8: memset (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  407. ==5749==
  408. ==5749== Conditional jump or move depends on uninitialised value(s)
  409. ==5749== at 0x401B5B0: memset (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  410. ==5749==
  411. ==5749== Conditional jump or move depends on uninitialised value(s)
  412. ==5749== at 0x401B5B8: memset (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  413. ==5749==
  414. ==5749== Conditional jump or move depends on uninitialised value(s)
  415. ==5749== at 0x401B5C0: memset (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  416. ==5749==
  417. ==5749== Conditional jump or move depends on uninitialised value(s)
  418. ==5749== at 0x401B5C4: memset (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  419. ==5749==
  420. ==5749== Use of uninitialised value of size 4
  421. ==5749== at 0x4012D68: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  422. ==5749==
  423. ==5749== Conditional jump or move depends on uninitialised value(s)
  424. ==5749== at 0x40126D4: allocate_dtv (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  425. ==5749==
  426. ==5749== Use of uninitialised value of size 4
  427. ==5749== at 0x40126D4: allocate_dtv (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  428. ==5749==
  429. ==5749== Use of uninitialised value of size 4
  430. ==5749== at 0x40126D8: allocate_dtv (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  431. ==5749==
  432. ==5749== Conditional jump or move depends on uninitialised value(s)
  433. ==5749== at 0x4012D78: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  434. ==5749==
  435. ==5749== Conditional jump or move depends on uninitialised value(s)
  436. ==5749== at 0x4001104: init_tls (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  437. ==5749==
  438. ==5749== Use of uninitialised value of size 4
  439. ==5749== at 0x400110C: init_tls (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  440. ==5749==
  441. ==5749== Syscall param set_tls(addr) contains uninitialised byte(s)
  442. ==5749== at 0x4001120: init_tls (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  443. ==5749==
  444. ==5749== Use of uninitialised value of size 4
  445. ==5749== at 0x4003B74: dl_main (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  446. ==5749==
  447. ==5749== Use of uninitialised value of size 4
  448. ==5749== at 0x4003B7C: dl_main (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  449. ==5749==
  450. ==5749== Use of uninitialised value of size 4
  451. ==5749== at 0x400CB80: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  452. ==5749==
  453. ==5749== Conditional jump or move depends on uninitialised value(s)
  454. ==5749== at 0x400A810: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  455. ==5749==
  456. ==5749== Use of uninitialised value of size 4
  457. ==5749== at 0x400A828: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  458. ==5749==
  459. ==5749== Use of uninitialised value of size 4
  460. ==5749== at 0x4009D84: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  461. ==5749==
  462. ==5749== Conditional jump or move depends on uninitialised value(s)
  463. ==5749== at 0x4009D58: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  464. ==5749==
  465. ==5749== Use of uninitialised value of size 4
  466. ==5749== at 0x4009D5C: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  467. ==5749==
  468. ==5749== Conditional jump or move depends on uninitialised value(s)
  469. ==5749== at 0x4009D90: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  470. ==5749==
  471. ==5749== Use of uninitialised value of size 4
  472. ==5749== at 0x4009DAC: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  473. ==5749==
  474. ==5749== Use of uninitialised value of size 4
  475. ==5749== at 0x4009CD4: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  476. ==5749==
  477. ==5749== Use of uninitialised value of size 4
  478. ==5749== at 0x4009CE0: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  479. ==5749==
  480. ==5749== Use of uninitialised value of size 4
  481. ==5749== at 0x4009D14: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  482. ==5749==
  483. ==5749== Use of uninitialised value of size 4
  484. ==5749== at 0x4009F50: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  485. ==5749==
  486. ==5749== Use of uninitialised value of size 4
  487. ==5749== at 0x4009F60: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  488. ==5749==
  489. ==5749== Use of uninitialised value of size 4
  490. ==5749== at 0x4009FB8: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  491. ==5749==
  492. ==5749== Use of uninitialised value of size 4
  493. ==5749== at 0x4009B28: check_match (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  494. ==5749==
  495. ==5749== Conditional jump or move depends on uninitialised value(s)
  496. ==5749== at 0x4009B2C: check_match (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  497. ==5749==
  498. ==5749== Use of uninitialised value of size 4
  499. ==5749== at 0x4009B40: check_match (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  500. ==5749==
  501. ==5749== Use of uninitialised value of size 4
  502. ==5749== at 0x4009B48: check_match (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  503. ==5749==
  504. ==5749== Use of uninitialised value of size 4
  505. ==5749== at 0x4009B58: check_match (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  506. ==5749==
  507. ==5749== Use of uninitialised value of size 4
  508. ==5749== at 0x4009BFC: check_match (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  509. ==5749==
  510. ==5749== Use of uninitialised value of size 4
  511. ==5749== at 0x4009C00: check_match (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  512. ==5749==
  513. ==5749== Use of uninitialised value of size 4
  514. ==5749== at 0x400A8EC: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  515. ==5749==
  516. ==5749== Use of uninitialised value of size 4
  517. ==5749== at 0x400A8FC: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  518. ==5749==
  519. ==5749== Use of uninitialised value of size 4
  520. ==5749== at 0x400CCF8: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  521. ==5749==
  522. ==5749== Use of uninitialised value of size 4
  523. ==5749== at 0x400CDAC: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  524. ==5749==
  525. ==5749== Use of uninitialised value of size 4
  526. ==5749== at 0x400A86C: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  527. ==5749==
  528. ==5749== Use of uninitialised value of size 4
  529. ==5749== at 0x4010FD8: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  530. ==5749==
  531. ==5749== Use of uninitialised value of size 4
  532. ==5749== at 0x4010FEC: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  533. ==5749==
  534. ==5749== Use of uninitialised value of size 4
  535. ==5749== at 0x4013420: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  536. ==5749==
  537. ==5749== Use of uninitialised value of size 4
  538. ==5749== at 0x4013440: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  539. ==5749==
  540. ==5749== Use of uninitialised value of size 4
  541. ==5749== at 0x400A11C: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  542. ==5749==
  543. ==5749== Conditional jump or move depends on uninitialised value(s)
  544. ==5749== at 0x400A250: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  545. ==5749==
  546. ==5749== Use of uninitialised value of size 4
  547. ==5749== at 0x400A378: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  548. ==5749==
  549. ==5749== Use of uninitialised value of size 4
  550. ==5749== at 0x400A384: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  551. ==5749==
  552. ==5749== Use of uninitialised value of size 4
  553. ==5749== at 0x400A38C: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  554. ==5749==
  555. ==5749== Conditional jump or move depends on uninitialised value(s)
  556. ==5749== at 0x400A16C: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  557. ==5749==
  558. ==5749== Use of uninitialised value of size 4
  559. ==5749== at 0x400A1D0: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  560. ==5749==
  561. ==5749== Use of uninitialised value of size 4
  562. ==5749== at 0x400A1FC: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  563. ==5749==
  564. ==5749== Conditional jump or move depends on uninitialised value(s)
  565. ==5749== at 0x400A4C0: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  566. ==5749==
  567. ==5749== Use of uninitialised value of size 4
  568. ==5749== at 0x400A4F8: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  569. ==5749==
  570. ==5749== Conditional jump or move depends on uninitialised value(s)
  571. ==5749== at 0x400A4F4: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  572. ==5749==
  573. ==5749== Use of uninitialised value of size 4
  574. ==5749== at 0x400A504: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  575. ==5749==
  576. ==5749== Use of uninitialised value of size 4
  577. ==5749== at 0x400A524: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  578. ==5749==
  579. ==5749== Use of uninitialised value of size 4
  580. ==5749== at 0x400A54C: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  581. ==5749==
  582. ==5749== Use of uninitialised value of size 4
  583. ==5749== at 0x400A558: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  584. ==5749==
  585. ==5749== Use of uninitialised value of size 4
  586. ==5749== at 0x400CC84: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  587. ==5749==
  588. ==5749== Use of uninitialised value of size 4
  589. ==5749== at 0x400D908: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  590. ==5749==
  591. ==5749== Use of uninitialised value of size 4
  592. ==5749== at 0x4009DA0: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  593. ==5749==
  594. ==5749== Conditional jump or move depends on uninitialised value(s)
  595. ==5749== at 0x4012DB8: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  596. ==5749==
  597. ==5749== Use of uninitialised value of size 4
  598. ==5749== at 0x4012DC0: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  599. ==5749==
  600. ==5749== Use of uninitialised value of size 4
  601. ==5749== at 0x4012DC8: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  602. ==5749==
  603. ==5749== Use of uninitialised value of size 4
  604. ==5749== at 0x4012E10: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  605. ==5749==
  606. ==5749== Use of uninitialised value of size 4
  607. ==5749== at 0x4012E3C: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  608. ==5749==
  609. ==5749== Use of uninitialised value of size 4
  610. ==5749== at 0x4012E48: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  611. ==5749==
  612. ==5749== Use of uninitialised value of size 4
  613. ==5749== at 0x4012E7C: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  614. ==5749==
  615. ==5749== Use of uninitialised value of size 4
  616. ==5749== at 0x4012EA8: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  617. ==5749==
  618. ==5749== Use of uninitialised value of size 4
  619. ==5749== at 0x4012ECC: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  620. ==5749==
  621. ==5749== Use of uninitialised value of size 4
  622. ==5749== at 0x4012F28: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  623. ==5749==
  624. ==5749== Use of uninitialised value of size 4
  625. ==5749== at 0x40103D4: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  626. ==5749==
  627. ==5749== Use of uninitialised value of size 4
  628. ==5749== at 0x400FA00: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  629. ==5749==
  630. ==5749== Conditional jump or move depends on uninitialised value(s)
  631. ==5749== at 0x400FA8C: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  632. ==5749==
  633. ==5749== Use of uninitialised value of size 4
  634. ==5749== at 0x400FA8C: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  635. ==5749==
  636. ==5749== Use of uninitialised value of size 4
  637. ==5749== at 0x4015B4C: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  638. ==5749==
  639. ==5749== Use of uninitialised value of size 4
  640. ==5749== at 0x48F8000: std::error_category::error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  641. ==5749==
  642. ==5749== Use of uninitialised value of size 4
  643. ==5749== at 0x48F86B4: __aeabi_atexit (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  644. ==5749==
  645. ==5749== Use of uninitialised value of size 4
  646. ==5749== at 0x4AACB2C: __cxa_atexit (in /lib/arm-linux-gnueabihf/libc-2.28.so)
  647. ==5749==
  648. ==5749== Use of uninitialised value of size 4
  649. ==5749== at 0x4009B64: check_match (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  650. ==5749==
  651. ==5749== Use of uninitialised value of size 4
  652. ==5749== at 0x485E0F8: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
  653. ==5749==
  654. ==5749== Use of uninitialised value of size 4
  655. ==5749== at 0x490C610: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  656. ==5749==
  657. ==5749== Use of uninitialised value of size 4
  658. ==5749== at 0x490CC50: std::locale::_Impl::_M_install_facet(std::locale::id const*, std::locale::facet const*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  659. ==5749==
  660. ==5749== Use of uninitialised value of size 4
  661. ==5749== at 0x490CBDC: std::locale::id::_M_id() const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  662. ==5749==
  663. ==5749== Use of uninitialised value of size 4
  664. ==5749== at 0x490C684: std::locale::facet::_S_get_c_name() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  665. ==5749==
  666. ==5749== Use of uninitialised value of size 4
  667. ==5749== at 0x4AFED8C: wctob (in /lib/arm-linux-gnueabihf/libc-2.28.so)
  668. ==5749==
  669. ==5749== Use of uninitialised value of size 4
  670. ==5749== at 0x4AFEBC0: btowc (in /lib/arm-linux-gnueabihf/libc-2.28.so)
  671. ==5749==
  672. ==5749== Use of uninitialised value of size 4
  673. ==5749== at 0x493322C: std::ctype<wchar_t>::_M_convert_to_wmask(unsigned short) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  674. ==5749==
  675. ==5749== Use of uninitialised value of size 4
  676. ==5749== at 0x4B59DD0: wctype_l (in /lib/arm-linux-gnueabihf/libc-2.28.so)
  677. ==5749==
  678. ==5749== Use of uninitialised value of size 4
  679. ==5749== at 0x4AA2824: uselocale (in /lib/arm-linux-gnueabihf/libc-2.28.so)
  680. ==5749==
  681. ==5749== Use of uninitialised value of size 4
  682. ==5749== at 0x490E424: std::locale::locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  683. ==5749==
  684. ==5749== Use of uninitialised value of size 4
  685. ==5749== at 0x48FB6FC: std::type_info::operator==(std::type_info const&) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  686. ==5749==
  687. ==5749== Use of uninitialised value of size 4
  688. ==5749== at 0x48F8AB4: __dynamic_cast (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  689. ==5749==
  690. ==5749== Use of uninitialised value of size 4
  691. ==5749== at 0x4AF500C: strcmp (in /lib/arm-linux-gnueabihf/libc-2.28.so)
  692. ==5749==
  693. ==5749== Use of uninitialised value of size 4
  694. ==5749== at 0x49243F0: std::ios_base::ios_base() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  695. ==5749==
  696. ==5749== Use of uninitialised value of size 4
  697. ==5749== at 0x49617D0: std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  698. ==5749==
  699. ==5749== Use of uninitialised value of size 4
  700. ==5749== at 0x490BB6C: std::ios_base::_M_init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  701. ==5749==
  702. ==5749== Use of uninitialised value of size 4
  703. ==5749== at 0x490C880: std::locale::operator=(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  704. ==5749==
  705. ==5749== Use of uninitialised value of size 4
  706. ==5749== at 0x490C94C: std::locale::~locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  707. ==5749==
  708. ==5749== Use of uninitialised value of size 4
  709. ==5749== at 0x49613F8: std::basic_ios<char, std::char_traits<char> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  710. ==5749==
  711. ==5749== Use of uninitialised value of size 4
  712. ==5749== at 0x496E880: bool std::has_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  713. ==5749==
  714. ==5749== Use of uninitialised value of size 4
  715. ==5749== at 0x496CCD0: std::ctype<char> const& std::use_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  716. ==5749==
  717. ==5749== Use of uninitialised value of size 4
  718. ==5749== at 0x496EA60: bool std::has_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  719. ==5749==
  720. ==5749== Use of uninitialised value of size 4
  721. ==5749== at 0x496D7E8: std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  722. ==5749==
  723. ==5749== Use of uninitialised value of size 4
  724. ==5749== at 0x496EAD8: bool std::has_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  725. ==5749==
  726. ==5749== Use of uninitialised value of size 4
  727. ==5749== at 0x496D85C: std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  728. ==5749==
  729. ==5749== Use of uninitialised value of size 4
  730. ==5749== at 0x4961F30: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::init(std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  731. ==5749==
  732. ==5749== Use of uninitialised value of size 4
  733. ==5749== at 0x4961BBC: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  734. ==5749==
  735. ==5749== Use of uninitialised value of size 4
  736. ==5749== at 0x4993E4C: bool std::has_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  737. ==5749==
  738. ==5749== Use of uninitialised value of size 4
  739. ==5749== at 0x4992308: std::ctype<wchar_t> const& std::use_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  740. ==5749==
  741. ==5749== Use of uninitialised value of size 4
  742. ==5749== at 0x499402C: bool std::has_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  743. ==5749==
  744. ==5749== Use of uninitialised value of size 4
  745. ==5749== at 0x4992D4C: std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  746. ==5749==
  747. ==5749== Use of uninitialised value of size 4
  748. ==5749== at 0x49940A4: bool std::has_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  749. ==5749==
  750. ==5749== Use of uninitialised value of size 4
  751. ==5749== at 0x4992DC0: std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  752. ==5749==
  753. ==5749== Use of uninitialised value of size 4
  754. ==5749== at 0x485E1C0: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
  755. ==5749==
  756. ==5749== Use of uninitialised value of size 4
  757. ==5749== at 0x490B088: std::ios_base::Init::Init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  758. ==5749==
  759. ==5749== Use of uninitialised value of size 4
  760. ==5749== at 0x48FAF44: operator new(unsigned int) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  761. ==5749==
  762. ==5749== Use of uninitialised value of size 4
  763. ==5749== at 0x498C528: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  764. ==5749==
  765. ==5749== Use of uninitialised value of size 4
  766. ==5749== at 0x498CA28: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator+=(char) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  767. ==5749==
  768. ==5749== Use of uninitialised value of size 4
  769. ==5749== at 0x498C978: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::empty() const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  770. ==5749==
  771. ==5749== Use of uninitialised value of size 4
  772. ==5749== at 0x498E630: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  773. ==5749==
  774. ==5749== Use of uninitialised value of size 4
  775. ==5749== at 0x485B4D0: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
  776. ==5749==
  777. ==5749== Use of uninitialised value of size 4
  778. ==5749== at 0x498C988: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator[](unsigned int) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  779. ==5749==
  780. ==5749== Use of uninitialised value of size 4
  781. ==5749== at 0x491D1B8: std::allocator<char>::allocator() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  782. ==5749==
  783. ==5749== Use of uninitialised value of size 4
  784. ==5749== at 0x498ED34: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, unsigned int, std::allocator<char> const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  785. ==5749==
  786. ==5749== Use of uninitialised value of size 4
  787. ==5749== at 0x498EB60: void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  788. ==5749==
  789. ==5749== Use of uninitialised value of size 4
  790. ==5749== at 0x485BB58: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
  791. ==5749== by 0x498EBF7: void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  792. ==5749==
  793. ==5749== Use of uninitialised value of size 4
  794. ==5749== at 0x491D1C0: std::allocator<char>::~allocator() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  795. ==5749==
  796. ==5749== Use of uninitialised value of size 4
  797. ==5749== at 0x498EAC0: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  798. ==5749==
  799. ==5749== Use of uninitialised value of size 4
  800. ==5749== at 0x498BFF4: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_data() const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  801. ==5749==
  802. ==5749== Use of uninitialised value of size 4
  803. ==5749== at 0x498C298: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_copy_chars(char*, char*, char*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  804. ==5749==
  805. ==5749== Use of uninitialised value of size 4
  806. ==5749== at 0x485BB58: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
  807. ==5749== by 0x968F7: void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) (basic_string.tcc:225)
  808. ==5749== by 0x498EAE7: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  809. ==5749==
  810. ==5749== Use of uninitialised value of size 4
  811. ==5749== at 0x498C014: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_set_length(unsigned int) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  812. ==5749==
  813. ==5749== Use of uninitialised value of size 4
  814. ==5749== at 0x498C758: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::begin() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  815. ==5749==
  816. ==5749== Use of uninitialised value of size 4
  817. ==5749== at 0x4AA2EDC: tolower (in /lib/arm-linux-gnueabihf/libc-2.28.so)
  818. ==5749==
  819. ==5749== Use of uninitialised value of size 4
  820. ==5749== at 0x498C654: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  821. ==5749==
  822. ==5749== Use of uninitialised value of size 4
  823. ==5749== at 0x498C56C: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  824. ==5749==
  825. ==5749== Use of uninitialised value of size 4
  826. ==5749== at 0x498C03C: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned int&, unsigned int) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  827. ==5749==
  828. ==5749== Use of uninitialised value of size 4
  829. ==5749== at 0x498BFE4: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_data(char*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  830. ==5749==
  831. ==5749== Use of uninitialised value of size 4
  832. ==5749== at 0x498C00C: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_capacity(unsigned int) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  833. ==5749==
  834. ==5749== Use of uninitialised value of size 4
  835. ==5749== at 0x48F8A9C: operator delete(void*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  836. ==5749==
  837. ==5749== Use of uninitialised value of size 4
  838. ==5749== at 0x48FAFB8: operator new(unsigned int, std::nothrow_t const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  839. ==5749==
  840. ==5749== Use of uninitialised value of size 4
  841. ==5749== at 0x498C7E8: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::size() const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  842. ==5749==
  843. ==5749== Use of uninitialised value of size 4
  844. ==5749== at 0x4AA2CF8: isalnum (in /lib/arm-linux-gnueabihf/libc-2.28.so)
  845. ==5749==
  846. ==5749== Use of uninitialised value of size 4
  847. ==5749== at 0x498C964: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::clear() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  848. ==5749==
  849. ==5749== Use of uninitialised value of size 4
  850. ==5749== at 0x498C768: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::end() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  851. ==5749==
  852. ==5749== Use of uninitialised value of size 4
  853. ==5749== at 0x485BB58: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
  854. ==5749== by 0x498C40F: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_mutate(unsigned int, unsigned int, char const*, unsigned int) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  855. ==5749==
  856. ==5749== Use of uninitialised value of size 4
  857. ==5749== at 0x498C3A0: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_mutate(unsigned int, unsigned int, char const*, unsigned int) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  858. ==5749==
  859. ==5749== Use of uninitialised value of size 4
  860. ==5749== at 0x498ED58: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  861. ==5749==
  862. ==5749== Use of uninitialised value of size 4
  863. ==5749== at 0x498E4BC: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  864. ==5749==
  865. ==5749== Use of uninitialised value of size 4
  866. ==5749== at 0x49126BC: std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  867. ==5749==
  868. ==5749== Use of uninitialised value of size 4
  869. ==5749== at 0x485BB58: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
  870. ==5749== by 0x498C33F: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  871. ==5749==
  872. ==5749== Use of uninitialised value of size 4
  873. ==5749== at 0x498C678: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  874. ==5749==
  875. ==5749== Use of uninitialised value of size 4
  876. ==5749== at 0x498C2E8: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  877. ==5749==
  878. ==5749== Use of uninitialised value of size 4
  879. ==5749== at 0x4AF6BBC: memchr (in /lib/arm-linux-gnueabihf/libc-2.28.so)
  880. ==5749==
  881. ==5749== Use of uninitialised value of size 4
  882. ==5749== at 0x4912624: std::_Rb_tree_decrement(std::_Rb_tree_node_base*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  883. ==5749==
  884. ==5749== Use of uninitialised value of size 4
  885. ==5749== at 0x498EDF0: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::substr(unsigned int, unsigned int) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  886. ==5749==
  887. ==5749== Use of uninitialised value of size 4
  888. ==5749== at 0x498E348: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_first_not_of(char const*, unsigned int) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  889. ==5749==
  890. ==5749== Use of uninitialised value of size 4
  891. ==5749== at 0x498E2C8: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_first_not_of(char const*, unsigned int, unsigned int) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  892. ==5749==
  893. ==5749== Use of uninitialised value of size 4
  894. ==5749== at 0x498E444: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_last_not_of(char const*, unsigned int) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  895. ==5749==
  896. ==5749== Use of uninitialised value of size 4
  897. ==5749== at 0x498E3D4: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_last_not_of(char const*, unsigned int, unsigned int) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  898. ==5749==
  899. ==5749== Use of uninitialised value of size 4
  900. ==5749== at 0x4AAA0E4: sigaction (in /lib/arm-linux-gnueabihf/libc-2.28.so)
  901. ==5749==
  902. ==5749== Use of uninitialised value of size 4
  903. ==5749== at 0x4AAA700: sigaltstack (in /lib/arm-linux-gnueabihf/libc-2.28.so)
  904. ==5749==
  905. ==5749== Use of uninitialised value of size 4
  906. ==5749== at 0x491DA7C: std::chrono::_V2::system_clock::now() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  907. ==5749==
  908. ==5749== Use of uninitialised value of size 4
  909. ==5749== at 0x4B63C98: clock_gettime (in /lib/arm-linux-gnueabihf/libc-2.28.so)
  910. ==5749==
  911. ==5749== Use of uninitialised value of size 4
  912. ==5749== at 0x4A601B0: ??? (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
  913. ==5749==
  914. ==5749== Use of uninitialised value of size 4
  915. ==5749== at 0x4A61D20: __udivmoddi4 (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
  916. ==5749==
  917. ==5749== Use of uninitialised value of size 4
  918. ==5749== at 0x4A5F19C: __aeabi_ul2d (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
  919. ==5749==
  920. ==5749== Use of uninitialised value of size 4
  921. ==5749== at 0x4912620: std::_Rb_tree_increment(std::_Rb_tree_node_base const*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  922. ==5749==
  923. ==5749== Use of uninitialised value of size 4
  924. ==5749== at 0x490BD10: std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  925. ==5749==
  926. ==5749== Use of uninitialised value of size 4
  927. ==5749== at 0x485BB58: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
  928. ==5749== by 0x498C727: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  929. ==5749==
  930. ==5749== Use of uninitialised value of size 4
  931. ==5749== at 0x498C550: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(unsigned int, char, std::allocator<char> const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  932. ==5749==
  933. ==5749== Use of uninitialised value of size 4
  934. ==5749== at 0x498C0B0: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct(unsigned int, char) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  935. ==5749==
  936. ==5749== Use of uninitialised value of size 4
  937. ==5749== at 0x498C68C: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  938. ==5749==
  939. ==5749== Use of uninitialised value of size 4
  940. ==5749== at 0x485BB58: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
  941. ==5749== by 0x498AC03: std::basic_streambuf<char, std::char_traits<char> >::xsputn(char const*, int) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  942. ==5749==
  943. ==5749== Use of uninitialised value of size 4
  944. ==5749== at 0x485BB58: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
  945. ==5749== by 0x4920F77: std::ctype<char>::_M_widen_init() const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  946. ==5749==
  947. ==5749== Use of uninitialised value of size 4
  948. ==5749== at 0x497AE5C: std::ostream::sentry::sentry(std::ostream&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  949. ==5749==
  950. ==5749== Use of uninitialised value of size 4
  951. ==5749== at 0x497AED8: std::ostream::sentry::~sentry() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  952. ==5749==
  953. ==5749== Use of uninitialised value of size 4
  954. ==5749== at 0x498EE7C: std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  955. ==5749==
  956. ==5749== Use of uninitialised value of size 4
  957. ==5749== at 0x497B4A4: std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  958. ==5749==
  959. ==5749== Use of uninitialised value of size 4
  960. ==5749== at 0x498ABB8: std::basic_streambuf<char, std::char_traits<char> >::xsputn(char const*, int) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  961. ==5749==
  962. ==5749== Use of uninitialised value of size 4
  963. ==5749== at 0x485BB58: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
  964. ==5749== by 0x498D0D3: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace(unsigned int, unsigned int, char const*, unsigned int) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  965. ==5749==
  966. ==5749== Use of uninitialised value of size 4
  967. ==5749== at 0x4980298: std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::_M_pbump(char*, char*, long long) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  968. ==5749==
  969. ==5749== Use of uninitialised value of size 4
  970. ==5749== at 0x497A664: std::ostream::operator<<(std::ostream& (*)(std::ostream&)) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  971. ==5749==
  972. ==5749== Use of uninitialised value of size 4
  973. ==5749== at 0x497B2D0: std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  974. ==5749==
  975. ==5749== Use of uninitialised value of size 4
  976. ==5749== at 0x497B084: std::ostream::put(char) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  977. ==5749==
  978. ==5749== Use of uninitialised value of size 4
  979. ==5749== at 0x497A6FC: std::ostream::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  980. ==5749==
  981. ==5749== Use of uninitialised value of size 4
  982. ==5749== at 0x498D004: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace(unsigned int, unsigned int, char const*, unsigned int) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  983. ==5749==
  984. ==5749== Use of uninitialised value of size 4
  985. ==5749== at 0x485BB58: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
  986. ==5749== by 0x498C433: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_mutate(unsigned int, unsigned int, char const*, unsigned int) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  987. ==5749==
  988. ==5749== Use of uninitialised value of size 4
  989. ==5749== at 0x4983F30: std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream(std::_Ios_Openmode) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  990. ==5749==
  991. ==5749== Use of uninitialised value of size 4
  992. ==5749== at 0x498C994: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator[](unsigned int) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  993. ==5749==
  994. ==5749== Use of uninitialised value of size 4
  995. ==5749== at 0x498C818: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::reserve(unsigned int) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  996. ==5749==
  997. ==5749== Use of uninitialised value of size 4
  998. ==5749== at 0x498DD94: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::swap(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  999. ==5749==
  1000. ==5749== Use of uninitialised value of size 4
  1001. ==5749== at 0x49805DC: std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::_M_sync(char*, unsigned int, unsigned int) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  1002. ==5749==
  1003. ==5749== Use of uninitialised value of size 4
  1004. ==5749== at 0x49853D4: std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::str() const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  1005. ==5749==
  1006. ==5749== Use of uninitialised value of size 4
  1007. ==5749== at 0x497FAAC: std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  1008. ==5749==
  1009. ==5749== Use of uninitialised value of size 4
  1010. ==5749== at 0x4924770: std::ios_base::~ios_base() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  1011. ==5749==
  1012. ==5749== Use of uninitialised value of size 4
  1013. ==5749== at 0x4924680: std::ios_base::_M_call_callbacks(std::ios_base::event) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  1014. ==5749==
  1015. ==5749== Use of uninitialised value of size 4
  1016. ==5749== at 0x49246D8: std::ios_base::_M_dispose_callbacks() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  1017. ==5749==
  1018. ==5749== Use of uninitialised value of size 4
  1019. ==5749== at 0x4A5E350: __udivsi3 (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
  1020. ==5749==
  1021. ==5749== Use of uninitialised value of size 4
  1022. ==5749== at 0x48FAB7C: __cxa_guard_acquire (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  1023. ==5749==
  1024. ==5749== Use of uninitialised value of size 4
  1025. ==5749== at 0x4A95A44: __errno_location (in /lib/arm-linux-gnueabihf/libc-2.28.so)
  1026. ==5749==
  1027. ==5749== Use of uninitialised value of size 4
  1028. ==5749== at 0x48FAD1C: __cxa_guard_release (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  1029. ==5749==
  1030. ==5749== Use of uninitialised value of size 4
  1031. ==5749== at 0x4ADB3E8: fwrite (in /lib/arm-linux-gnueabihf/libc-2.28.so)
  1032. ==5749==
  1033. ==5749== Use of uninitialised value of size 4
  1034. ==5749== at 0x497B8E0: std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  1035. ==5749==
  1036. ==5749== Use of uninitialised value of size 4
  1037. ==5749== at 0x497B880: std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  1038. ==5749==
  1039. ==5749== Use of uninitialised value of size 4
  1040. ==5749== at 0x497BDB8: std::ostream::operator<<(unsigned int) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  1041. ==5749==
  1042. ==5749== Use of uninitialised value of size 4
  1043. ==5749== at 0x497BBE0: std::ostream& std::ostream::_M_insert<unsigned long>(unsigned long) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  1044. ==5749==
  1045. ==5749== Use of uninitialised value of size 4
  1046. ==5749== at 0x49708F0: std::ostreambuf_iterator<char, std::char_traits<char> > std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::_M_insert_int<unsigned long>(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, unsigned long) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  1047. ==5749==
  1048. ===============================================================================
  1049. All tests passed (124 assertions in 8 test cases)
  1050.  
  1051. ==5749== Use of uninitialised value of size 4
  1052. ==5749== at 0x490B7B0: std::ios_base::Init::~Init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  1053. ==5749==
  1054. ==5749== Use of uninitialised value of size 4
  1055. ==5749== at 0x4ADA154: fflush (in /lib/arm-linux-gnueabihf/libc-2.28.so)
  1056. ==5749==
  1057. ==5749== Use of uninitialised value of size 4
  1058. ==5749== at 0x497CA50: std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  1059. ==5749==
  1060. ==5749== Conditional jump or move depends on uninitialised value(s)
  1061. ==5749== at 0x40105D0: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  1062. ==5749==
  1063. ==5749== Conditional jump or move depends on uninitialised value(s)
  1064. ==5749== at 0x4016178: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.28.so)
  1065. ==5749==
  1066. ==5749== Use of uninitialised value of size 4
  1067. ==5749== at 0x4925570: std::_V2::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  1068. ==5749==
  1069. ==5749== Use of uninitialised value of size 4
  1070. ==5749== at 0x48F8024: std::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25)
  1071. ==5749==
  1072. ==5749== Use of uninitialised value of size 4
  1073. ==5749== at 0x4AF1824: free (in /lib/arm-linux-gnueabihf/libc-2.28.so)
  1074. ==5749==
  1075. ==5749== Use of uninitialised value of size 4
  1076. ==5749== at 0x4B98050: free_mem (in /lib/arm-linux-gnueabihf/libc-2.28.so)
  1077. ==5749==
  1078. ==5749== Conditional jump or move depends on uninitialised value(s)
  1079. ==5749== at 0x4B980D0: free_mem (in /lib/arm-linux-gnueabihf/libc-2.28.so)
  1080. ==5749==
  1081. ==5749== Use of uninitialised value of size 4
  1082. ==5749== at 0x4B97F64: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.28.so)
  1083. ==5749==
  1084. ==5749==
  1085. ==5749== HEAP SUMMARY:
  1086. ==5749== in use at exit: 20,224 bytes in 1 blocks
  1087. ==5749== total heap usage: 2,860 allocs, 2,859 frees, 266,034 bytes allocated
  1088. ==5749==
  1089. ==5749== LEAK SUMMARY:
  1090. ==5749== definitely lost: 0 bytes in 0 blocks
  1091. ==5749== indirectly lost: 0 bytes in 0 blocks
  1092. ==5749== possibly lost: 0 bytes in 0 blocks
  1093. ==5749== still reachable: 20,224 bytes in 1 blocks
  1094. ==5749== suppressed: 0 bytes in 0 blocks
  1095. ==5749== Rerun with --leak-check=full to see details of leaked memory
  1096. ==5749==
  1097. ==5749== For counts of detected and suppressed errors, rerun with: -v
  1098. ==5749== Use --track-origins=yes to see where uninitialised values come from
  1099. ==5749== ERROR SUMMARY: 138714 errors from 348 contexts (suppressed: 2031 from 2)
Add Comment
Please, Sign In to add comment