Advertisement
Guest User

Untitled

a guest
May 7th, 2013
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.88 KB | None | 0 0
  1. valgrind --show-reachable=yes --leak-check=full -v ./classifier_lda
  2. ==5216== Memcheck, a memory error detector
  3. ==5216== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
  4. ==5216== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
  5. ==5216== Command: ./classifier_lda
  6. ==5216==
  7. --5216-- Valgrind options:
  8. --5216-- --suppressions=/usr/lib/valgrind/debian-libc6-dbg.supp
  9. --5216-- --show-reachable=yes
  10. --5216-- --leak-check=full
  11. --5216-- -v
  12. --5216-- Contents of /proc/version:
  13. --5216-- Linux version 3.5.0-17-generic (buildd@allspice) (gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1) ) #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012
  14. --5216-- Arch and hwcaps: AMD64, amd64-sse3-cx16
  15. --5216-- Page sizes: currently 4096, max supported 4096
  16. --5216-- Valgrind library directory: /usr/lib/valgrind
  17. --5216-- Reading syms from /home/kevin/Dropbox/Projects/shogun/examples/undocumented/libshogun/classifier_lda (0x400000)
  18. --5216-- Reading syms from /lib/x86_64-linux-gnu/ld-2.15.so (0x4000000)
  19. --5216-- Considering /lib/x86_64-linux-gnu/ld-2.15.so ..
  20. --5216-- .. CRC mismatch (computed af0db78b wanted 3003bdf7)
  21. --5216-- Considering /usr/lib/debug/lib/x86_64-linux-gnu/ld-2.15.so ..
  22. --5216-- .. CRC is valid
  23. --5216-- Reading syms from /usr/lib/valgrind/memcheck-amd64-linux (0x38000000)
  24. --5216-- Considering /usr/lib/valgrind/memcheck-amd64-linux ..
  25. --5216-- .. CRC mismatch (computed 055ede9a wanted 763f0405)
  26. --5216-- object doesn't have a symbol table
  27. --5216-- object doesn't have a dynamic symbol table
  28. --5216-- Reading suppressions file: /usr/lib/valgrind/debian-libc6-dbg.supp
  29. --5216-- Reading suppressions file: /usr/lib/valgrind/default.supp
  30. ==5216== embedded gdbserver: reading from /tmp/vgdb-pipe-from-vgdb-to-5216-by-kevin-on-???
  31. ==5216== embedded gdbserver: writing to /tmp/vgdb-pipe-to-vgdb-from-5216-by-kevin-on-???
  32. ==5216== embedded gdbserver: shared mem /tmp/vgdb-pipe-shared-mem-vgdb-5216-by-kevin-on-???
  33. ==5216==
  34. ==5216== TO CONTROL THIS PROCESS USING vgdb (which you probably
  35. ==5216== don't want to do, unless you know exactly what you're doing,
  36. ==5216== or are doing some strange experiment):
  37. ==5216== /usr/lib/valgrind/../../bin/vgdb --pid=5216 ...command...
  38. ==5216==
  39. ==5216== TO DEBUG THIS PROCESS USING GDB: start GDB like this
  40. ==5216== /path/to/gdb ./classifier_lda
  41. ==5216== and then give GDB the following command
  42. ==5216== target remote | /usr/lib/valgrind/../../bin/vgdb --pid=5216
  43. ==5216== --pid is optional if only one valgrind process is running
  44. ==5216==
  45. --5216-- REDIR: 0x40189f0 (strlen) redirected to 0x38061e47 (???)
  46. --5216-- Reading syms from /usr/lib/valgrind/vgpreload_core-amd64-linux.so (0x4a25000)
  47. --5216-- Considering /usr/lib/valgrind/vgpreload_core-amd64-linux.so ..
  48. --5216-- .. CRC mismatch (computed c9cf2ff8 wanted 4212d7a4)
  49. --5216-- object doesn't have a symbol table
  50. --5216-- Reading syms from /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so (0x4c27000)
  51. --5216-- Considering /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so ..
  52. --5216-- .. CRC mismatch (computed 70153ef6 wanted 49c35013)
  53. --5216-- object doesn't have a symbol table
  54. --5216-- REDIR: 0x4018860 (index) redirected to 0x4c2b970 (index)
  55. --5216-- REDIR: 0x40188e0 (strcmp) redirected to 0x4c2c8d0 (strcmp)
  56. --5216-- Reading syms from /usr/local/lib/libshogun.so.14.0 (0x4e32000)
  57. --5216-- Reading syms from /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.17 (0x5d45000)
  58. --5216-- Considering /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.17 ..
  59. --5216-- .. CRC mismatch (computed 46b694a4 wanted 3f2be0c6)
  60. --5216-- object doesn't have a symbol table
  61. --5216-- Reading syms from /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x6048000)
  62. --5216-- Considering /lib/x86_64-linux-gnu/libgcc_s.so.1 ..
  63. --5216-- .. CRC mismatch (computed ab1a33f9 wanted c47c7ad4)
  64. --5216-- object doesn't have a symbol table
  65. --5216-- Reading syms from /lib/x86_64-linux-gnu/libc-2.15.so (0x625e000)
  66. --5216-- Considering /lib/x86_64-linux-gnu/libc-2.15.so ..
  67. --5216-- .. CRC mismatch (computed d3262300 wanted e70c74da)
  68. --5216-- Considering /usr/lib/debug/lib/x86_64-linux-gnu/libc-2.15.so ..
  69. --5216-- .. CRC is valid
  70. --5216-- Reading syms from /usr/lib/libhdf5.so.7.0.2 (0x661d000)
  71. --5216-- Considering /usr/lib/libhdf5.so.7.0.2 ..
  72. --5216-- .. CRC mismatch (computed 6ba56f8b wanted c7ea781b)
  73. --5216-- object doesn't have a symbol table
  74. --5216-- Reading syms from /usr/lib/x86_64-linux-gnu/libxml2.so.2.8.0 (0x6aa1000)
  75. --5216-- object doesn't have a symbol table
  76. --5216-- Reading syms from /usr/lib/lapack/liblapack.so.3.0 (0x6dfd000)
  77. --5216-- Considering /usr/lib/lapack/liblapack.so.3.0 ..
  78. --5216-- .. CRC mismatch (computed 55d92399 wanted 79907d6c)
  79. --5216-- object doesn't have a symbol table
  80. --5216-- Reading syms from /usr/lib/atlas-base/atlas/libblas.so.3.0 (0x7ad9000)
  81. --5216-- object doesn't have a symbol table
  82. --5216-- Reading syms from /lib/x86_64-linux-gnu/libz.so.1.2.7 (0x832f000)
  83. --5216-- Considering /lib/x86_64-linux-gnu/libz.so.1.2.7 ..
  84. --5216-- .. CRC mismatch (computed 36808971 wanted 8b2ba634)
  85. --5216-- object doesn't have a symbol table
  86. --5216-- Reading syms from /lib/x86_64-linux-gnu/libm-2.15.so (0x8546000)
  87. --5216-- Considering /lib/x86_64-linux-gnu/libm-2.15.so ..
  88. --5216-- .. CRC mismatch (computed dbc67c00 wanted dcaf3a72)
  89. --5216-- Considering /usr/lib/debug/lib/x86_64-linux-gnu/libm-2.15.so ..
  90. --5216-- .. CRC is valid
  91. --5216-- Reading syms from /lib/x86_64-linux-gnu/libpthread-2.15.so (0x8842000)
  92. --5216-- Considering /lib/x86_64-linux-gnu/libpthread-2.15.so ..
  93. --5216-- .. CRC mismatch (computed ef3f7cd8 wanted cb4f29fe)
  94. --5216-- Considering /usr/lib/debug/lib/x86_64-linux-gnu/libpthread-2.15.so ..
  95. --5216-- .. CRC is valid
  96. --5216-- Reading syms from /lib/x86_64-linux-gnu/libdl-2.15.so (0x8a5f000)
  97. --5216-- Considering /lib/x86_64-linux-gnu/libdl-2.15.so ..
  98. --5216-- .. CRC mismatch (computed e8a6ea30 wanted 465a7227)
  99. --5216-- Considering /usr/lib/debug/lib/x86_64-linux-gnu/libdl-2.15.so ..
  100. --5216-- .. CRC is valid
  101. --5216-- Reading syms from /lib/x86_64-linux-gnu/liblzma.so.5.0.0 (0x8c63000)
  102. --5216-- Considering /lib/x86_64-linux-gnu/liblzma.so.5.0.0 ..
  103. --5216-- .. CRC mismatch (computed 17d6294d wanted b012040c)
  104. --5216-- object doesn't have a symbol table
  105. --5216-- Reading syms from /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0 (0x8e85000)
  106. --5216-- Considering /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0 ..
  107. --5216-- .. CRC mismatch (computed 1a5f78bc wanted 2540c5d2)
  108. --5216-- object doesn't have a symbol table
  109. --5216-- Reading syms from /usr/lib/x86_64-linux-gnu/libquadmath.so.0.0.0 (0x9199000)
  110. --5216-- Considering /usr/lib/x86_64-linux-gnu/libquadmath.so.0.0.0 ..
  111. --5216-- .. CRC mismatch (computed a8f8cf4a wanted 743e932a)
  112. --5216-- object doesn't have a symbol table
  113. --5216-- REDIR: 0x62eae40 (strcasecmp) redirected to 0x4a256fe (_vgnU_ifunc_wrapper)
  114. --5216-- REDIR: 0x62e71e0 (strnlen) redirected to 0x4a256fe (_vgnU_ifunc_wrapper)
  115. --5216-- REDIR: 0x62ed110 (strncasecmp) redirected to 0x4a256fe (_vgnU_ifunc_wrapper)
  116. --5216-- REDIR: 0x62e8b50 (strncpy) redirected to 0x4a256fe (_vgnU_ifunc_wrapper)
  117. --5216-- REDIR: 0x62e72c0 (strncmp) redirected to 0x4a256fe (_vgnU_ifunc_wrapper)
  118. --5216-- REDIR: 0x62e6a50 (strcpy) redirected to 0x4a256fe (_vgnU_ifunc_wrapper)
  119. --5216-- REDIR: 0x62eaca0 (stpcpy) redirected to 0x4a256fe (_vgnU_ifunc_wrapper)
  120. --5216-- REDIR: 0x62e70b0 (strlen) redirected to 0x4a256fe (_vgnU_ifunc_wrapper)
  121. --5216-- REDIR: 0x62e5500 (index) redirected to 0x4a256fe (_vgnU_ifunc_wrapper)
  122. --5216-- REDIR: 0x62e9c20 (memset) redirected to 0x4a256fe (_vgnU_ifunc_wrapper)
  123. --5216-- REDIR: 0x62e9600 (bcmp) redirected to 0x4a256fe (_vgnU_ifunc_wrapper)
  124. --5216-- REDIR: 0x62e55c0 (strcmp) redirected to 0x4a256fe (_vgnU_ifunc_wrapper)
  125. --5216-- REDIR: 0x6366370 (__memmove_chk) redirected to 0x4a256fe (_vgnU_ifunc_wrapper)
  126. --5216-- REDIR: 0x63661a0 (__memcpy_chk) redirected to 0x4a256fe (_vgnU_ifunc_wrapper)
  127. --5216-- REDIR: 0x62ef7f0 (memcpy@@GLIBC_2.14) redirected to 0x4a256fe (_vgnU_ifunc_wrapper)
  128. --5216-- REDIR: 0x62e9bd0 (memcpy@GLIBC_2.2.5) redirected to 0x4a256fe (_vgnU_ifunc_wrapper)
  129. --5216-- REDIR: 0x62e5300 (strcat) redirected to 0x4a256fe (_vgnU_ifunc_wrapper)
  130. --5216-- REDIR: 0x62e8bd0 (__GI_strrchr) redirected to 0x4c2b730 (__GI_strrchr)
  131. --5216-- REDIR: 0x62e22c0 (calloc) redirected to 0x4c29d7e (calloc)
  132. --5216-- REDIR: 0x62e0f50 (malloc) redirected to 0x4c2b376 (malloc)
  133. --5216-- REDIR: 0x62e7100 (__GI_strlen) redirected to 0x4c2bd00 (__GI_strlen)
  134. --5216-- REDIR: 0x63c0c00 (__strlen_sse2_pminub) redirected to 0x4c2bce0 (strlen)
  135. --5216-- REDIR: 0x63a5fc0 (__memcpy_ssse3_back) redirected to 0x4c2cbc0 (memcpy@@GLIBC_2.14)
  136. --5216-- REDIR: 0x638fe40 (__strcmp_sse42) redirected to 0x4c2c830 (strcmp)
  137. vex amd64->IR: unhandled instruction bytes: 0xC5 0xF9 0x57 0xC0 0xE8 0x73 0x4 0xFF
  138. ==5216== valgrind: Unrecognised instruction at address 0x513f214.
  139. ==5216== at 0x513F214: _GLOBAL__sub_I_Math.cpp (Math.h:374)
  140. ==5216== by 0x400F315: call_init.part.0 (dl-init.c:85)
  141. ==5216== by 0x400F3EE: _dl_init (dl-init.c:52)
  142. ==5216== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  143. ==5216== Your program just tried to execute an instruction that Valgrind
  144. ==5216== did not recognise. There are two possible reasons for this.
  145. ==5216== 1. Your program has a bug and erroneously jumped to a non-code
  146. ==5216== location. If you are running Memcheck and you just saw a
  147. ==5216== warning about a bad jump, it's probably your program's fault.
  148. ==5216== 2. The instruction is legitimate but Valgrind doesn't handle it,
  149. ==5216== i.e. it's Valgrind's fault. If you think this is the case or
  150. ==5216== you are not sure, please let us know and we'll try to fix it.
  151. ==5216== Either way, Valgrind will now raise a SIGILL signal which will
  152. ==5216== probably kill your program.
  153. ==5216==
  154. ==5216== Process terminating with default action of signal 4 (SIGILL)
  155. ==5216== Illegal opcode at address 0x513F214
  156. ==5216== at 0x513F214: _GLOBAL__sub_I_Math.cpp (Math.h:374)
  157. ==5216== by 0x400F315: call_init.part.0 (dl-init.c:85)
  158. ==5216== by 0x400F3EE: _dl_init (dl-init.c:52)
  159. ==5216== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  160. --5216-- REDIR: 0x62e1560 (free) redirected to 0x4c2a6b2 (free)
  161. ==5216==
  162. ==5216== HEAP SUMMARY:
  163. ==5216== in use at exit: 3,793 bytes in 15 blocks
  164. ==5216== total heap usage: 19 allocs, 4 frees, 11,933 bytes allocated
  165. ==5216==
  166. ==5216== Searching for pointers to 15 not-freed blocks
  167. ==5216== Checked 1,577,872 bytes
  168. ==5216==
  169. ==5216== 5 bytes in 1 blocks are still reachable in loss record 1 of 15
  170. ==5216== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  171. ==5216== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  172. ==5216== by 0x8F61322: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  173. ==5216== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  174. ==5216== by 0x400F315: call_init.part.0 (dl-init.c:85)
  175. ==5216== by 0x400F3EE: _dl_init (dl-init.c:52)
  176. ==5216== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  177. ==5216==
  178. ==5216== 6 bytes in 1 blocks are still reachable in loss record 2 of 15
  179. ==5216== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  180. ==5216== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  181. ==5216== by 0x8F613FA: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  182. ==5216== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  183. ==5216== by 0x400F315: call_init.part.0 (dl-init.c:85)
  184. ==5216== by 0x400F3EE: _dl_init (dl-init.c:52)
  185. ==5216== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  186. ==5216==
  187. ==5216== 6 bytes in 1 blocks are still reachable in loss record 3 of 15
  188. ==5216== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  189. ==5216== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  190. ==5216== by 0x8F614D2: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  191. ==5216== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  192. ==5216== by 0x400F315: call_init.part.0 (dl-init.c:85)
  193. ==5216== by 0x400F3EE: _dl_init (dl-init.c:52)
  194. ==5216== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  195. ==5216==
  196. ==5216== 24 bytes in 1 blocks are still reachable in loss record 4 of 15
  197. ==5216== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  198. ==5216== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  199. ==5216== by 0x8F68288: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  200. ==5216== by 0x8F61349: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  201. ==5216== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  202. ==5216== by 0x400F315: call_init.part.0 (dl-init.c:85)
  203. ==5216== by 0x400F3EE: _dl_init (dl-init.c:52)
  204. ==5216== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  205. ==5216==
  206. ==5216== 24 bytes in 1 blocks are still reachable in loss record 5 of 15
  207. ==5216== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  208. ==5216== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  209. ==5216== by 0x8F68288: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  210. ==5216== by 0x8F61421: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  211. ==5216== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  212. ==5216== by 0x400F315: call_init.part.0 (dl-init.c:85)
  213. ==5216== by 0x400F3EE: _dl_init (dl-init.c:52)
  214. ==5216== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  215. ==5216==
  216. ==5216== 24 bytes in 1 blocks are still reachable in loss record 6 of 15
  217. ==5216== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  218. ==5216== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  219. ==5216== by 0x8F68288: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  220. ==5216== by 0x8F614FC: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  221. ==5216== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  222. ==5216== by 0x400F315: call_init.part.0 (dl-init.c:85)
  223. ==5216== by 0x400F3EE: _dl_init (dl-init.c:52)
  224. ==5216== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  225. ==5216==
  226. ==5216== 136 bytes in 1 blocks are still reachable in loss record 7 of 15
  227. ==5216== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  228. ==5216== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  229. ==5216== by 0x8F61A94: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  230. ==5216== by 0x8F6129B: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  231. ==5216== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  232. ==5216== by 0x400F315: call_init.part.0 (dl-init.c:85)
  233. ==5216== by 0x400F3EE: _dl_init (dl-init.c:52)
  234. ==5216== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  235. ==5216==
  236. ==5216== 136 bytes in 1 blocks are still reachable in loss record 8 of 15
  237. ==5216== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  238. ==5216== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  239. ==5216== by 0x8F61A94: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  240. ==5216== by 0x8F6137A: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  241. ==5216== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  242. ==5216== by 0x400F315: call_init.part.0 (dl-init.c:85)
  243. ==5216== by 0x400F3EE: _dl_init (dl-init.c:52)
  244. ==5216== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  245. ==5216==
  246. ==5216== 136 bytes in 1 blocks are still reachable in loss record 9 of 15
  247. ==5216== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  248. ==5216== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  249. ==5216== by 0x8F61A94: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  250. ==5216== by 0x8F61452: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  251. ==5216== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  252. ==5216== by 0x400F315: call_init.part.0 (dl-init.c:85)
  253. ==5216== by 0x400F3EE: _dl_init (dl-init.c:52)
  254. ==5216== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  255. ==5216==
  256. ==5216== 256 bytes in 1 blocks are still reachable in loss record 10 of 15
  257. ==5216== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  258. ==5216== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  259. ==5216== by 0x8F6829A: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  260. ==5216== by 0x8F614FC: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  261. ==5216== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  262. ==5216== by 0x400F315: call_init.part.0 (dl-init.c:85)
  263. ==5216== by 0x400F3EE: _dl_init (dl-init.c:52)
  264. ==5216== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  265. ==5216==
  266. ==5216== 512 bytes in 1 blocks are still reachable in loss record 11 of 15
  267. ==5216== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  268. ==5216== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  269. ==5216== by 0x8F6829A: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  270. ==5216== by 0x8F61349: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  271. ==5216== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  272. ==5216== by 0x400F315: call_init.part.0 (dl-init.c:85)
  273. ==5216== by 0x400F3EE: _dl_init (dl-init.c:52)
  274. ==5216== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  275. ==5216==
  276. ==5216== 512 bytes in 1 blocks are still reachable in loss record 12 of 15
  277. ==5216== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  278. ==5216== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  279. ==5216== by 0x8F6829A: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  280. ==5216== by 0x8F61421: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  281. ==5216== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  282. ==5216== by 0x400F315: call_init.part.0 (dl-init.c:85)
  283. ==5216== by 0x400F3EE: _dl_init (dl-init.c:52)
  284. ==5216== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  285. ==5216==
  286. ==5216== 672 bytes in 1 blocks are still reachable in loss record 13 of 15
  287. ==5216== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  288. ==5216== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  289. ==5216== by 0x8F60B41: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  290. ==5216== by 0x8F61293: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  291. ==5216== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  292. ==5216== by 0x400F315: call_init.part.0 (dl-init.c:85)
  293. ==5216== by 0x400F3EE: _dl_init (dl-init.c:52)
  294. ==5216== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  295. ==5216==
  296. ==5216== 672 bytes in 1 blocks are still reachable in loss record 14 of 15
  297. ==5216== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  298. ==5216== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  299. ==5216== by 0x8F60B41: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  300. ==5216== by 0x8F61372: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  301. ==5216== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  302. ==5216== by 0x400F315: call_init.part.0 (dl-init.c:85)
  303. ==5216== by 0x400F3EE: _dl_init (dl-init.c:52)
  304. ==5216== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  305. ==5216==
  306. ==5216== 672 bytes in 1 blocks are still reachable in loss record 15 of 15
  307. ==5216== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  308. ==5216== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  309. ==5216== by 0x8F60B41: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  310. ==5216== by 0x8F6144A: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  311. ==5216== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  312. ==5216== by 0x400F315: call_init.part.0 (dl-init.c:85)
  313. ==5216== by 0x400F3EE: _dl_init (dl-init.c:52)
  314. ==5216== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  315. ==5216==
  316. ==5216== LEAK SUMMARY:
  317. ==5216== definitely lost: 0 bytes in 0 blocks
  318. ==5216== indirectly lost: 0 bytes in 0 blocks
  319. ==5216== possibly lost: 0 bytes in 0 blocks
  320. ==5216== still reachable: 3,793 bytes in 15 blocks
  321. ==5216== suppressed: 0 bytes in 0 blocks
  322. ==5216==
  323. ==5216== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
  324. --5216--
  325. --5216-- used_suppression: 2 dl-hack3-cond-1
  326. ==5216==
  327. ==5216== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
  328. Illegal instruction (core dumped)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement