Advertisement
Guest User

Untitled

a guest
May 6th, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.13 KB | None | 0 0
  1. ==1436== Memcheck, a memory error detector
  2. ==1436== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
  3. ==1436== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
  4. ==1436== Command: ./classifier_lda
  5. ==1436==
  6. vex amd64->IR: unhandled instruction bytes: 0xC5 0xF9 0x57 0xC0 0xE8 0x73 0x4 0xFF
  7. ==1436== valgrind: Unrecognised instruction at address 0x513f214.
  8. ==1436== at 0x513F214: _GLOBAL__sub_I_Math.cpp (Math.h:374)
  9. ==1436== by 0x400F315: call_init.part.0 (dl-init.c:85)
  10. ==1436== by 0x400F3EE: _dl_init (dl-init.c:52)
  11. ==1436== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  12. ==1436== Your program just tried to execute an instruction that Valgrind
  13. ==1436== did not recognise. There are two possible reasons for this.
  14. ==1436== 1. Your program has a bug and erroneously jumped to a non-code
  15. ==1436== location. If you are running Memcheck and you just saw a
  16. ==1436== warning about a bad jump, it's probably your program's fault.
  17. ==1436== 2. The instruction is legitimate but Valgrind doesn't handle it,
  18. ==1436== i.e. it's Valgrind's fault. If you think this is the case or
  19. ==1436== you are not sure, please let us know and we'll try to fix it.
  20. ==1436== Either way, Valgrind will now raise a SIGILL signal which will
  21. ==1436== probably kill your program.
  22. ==1436==
  23. ==1436== Process terminating with default action of signal 4 (SIGILL)
  24. ==1436== Illegal opcode at address 0x513F214
  25. ==1436== at 0x513F214: _GLOBAL__sub_I_Math.cpp (Math.h:374)
  26. ==1436== by 0x400F315: call_init.part.0 (dl-init.c:85)
  27. ==1436== by 0x400F3EE: _dl_init (dl-init.c:52)
  28. ==1436== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  29. ==1436==
  30. ==1436== HEAP SUMMARY:
  31. ==1436== in use at exit: 3,793 bytes in 15 blocks
  32. ==1436== total heap usage: 19 allocs, 4 frees, 11,933 bytes allocated
  33. ==1436==
  34. ==1436== 5 bytes in 1 blocks are still reachable in loss record 1 of 15
  35. ==1436== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  36. ==1436== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  37. ==1436== by 0x8F61322: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  38. ==1436== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  39. ==1436== by 0x400F315: call_init.part.0 (dl-init.c:85)
  40. ==1436== by 0x400F3EE: _dl_init (dl-init.c:52)
  41. ==1436== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  42. ==1436==
  43. ==1436== 6 bytes in 1 blocks are still reachable in loss record 2 of 15
  44. ==1436== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  45. ==1436== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  46. ==1436== by 0x8F613FA: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  47. ==1436== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  48. ==1436== by 0x400F315: call_init.part.0 (dl-init.c:85)
  49. ==1436== by 0x400F3EE: _dl_init (dl-init.c:52)
  50. ==1436== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  51. ==1436==
  52. ==1436== 6 bytes in 1 blocks are still reachable in loss record 3 of 15
  53. ==1436== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  54. ==1436== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  55. ==1436== by 0x8F614D2: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  56. ==1436== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  57. ==1436== by 0x400F315: call_init.part.0 (dl-init.c:85)
  58. ==1436== by 0x400F3EE: _dl_init (dl-init.c:52)
  59. ==1436== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  60. ==1436==
  61. ==1436== 24 bytes in 1 blocks are still reachable in loss record 4 of 15
  62. ==1436== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  63. ==1436== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  64. ==1436== by 0x8F68288: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  65. ==1436== by 0x8F61349: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  66. ==1436== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  67. ==1436== by 0x400F315: call_init.part.0 (dl-init.c:85)
  68. ==1436== by 0x400F3EE: _dl_init (dl-init.c:52)
  69. ==1436== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  70. ==1436==
  71. ==1436== 24 bytes in 1 blocks are still reachable in loss record 5 of 15
  72. ==1436== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  73. ==1436== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  74. ==1436== by 0x8F68288: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  75. ==1436== by 0x8F61421: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  76. ==1436== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  77. ==1436== by 0x400F315: call_init.part.0 (dl-init.c:85)
  78. ==1436== by 0x400F3EE: _dl_init (dl-init.c:52)
  79. ==1436== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  80. ==1436==
  81. ==1436== 24 bytes in 1 blocks are still reachable in loss record 6 of 15
  82. ==1436== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  83. ==1436== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  84. ==1436== by 0x8F68288: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  85. ==1436== by 0x8F614FC: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  86. ==1436== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  87. ==1436== by 0x400F315: call_init.part.0 (dl-init.c:85)
  88. ==1436== by 0x400F3EE: _dl_init (dl-init.c:52)
  89. ==1436== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  90. ==1436==
  91. ==1436== 136 bytes in 1 blocks are still reachable in loss record 7 of 15
  92. ==1436== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  93. ==1436== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  94. ==1436== by 0x8F61A94: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  95. ==1436== by 0x8F6129B: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  96. ==1436== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  97. ==1436== by 0x400F315: call_init.part.0 (dl-init.c:85)
  98. ==1436== by 0x400F3EE: _dl_init (dl-init.c:52)
  99. ==1436== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  100. ==1436==
  101. ==1436== 136 bytes in 1 blocks are still reachable in loss record 8 of 15
  102. ==1436== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  103. ==1436== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  104. ==1436== by 0x8F61A94: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  105. ==1436== by 0x8F6137A: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  106. ==1436== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  107. ==1436== by 0x400F315: call_init.part.0 (dl-init.c:85)
  108. ==1436== by 0x400F3EE: _dl_init (dl-init.c:52)
  109. ==1436== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  110. ==1436==
  111. ==1436== 136 bytes in 1 blocks are still reachable in loss record 9 of 15
  112. ==1436== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  113. ==1436== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  114. ==1436== by 0x8F61A94: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  115. ==1436== by 0x8F61452: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  116. ==1436== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  117. ==1436== by 0x400F315: call_init.part.0 (dl-init.c:85)
  118. ==1436== by 0x400F3EE: _dl_init (dl-init.c:52)
  119. ==1436== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  120. ==1436==
  121. ==1436== 256 bytes in 1 blocks are still reachable in loss record 10 of 15
  122. ==1436== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  123. ==1436== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  124. ==1436== by 0x8F6829A: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  125. ==1436== by 0x8F614FC: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  126. ==1436== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  127. ==1436== by 0x400F315: call_init.part.0 (dl-init.c:85)
  128. ==1436== by 0x400F3EE: _dl_init (dl-init.c:52)
  129. ==1436== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  130. ==1436==
  131. ==1436== 512 bytes in 1 blocks are still reachable in loss record 11 of 15
  132. ==1436== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  133. ==1436== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  134. ==1436== by 0x8F6829A: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  135. ==1436== by 0x8F61349: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  136. ==1436== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  137. ==1436== by 0x400F315: call_init.part.0 (dl-init.c:85)
  138. ==1436== by 0x400F3EE: _dl_init (dl-init.c:52)
  139. ==1436== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  140. ==1436==
  141. ==1436== 512 bytes in 1 blocks are still reachable in loss record 12 of 15
  142. ==1436== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  143. ==1436== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  144. ==1436== by 0x8F6829A: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  145. ==1436== by 0x8F61421: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  146. ==1436== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  147. ==1436== by 0x400F315: call_init.part.0 (dl-init.c:85)
  148. ==1436== by 0x400F3EE: _dl_init (dl-init.c:52)
  149. ==1436== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  150. ==1436==
  151. ==1436== 672 bytes in 1 blocks are still reachable in loss record 13 of 15
  152. ==1436== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  153. ==1436== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  154. ==1436== by 0x8F60B41: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  155. ==1436== by 0x8F61293: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  156. ==1436== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  157. ==1436== by 0x400F315: call_init.part.0 (dl-init.c:85)
  158. ==1436== by 0x400F3EE: _dl_init (dl-init.c:52)
  159. ==1436== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  160. ==1436==
  161. ==1436== 672 bytes in 1 blocks are still reachable in loss record 14 of 15
  162. ==1436== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  163. ==1436== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  164. ==1436== by 0x8F60B41: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  165. ==1436== by 0x8F61372: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  166. ==1436== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  167. ==1436== by 0x400F315: call_init.part.0 (dl-init.c:85)
  168. ==1436== by 0x400F3EE: _dl_init (dl-init.c:52)
  169. ==1436== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  170. ==1436==
  171. ==1436== 672 bytes in 1 blocks are still reachable in loss record 15 of 15
  172. ==1436== at 0x4C2B3F8: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  173. ==1436== by 0x8EA0488: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  174. ==1436== by 0x8F60B41: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  175. ==1436== by 0x8F6144A: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  176. ==1436== by 0x8E9DB67: ??? (in /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0)
  177. ==1436== by 0x400F315: call_init.part.0 (dl-init.c:85)
  178. ==1436== by 0x400F3EE: _dl_init (dl-init.c:52)
  179. ==1436== by 0x40016F9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
  180. ==1436==
  181. ==1436== LEAK SUMMARY:
  182. ==1436== definitely lost: 0 bytes in 0 blocks
  183. ==1436== indirectly lost: 0 bytes in 0 blocks
  184. ==1436== possibly lost: 0 bytes in 0 blocks
  185. ==1436== still reachable: 3,793 bytes in 15 blocks
  186. ==1436== suppressed: 0 bytes in 0 blocks
  187. ==1436==
  188. ==1436== For counts of detected and suppressed errors, rerun with: -v
  189. ==1436== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
  190. Illegal instruction (core dumped)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement