Advertisement
Guest User

Untitled

a guest
Sep 19th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.25 KB | None | 0 0
  1. wiking@ks312251:~/shogun/build$ valgrind "--tool=memcheck" "--leak-check=yes" "--show-reachable=yes" ./tests/unit/shogun-unit-test "--gtest_filter=StructuredLabels.*"
  2. ==19106== Memcheck, a memory error detector
  3. ==19106== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
  4. ==19106== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
  5. ==19106== Command: ./tests/unit/shogun-unit-test --gtest_filter=StructuredLabels.*
  6. ==19106==
  7. Note: Google Test filter = StructuredLabels.*
  8. [==========] Running 2 tests from 1 test case.
  9. [----------] Global test environment set-up.
  10. [----------] 2 tests from StructuredLabels
  11. [ RUN ] StructuredLabels.add_label
  12. [ OK ] StructuredLabels.add_label (68 ms)
  13. [ RUN ] StructuredLabels.set_label
  14. [ OK ] StructuredLabels.set_label (13 ms)
  15. [----------] 2 tests from StructuredLabels (98 ms total)
  16.  
  17. [----------] Global test environment tear-down
  18. [==========] 2 tests from 1 test case ran. (191 ms total)
  19. [ PASSED ] 2 tests.
  20. ==19106==
  21. ==19106== HEAP SUMMARY:
  22. ==19106== in use at exit: 26,396 bytes in 60 blocks
  23. ==19106== total heap usage: 43,275 allocs, 43,215 frees, 2,828,776 bytes allocated
  24. ==19106==
  25. ==19106== 4 bytes in 1 blocks are still reachable in loss record 1 of 60
  26. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  27. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  28. ==19106== by 0x61A8D38: shogun::SGIO::SGIO() (SGIO.cpp:52)
  29. ==19106== by 0x683E60E: shogun::init_shogun(void (*)(_IO_FILE*, char const*), void (*)(_IO_FILE*, char const*), void (*)(_IO_FILE*, char const*), void (*)(bool&, bool&)) (init.cpp:50)
  30. ==19106== by 0x683E877: shogun::init_shogun_with_defaults() (init.cpp:85)
  31. ==19106== by 0x1318122: main (main_unittest.cc:68)
  32. ==19106==
  33. ==19106== 4 bytes in 1 blocks are still reachable in loss record 2 of 60
  34. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  35. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  36. ==19106== by 0x67F9AD1: shogun::Parallel::Parallel() (Parallel.cpp:27)
  37. ==19106== by 0x683E63C: shogun::init_shogun(void (*)(_IO_FILE*, char const*), void (*)(_IO_FILE*, char const*), void (*)(_IO_FILE*, char const*), void (*)(bool&, bool&)) (init.cpp:52)
  38. ==19106== by 0x683E877: shogun::init_shogun_with_defaults() (init.cpp:85)
  39. ==19106== by 0x1318122: main (main_unittest.cc:68)
  40. ==19106==
  41. ==19106== 4 bytes in 1 blocks are still reachable in loss record 3 of 60
  42. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  43. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  44. ==19106== by 0x6827EDC: shogun::Version::Version() (Version.cpp:33)
  45. ==19106== by 0x683E66A: shogun::init_shogun(void (*)(_IO_FILE*, char const*), void (*)(_IO_FILE*, char const*), void (*)(_IO_FILE*, char const*), void (*)(bool&, bool&)) (init.cpp:54)
  46. ==19106== by 0x683E877: shogun::init_shogun_with_defaults() (init.cpp:85)
  47. ==19106== by 0x1318122: main (main_unittest.cc:68)
  48. ==19106==
  49. ==19106== 4 bytes in 1 blocks are indirectly lost in loss record 4 of 60
  50. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  51. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  52. ==19106== by 0x68283CA: shogun::CSGObject::CSGObject() (SGObject.cpp:124)
  53. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  54. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  55. ==19106== by 0x11276D3: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:25)
  56. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  57. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  58. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  59. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  60. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  61. ==19106== by 0x1FDAAF6: testing::internal::UnitTestImpl::RunAllTests() (gtest.cc:4261)
  62. ==19106==
  63. ==19106== 4 bytes in 1 blocks are indirectly lost in loss record 5 of 60
  64. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  65. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  66. ==19106== by 0x68283CA: shogun::CSGObject::CSGObject() (SGObject.cpp:124)
  67. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  68. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  69. ==19106== by 0x1127710: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:26)
  70. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  71. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  72. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  73. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  74. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  75. ==19106== by 0x1FDAAF6: testing::internal::UnitTestImpl::RunAllTests() (gtest.cc:4261)
  76. ==19106==
  77. ==19106== 4 bytes in 1 blocks are indirectly lost in loss record 6 of 60
  78. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  79. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  80. ==19106== by 0x68283CA: shogun::CSGObject::CSGObject() (SGObject.cpp:124)
  81. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  82. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  83. ==19106== by 0x112774D: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:27)
  84. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  85. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  86. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  87. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  88. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  89. ==19106== by 0x1FDAAF6: testing::internal::UnitTestImpl::RunAllTests() (gtest.cc:4261)
  90. ==19106==
  91. ==19106== 4 bytes in 1 blocks are indirectly lost in loss record 7 of 60
  92. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  93. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  94. ==19106== by 0x68283CA: shogun::CSGObject::CSGObject() (SGObject.cpp:124)
  95. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  96. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  97. ==19106== by 0x1127CD3: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:42)
  98. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  99. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  100. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  101. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  102. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  103. ==19106== by 0x1FDAAF6: testing::internal::UnitTestImpl::RunAllTests() (gtest.cc:4261)
  104. ==19106==
  105. ==19106== 4 bytes in 1 blocks are indirectly lost in loss record 8 of 60
  106. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  107. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  108. ==19106== by 0x68283CA: shogun::CSGObject::CSGObject() (SGObject.cpp:124)
  109. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  110. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  111. ==19106== by 0x1127D4D: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:44)
  112. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  113. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  114. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  115. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  116. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  117. ==19106== by 0x1FDAAF6: testing::internal::UnitTestImpl::RunAllTests() (gtest.cc:4261)
  118. ==19106==
  119. ==19106== 4 bytes in 1 blocks are indirectly lost in loss record 9 of 60
  120. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  121. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  122. ==19106== by 0x68283CA: shogun::CSGObject::CSGObject() (SGObject.cpp:124)
  123. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  124. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  125. ==19106== by 0x1127D8A: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:46)
  126. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  127. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  128. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  129. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  130. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  131. ==19106== by 0x1FDAAF6: testing::internal::UnitTestImpl::RunAllTests() (gtest.cc:4261)
  132. ==19106==
  133. ==19106== 16 bytes in 1 blocks are still reachable in loss record 10 of 60
  134. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  135. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  136. ==19106== by 0x683E65F: shogun::init_shogun(void (*)(_IO_FILE*, char const*), void (*)(_IO_FILE*, char const*), void (*)(_IO_FILE*, char const*), void (*)(bool&, bool&)) (init.cpp:54)
  137. ==19106== by 0x683E877: shogun::init_shogun_with_defaults() (init.cpp:85)
  138. ==19106== by 0x1318122: main (main_unittest.cc:68)
  139. ==19106==
  140. ==19106== 24 bytes in 1 blocks are still reachable in loss record 11 of 60
  141. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  142. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  143. ==19106== by 0x683E631: shogun::init_shogun(void (*)(_IO_FILE*, char const*), void (*)(_IO_FILE*, char const*), void (*)(_IO_FILE*, char const*), void (*)(bool&, bool&)) (init.cpp:52)
  144. ==19106== by 0x683E877: shogun::init_shogun_with_defaults() (init.cpp:85)
  145. ==19106== by 0x1318122: main (main_unittest.cc:68)
  146. ==19106==
  147. ==19106== 48 bytes in 1 blocks are indirectly lost in loss record 12 of 60
  148. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  149. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  150. ==19106== by 0x682CD06: shogun::CSGObject::init() (SGObject.cpp:1065)
  151. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  152. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  153. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  154. ==19106== by 0x11276D3: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:25)
  155. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  156. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  157. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  158. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  159. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  160. ==19106==
  161. ==19106== 48 bytes in 1 blocks are indirectly lost in loss record 13 of 60
  162. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  163. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  164. ==19106== by 0x682CD23: shogun::CSGObject::init() (SGObject.cpp:1066)
  165. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  166. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  167. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  168. ==19106== by 0x11276D3: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:25)
  169. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  170. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  171. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  172. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  173. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  174. ==19106==
  175. ==19106== 48 bytes in 1 blocks are indirectly lost in loss record 14 of 60
  176. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  177. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  178. ==19106== by 0x682CD06: shogun::CSGObject::init() (SGObject.cpp:1065)
  179. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  180. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  181. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  182. ==19106== by 0x1127710: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:26)
  183. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  184. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  185. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  186. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  187. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  188. ==19106==
  189. ==19106== 48 bytes in 1 blocks are indirectly lost in loss record 15 of 60
  190. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  191. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  192. ==19106== by 0x682CD23: shogun::CSGObject::init() (SGObject.cpp:1066)
  193. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  194. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  195. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  196. ==19106== by 0x1127710: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:26)
  197. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  198. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  199. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  200. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  201. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  202. ==19106==
  203. ==19106== 48 bytes in 1 blocks are indirectly lost in loss record 16 of 60
  204. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  205. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  206. ==19106== by 0x682CD06: shogun::CSGObject::init() (SGObject.cpp:1065)
  207. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  208. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  209. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  210. ==19106== by 0x112774D: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:27)
  211. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  212. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  213. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  214. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  215. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  216. ==19106==
  217. ==19106== 48 bytes in 1 blocks are indirectly lost in loss record 17 of 60
  218. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  219. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  220. ==19106== by 0x682CD23: shogun::CSGObject::init() (SGObject.cpp:1066)
  221. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  222. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  223. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  224. ==19106== by 0x112774D: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:27)
  225. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  226. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  227. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  228. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  229. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  230. ==19106==
  231. ==19106== 48 bytes in 1 blocks are indirectly lost in loss record 18 of 60
  232. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  233. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  234. ==19106== by 0x682CD06: shogun::CSGObject::init() (SGObject.cpp:1065)
  235. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  236. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  237. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  238. ==19106== by 0x1127CD3: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:42)
  239. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  240. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  241. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  242. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  243. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  244. ==19106==
  245. ==19106== 48 bytes in 1 blocks are indirectly lost in loss record 19 of 60
  246. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  247. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  248. ==19106== by 0x682CD23: shogun::CSGObject::init() (SGObject.cpp:1066)
  249. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  250. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  251. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  252. ==19106== by 0x1127CD3: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:42)
  253. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  254. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  255. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  256. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  257. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  258. ==19106==
  259. ==19106== 48 bytes in 1 blocks are indirectly lost in loss record 20 of 60
  260. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  261. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  262. ==19106== by 0x682CD06: shogun::CSGObject::init() (SGObject.cpp:1065)
  263. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  264. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  265. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  266. ==19106== by 0x1127D4D: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:44)
  267. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  268. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  269. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  270. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  271. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  272. ==19106==
  273. ==19106== 48 bytes in 1 blocks are indirectly lost in loss record 21 of 60
  274. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  275. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  276. ==19106== by 0x682CD23: shogun::CSGObject::init() (SGObject.cpp:1066)
  277. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  278. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  279. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  280. ==19106== by 0x1127D4D: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:44)
  281. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  282. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  283. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  284. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  285. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  286. ==19106==
  287. ==19106== 48 bytes in 1 blocks are indirectly lost in loss record 22 of 60
  288. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  289. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  290. ==19106== by 0x682CD06: shogun::CSGObject::init() (SGObject.cpp:1065)
  291. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  292. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  293. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  294. ==19106== by 0x1127D8A: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:46)
  295. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  296. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  297. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  298. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  299. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  300. ==19106==
  301. ==19106== 48 bytes in 1 blocks are indirectly lost in loss record 23 of 60
  302. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  303. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  304. ==19106== by 0x682CD23: shogun::CSGObject::init() (SGObject.cpp:1066)
  305. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  306. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  307. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  308. ==19106== by 0x1127D8A: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:46)
  309. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  310. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  311. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  312. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  313. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  314. ==19106==
  315. ==19106== 64 bytes in 1 blocks are still reachable in loss record 24 of 60
  316. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  317. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  318. ==19106== by 0x683E603: shogun::init_shogun(void (*)(_IO_FILE*, char const*), void (*)(_IO_FILE*, char const*), void (*)(_IO_FILE*, char const*), void (*)(bool&, bool&)) (init.cpp:50)
  319. ==19106== by 0x683E877: shogun::init_shogun_with_defaults() (init.cpp:85)
  320. ==19106== by 0x1318122: main (main_unittest.cc:68)
  321. ==19106==
  322. ==19106== 96 bytes in 1 blocks are indirectly lost in loss record 25 of 60
  323. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  324. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  325. ==19106== by 0x682CD40: shogun::CSGObject::init() (SGObject.cpp:1067)
  326. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  327. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  328. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  329. ==19106== by 0x11276D3: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:25)
  330. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  331. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  332. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  333. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  334. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  335. ==19106==
  336. ==19106== 96 bytes in 1 blocks are indirectly lost in loss record 26 of 60
  337. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  338. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  339. ==19106== by 0x682CD40: shogun::CSGObject::init() (SGObject.cpp:1067)
  340. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  341. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  342. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  343. ==19106== by 0x1127710: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:26)
  344. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  345. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  346. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  347. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  348. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  349. ==19106==
  350. ==19106== 96 bytes in 1 blocks are indirectly lost in loss record 27 of 60
  351. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  352. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  353. ==19106== by 0x682CD40: shogun::CSGObject::init() (SGObject.cpp:1067)
  354. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  355. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  356. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  357. ==19106== by 0x112774D: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:27)
  358. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  359. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  360. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  361. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  362. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  363. ==19106==
  364. ==19106== 96 bytes in 1 blocks are indirectly lost in loss record 28 of 60
  365. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  366. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  367. ==19106== by 0x682CD40: shogun::CSGObject::init() (SGObject.cpp:1067)
  368. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  369. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  370. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  371. ==19106== by 0x1127CD3: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:42)
  372. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  373. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  374. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  375. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  376. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  377. ==19106==
  378. ==19106== 96 bytes in 1 blocks are indirectly lost in loss record 29 of 60
  379. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  380. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  381. ==19106== by 0x682CD40: shogun::CSGObject::init() (SGObject.cpp:1067)
  382. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  383. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  384. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  385. ==19106== by 0x1127D4D: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:44)
  386. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  387. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  388. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  389. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  390. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  391. ==19106==
  392. ==19106== 96 bytes in 1 blocks are indirectly lost in loss record 30 of 60
  393. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  394. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  395. ==19106== by 0x682CD40: shogun::CSGObject::init() (SGObject.cpp:1067)
  396. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  397. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  398. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  399. ==19106== by 0x1127D8A: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:46)
  400. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  401. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  402. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  403. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  404. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  405. ==19106==
  406. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 31 of 60
  407. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  408. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  409. ==19106== by 0x682E8E3: shogun::TParameter** shogun::sg_generic_malloc<shogun::TParameter*>(unsigned long) (memory.h:80)
  410. ==19106== by 0x682E419: shogun::DynArray<shogun::TParameter*>::DynArray(int, bool) (DynArray.h:49)
  411. ==19106== by 0x6838748: shogun::Parameter::Parameter() (Parameter.cpp:2677)
  412. ==19106== by 0x682CD11: shogun::CSGObject::init() (SGObject.cpp:1065)
  413. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  414. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  415. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  416. ==19106== by 0x11276D3: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:25)
  417. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  418. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  419. ==19106==
  420. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 32 of 60
  421. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  422. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  423. ==19106== by 0x682E8E3: shogun::TParameter** shogun::sg_generic_malloc<shogun::TParameter*>(unsigned long) (memory.h:80)
  424. ==19106== by 0x682E419: shogun::DynArray<shogun::TParameter*>::DynArray(int, bool) (DynArray.h:49)
  425. ==19106== by 0x6838748: shogun::Parameter::Parameter() (Parameter.cpp:2677)
  426. ==19106== by 0x682CD2E: shogun::CSGObject::init() (SGObject.cpp:1066)
  427. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  428. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  429. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  430. ==19106== by 0x11276D3: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:25)
  431. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  432. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  433. ==19106==
  434. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 33 of 60
  435. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  436. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  437. ==19106== by 0x67F9599: shogun::ParameterMapElement** shogun::sg_generic_malloc<shogun::ParameterMapElement*>(unsigned long) (memory.h:80)
  438. ==19106== by 0x67F9027: shogun::DynArray<shogun::ParameterMapElement*>::DynArray(int, bool) (DynArray.h:49)
  439. ==19106== by 0x67F8674: shogun::ParameterMap::ParameterMap() (ParameterMap.cpp:229)
  440. ==19106== by 0x682CD4B: shogun::CSGObject::init() (SGObject.cpp:1067)
  441. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  442. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  443. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  444. ==19106== by 0x11276D3: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:25)
  445. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  446. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  447. ==19106==
  448. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 34 of 60
  449. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  450. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  451. ==19106== by 0x67F9599: shogun::ParameterMapElement** shogun::sg_generic_malloc<shogun::ParameterMapElement*>(unsigned long) (memory.h:80)
  452. ==19106== by 0x67F9027: shogun::DynArray<shogun::ParameterMapElement*>::DynArray(int, bool) (DynArray.h:49)
  453. ==19106== by 0x67F868E: shogun::ParameterMap::ParameterMap() (ParameterMap.cpp:229)
  454. ==19106== by 0x682CD4B: shogun::CSGObject::init() (SGObject.cpp:1067)
  455. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  456. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  457. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  458. ==19106== by 0x11276D3: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:25)
  459. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  460. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  461. ==19106==
  462. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 35 of 60
  463. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  464. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  465. ==19106== by 0x682E8E3: shogun::TParameter** shogun::sg_generic_malloc<shogun::TParameter*>(unsigned long) (memory.h:80)
  466. ==19106== by 0x682E419: shogun::DynArray<shogun::TParameter*>::DynArray(int, bool) (DynArray.h:49)
  467. ==19106== by 0x6838748: shogun::Parameter::Parameter() (Parameter.cpp:2677)
  468. ==19106== by 0x682CD11: shogun::CSGObject::init() (SGObject.cpp:1065)
  469. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  470. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  471. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  472. ==19106== by 0x1127710: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:26)
  473. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  474. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  475. ==19106==
  476. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 36 of 60
  477. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  478. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  479. ==19106== by 0x682E8E3: shogun::TParameter** shogun::sg_generic_malloc<shogun::TParameter*>(unsigned long) (memory.h:80)
  480. ==19106== by 0x682E419: shogun::DynArray<shogun::TParameter*>::DynArray(int, bool) (DynArray.h:49)
  481. ==19106== by 0x6838748: shogun::Parameter::Parameter() (Parameter.cpp:2677)
  482. ==19106== by 0x682CD2E: shogun::CSGObject::init() (SGObject.cpp:1066)
  483. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  484. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  485. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  486. ==19106== by 0x1127710: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:26)
  487. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  488. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  489. ==19106==
  490. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 37 of 60
  491. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  492. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  493. ==19106== by 0x67F9599: shogun::ParameterMapElement** shogun::sg_generic_malloc<shogun::ParameterMapElement*>(unsigned long) (memory.h:80)
  494. ==19106== by 0x67F9027: shogun::DynArray<shogun::ParameterMapElement*>::DynArray(int, bool) (DynArray.h:49)
  495. ==19106== by 0x67F8674: shogun::ParameterMap::ParameterMap() (ParameterMap.cpp:229)
  496. ==19106== by 0x682CD4B: shogun::CSGObject::init() (SGObject.cpp:1067)
  497. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  498. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  499. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  500. ==19106== by 0x1127710: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:26)
  501. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  502. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  503. ==19106==
  504. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 38 of 60
  505. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  506. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  507. ==19106== by 0x67F9599: shogun::ParameterMapElement** shogun::sg_generic_malloc<shogun::ParameterMapElement*>(unsigned long) (memory.h:80)
  508. ==19106== by 0x67F9027: shogun::DynArray<shogun::ParameterMapElement*>::DynArray(int, bool) (DynArray.h:49)
  509. ==19106== by 0x67F868E: shogun::ParameterMap::ParameterMap() (ParameterMap.cpp:229)
  510. ==19106== by 0x682CD4B: shogun::CSGObject::init() (SGObject.cpp:1067)
  511. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  512. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  513. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  514. ==19106== by 0x1127710: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:26)
  515. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  516. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  517. ==19106==
  518. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 39 of 60
  519. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  520. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  521. ==19106== by 0x682E8E3: shogun::TParameter** shogun::sg_generic_malloc<shogun::TParameter*>(unsigned long) (memory.h:80)
  522. ==19106== by 0x682E419: shogun::DynArray<shogun::TParameter*>::DynArray(int, bool) (DynArray.h:49)
  523. ==19106== by 0x6838748: shogun::Parameter::Parameter() (Parameter.cpp:2677)
  524. ==19106== by 0x682CD11: shogun::CSGObject::init() (SGObject.cpp:1065)
  525. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  526. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  527. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  528. ==19106== by 0x112774D: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:27)
  529. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  530. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  531. ==19106==
  532. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 40 of 60
  533. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  534. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  535. ==19106== by 0x682E8E3: shogun::TParameter** shogun::sg_generic_malloc<shogun::TParameter*>(unsigned long) (memory.h:80)
  536. ==19106== by 0x682E419: shogun::DynArray<shogun::TParameter*>::DynArray(int, bool) (DynArray.h:49)
  537. ==19106== by 0x6838748: shogun::Parameter::Parameter() (Parameter.cpp:2677)
  538. ==19106== by 0x682CD2E: shogun::CSGObject::init() (SGObject.cpp:1066)
  539. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  540. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  541. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  542. ==19106== by 0x112774D: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:27)
  543. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  544. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  545. ==19106==
  546. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 41 of 60
  547. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  548. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  549. ==19106== by 0x67F9599: shogun::ParameterMapElement** shogun::sg_generic_malloc<shogun::ParameterMapElement*>(unsigned long) (memory.h:80)
  550. ==19106== by 0x67F9027: shogun::DynArray<shogun::ParameterMapElement*>::DynArray(int, bool) (DynArray.h:49)
  551. ==19106== by 0x67F8674: shogun::ParameterMap::ParameterMap() (ParameterMap.cpp:229)
  552. ==19106== by 0x682CD4B: shogun::CSGObject::init() (SGObject.cpp:1067)
  553. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  554. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  555. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  556. ==19106== by 0x112774D: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:27)
  557. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  558. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  559. ==19106==
  560. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 42 of 60
  561. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  562. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  563. ==19106== by 0x67F9599: shogun::ParameterMapElement** shogun::sg_generic_malloc<shogun::ParameterMapElement*>(unsigned long) (memory.h:80)
  564. ==19106== by 0x67F9027: shogun::DynArray<shogun::ParameterMapElement*>::DynArray(int, bool) (DynArray.h:49)
  565. ==19106== by 0x67F868E: shogun::ParameterMap::ParameterMap() (ParameterMap.cpp:229)
  566. ==19106== by 0x682CD4B: shogun::CSGObject::init() (SGObject.cpp:1067)
  567. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  568. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  569. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  570. ==19106== by 0x112774D: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:27)
  571. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  572. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  573. ==19106==
  574. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 43 of 60
  575. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  576. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  577. ==19106== by 0x682E8E3: shogun::TParameter** shogun::sg_generic_malloc<shogun::TParameter*>(unsigned long) (memory.h:80)
  578. ==19106== by 0x682E419: shogun::DynArray<shogun::TParameter*>::DynArray(int, bool) (DynArray.h:49)
  579. ==19106== by 0x6838748: shogun::Parameter::Parameter() (Parameter.cpp:2677)
  580. ==19106== by 0x682CD11: shogun::CSGObject::init() (SGObject.cpp:1065)
  581. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  582. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  583. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  584. ==19106== by 0x1127CD3: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:42)
  585. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  586. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  587. ==19106==
  588. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 44 of 60
  589. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  590. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  591. ==19106== by 0x682E8E3: shogun::TParameter** shogun::sg_generic_malloc<shogun::TParameter*>(unsigned long) (memory.h:80)
  592. ==19106== by 0x682E419: shogun::DynArray<shogun::TParameter*>::DynArray(int, bool) (DynArray.h:49)
  593. ==19106== by 0x6838748: shogun::Parameter::Parameter() (Parameter.cpp:2677)
  594. ==19106== by 0x682CD2E: shogun::CSGObject::init() (SGObject.cpp:1066)
  595. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  596. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  597. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  598. ==19106== by 0x1127CD3: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:42)
  599. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  600. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  601. ==19106==
  602. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 45 of 60
  603. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  604. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  605. ==19106== by 0x67F9599: shogun::ParameterMapElement** shogun::sg_generic_malloc<shogun::ParameterMapElement*>(unsigned long) (memory.h:80)
  606. ==19106== by 0x67F9027: shogun::DynArray<shogun::ParameterMapElement*>::DynArray(int, bool) (DynArray.h:49)
  607. ==19106== by 0x67F8674: shogun::ParameterMap::ParameterMap() (ParameterMap.cpp:229)
  608. ==19106== by 0x682CD4B: shogun::CSGObject::init() (SGObject.cpp:1067)
  609. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  610. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  611. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  612. ==19106== by 0x1127CD3: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:42)
  613. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  614. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  615. ==19106==
  616. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 46 of 60
  617. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  618. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  619. ==19106== by 0x67F9599: shogun::ParameterMapElement** shogun::sg_generic_malloc<shogun::ParameterMapElement*>(unsigned long) (memory.h:80)
  620. ==19106== by 0x67F9027: shogun::DynArray<shogun::ParameterMapElement*>::DynArray(int, bool) (DynArray.h:49)
  621. ==19106== by 0x67F868E: shogun::ParameterMap::ParameterMap() (ParameterMap.cpp:229)
  622. ==19106== by 0x682CD4B: shogun::CSGObject::init() (SGObject.cpp:1067)
  623. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  624. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  625. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  626. ==19106== by 0x1127CD3: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:42)
  627. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  628. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  629. ==19106==
  630. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 47 of 60
  631. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  632. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  633. ==19106== by 0x682E8E3: shogun::TParameter** shogun::sg_generic_malloc<shogun::TParameter*>(unsigned long) (memory.h:80)
  634. ==19106== by 0x682E419: shogun::DynArray<shogun::TParameter*>::DynArray(int, bool) (DynArray.h:49)
  635. ==19106== by 0x6838748: shogun::Parameter::Parameter() (Parameter.cpp:2677)
  636. ==19106== by 0x682CD11: shogun::CSGObject::init() (SGObject.cpp:1065)
  637. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  638. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  639. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  640. ==19106== by 0x1127D4D: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:44)
  641. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  642. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  643. ==19106==
  644. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 48 of 60
  645. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  646. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  647. ==19106== by 0x682E8E3: shogun::TParameter** shogun::sg_generic_malloc<shogun::TParameter*>(unsigned long) (memory.h:80)
  648. ==19106== by 0x682E419: shogun::DynArray<shogun::TParameter*>::DynArray(int, bool) (DynArray.h:49)
  649. ==19106== by 0x6838748: shogun::Parameter::Parameter() (Parameter.cpp:2677)
  650. ==19106== by 0x682CD2E: shogun::CSGObject::init() (SGObject.cpp:1066)
  651. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  652. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  653. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  654. ==19106== by 0x1127D4D: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:44)
  655. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  656. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  657. ==19106==
  658. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 49 of 60
  659. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  660. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  661. ==19106== by 0x67F9599: shogun::ParameterMapElement** shogun::sg_generic_malloc<shogun::ParameterMapElement*>(unsigned long) (memory.h:80)
  662. ==19106== by 0x67F9027: shogun::DynArray<shogun::ParameterMapElement*>::DynArray(int, bool) (DynArray.h:49)
  663. ==19106== by 0x67F8674: shogun::ParameterMap::ParameterMap() (ParameterMap.cpp:229)
  664. ==19106== by 0x682CD4B: shogun::CSGObject::init() (SGObject.cpp:1067)
  665. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  666. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  667. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  668. ==19106== by 0x1127D4D: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:44)
  669. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  670. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  671. ==19106==
  672. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 50 of 60
  673. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  674. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  675. ==19106== by 0x67F9599: shogun::ParameterMapElement** shogun::sg_generic_malloc<shogun::ParameterMapElement*>(unsigned long) (memory.h:80)
  676. ==19106== by 0x67F9027: shogun::DynArray<shogun::ParameterMapElement*>::DynArray(int, bool) (DynArray.h:49)
  677. ==19106== by 0x67F868E: shogun::ParameterMap::ParameterMap() (ParameterMap.cpp:229)
  678. ==19106== by 0x682CD4B: shogun::CSGObject::init() (SGObject.cpp:1067)
  679. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  680. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  681. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  682. ==19106== by 0x1127D4D: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:44)
  683. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  684. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  685. ==19106==
  686. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 51 of 60
  687. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  688. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  689. ==19106== by 0x682E8E3: shogun::TParameter** shogun::sg_generic_malloc<shogun::TParameter*>(unsigned long) (memory.h:80)
  690. ==19106== by 0x682E419: shogun::DynArray<shogun::TParameter*>::DynArray(int, bool) (DynArray.h:49)
  691. ==19106== by 0x6838748: shogun::Parameter::Parameter() (Parameter.cpp:2677)
  692. ==19106== by 0x682CD11: shogun::CSGObject::init() (SGObject.cpp:1065)
  693. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  694. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  695. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  696. ==19106== by 0x1127D8A: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:46)
  697. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  698. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  699. ==19106==
  700. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 52 of 60
  701. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  702. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  703. ==19106== by 0x682E8E3: shogun::TParameter** shogun::sg_generic_malloc<shogun::TParameter*>(unsigned long) (memory.h:80)
  704. ==19106== by 0x682E419: shogun::DynArray<shogun::TParameter*>::DynArray(int, bool) (DynArray.h:49)
  705. ==19106== by 0x6838748: shogun::Parameter::Parameter() (Parameter.cpp:2677)
  706. ==19106== by 0x682CD2E: shogun::CSGObject::init() (SGObject.cpp:1066)
  707. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  708. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  709. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  710. ==19106== by 0x1127D8A: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:46)
  711. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  712. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  713. ==19106==
  714. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 53 of 60
  715. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  716. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  717. ==19106== by 0x67F9599: shogun::ParameterMapElement** shogun::sg_generic_malloc<shogun::ParameterMapElement*>(unsigned long) (memory.h:80)
  718. ==19106== by 0x67F9027: shogun::DynArray<shogun::ParameterMapElement*>::DynArray(int, bool) (DynArray.h:49)
  719. ==19106== by 0x67F8674: shogun::ParameterMap::ParameterMap() (ParameterMap.cpp:229)
  720. ==19106== by 0x682CD4B: shogun::CSGObject::init() (SGObject.cpp:1067)
  721. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  722. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  723. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  724. ==19106== by 0x1127D8A: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:46)
  725. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  726. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  727. ==19106==
  728. ==19106== 1,024 bytes in 1 blocks are indirectly lost in loss record 54 of 60
  729. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  730. ==19106== by 0x6493E41: shogun::sg_malloc(unsigned long) (memory.cpp:204)
  731. ==19106== by 0x67F9599: shogun::ParameterMapElement** shogun::sg_generic_malloc<shogun::ParameterMapElement*>(unsigned long) (memory.h:80)
  732. ==19106== by 0x67F9027: shogun::DynArray<shogun::ParameterMapElement*>::DynArray(int, bool) (DynArray.h:49)
  733. ==19106== by 0x67F868E: shogun::ParameterMap::ParameterMap() (ParameterMap.cpp:229)
  734. ==19106== by 0x682CD4B: shogun::CSGObject::init() (SGObject.cpp:1067)
  735. ==19106== by 0x68283B4: shogun::CSGObject::CSGObject() (SGObject.cpp:122)
  736. ==19106== by 0x6591F0B: shogun::CStructuredData::CStructuredData() (StructuredData.cpp:16)
  737. ==19106== by 0x11283F0: shogun::CRealNumber::CRealNumber(double) (MulticlassSOLabels.h:38)
  738. ==19106== by 0x1127D8A: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:46)
  739. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  740. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  741. ==19106==
  742. ==19106== 4,380 (88 direct, 4,292 indirect) bytes in 1 blocks are definitely lost in loss record 55 of 60
  743. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  744. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  745. ==19106== by 0x11276AF: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:25)
  746. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  747. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  748. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  749. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  750. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  751. ==19106== by 0x1FDAAF6: testing::internal::UnitTestImpl::RunAllTests() (gtest.cc:4261)
  752. ==19106== by 0x1FF1163: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (gtest.cc:2078)
  753. ==19106== by 0x1FEC6E9: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (gtest.cc:2114)
  754. ==19106== by 0x1FD96DF: testing::UnitTest::Run() (gtest.cc:3875)
  755. ==19106==
  756. ==19106== 4,380 (88 direct, 4,292 indirect) bytes in 1 blocks are definitely lost in loss record 56 of 60
  757. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  758. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  759. ==19106== by 0x11276EC: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:26)
  760. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  761. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  762. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  763. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  764. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  765. ==19106== by 0x1FDAAF6: testing::internal::UnitTestImpl::RunAllTests() (gtest.cc:4261)
  766. ==19106== by 0x1FF1163: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (gtest.cc:2078)
  767. ==19106== by 0x1FEC6E9: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (gtest.cc:2114)
  768. ==19106== by 0x1FD96DF: testing::UnitTest::Run() (gtest.cc:3875)
  769. ==19106==
  770. ==19106== 4,380 (88 direct, 4,292 indirect) bytes in 1 blocks are definitely lost in loss record 57 of 60
  771. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  772. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  773. ==19106== by 0x1127729: StructuredLabels_add_label_Test::TestBody() (StructuredLabels_unittest.cc:27)
  774. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  775. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  776. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  777. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  778. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  779. ==19106== by 0x1FDAAF6: testing::internal::UnitTestImpl::RunAllTests() (gtest.cc:4261)
  780. ==19106== by 0x1FF1163: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (gtest.cc:2078)
  781. ==19106== by 0x1FEC6E9: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (gtest.cc:2114)
  782. ==19106== by 0x1FD96DF: testing::UnitTest::Run() (gtest.cc:3875)
  783. ==19106==
  784. ==19106== 4,380 (88 direct, 4,292 indirect) bytes in 1 blocks are definitely lost in loss record 58 of 60
  785. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  786. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  787. ==19106== by 0x1127CAF: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:42)
  788. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  789. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  790. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  791. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  792. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  793. ==19106== by 0x1FDAAF6: testing::internal::UnitTestImpl::RunAllTests() (gtest.cc:4261)
  794. ==19106== by 0x1FF1163: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (gtest.cc:2078)
  795. ==19106== by 0x1FEC6E9: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (gtest.cc:2114)
  796. ==19106== by 0x1FD96DF: testing::UnitTest::Run() (gtest.cc:3875)
  797. ==19106==
  798. ==19106== 4,380 (88 direct, 4,292 indirect) bytes in 1 blocks are definitely lost in loss record 59 of 60
  799. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  800. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  801. ==19106== by 0x1127D29: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:44)
  802. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  803. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  804. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  805. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  806. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  807. ==19106== by 0x1FDAAF6: testing::internal::UnitTestImpl::RunAllTests() (gtest.cc:4261)
  808. ==19106== by 0x1FF1163: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (gtest.cc:2078)
  809. ==19106== by 0x1FEC6E9: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (gtest.cc:2114)
  810. ==19106== by 0x1FD96DF: testing::UnitTest::Run() (gtest.cc:3875)
  811. ==19106==
  812. ==19106== 4,380 (88 direct, 4,292 indirect) bytes in 1 blocks are definitely lost in loss record 60 of 60
  813. ==19106== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  814. ==19106== by 0x6493BCF: operator new(unsigned long) (memory.cpp:103)
  815. ==19106== by 0x1127D66: StructuredLabels_set_label_Test::TestBody() (StructuredLabels_unittest.cc:46)
  816. ==19106== by 0x1FF02FD: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2078)
  817. ==19106== by 0x1FEB97F: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2114)
  818. ==19106== by 0x1FD31AC: testing::Test::Run() (gtest.cc:2151)
  819. ==19106== by 0x1FD3983: testing::TestInfo::Run() (gtest.cc:2326)
  820. ==19106== by 0x1FD402B: testing::TestCase::Run() (gtest.cc:2444)
  821. ==19106== by 0x1FDAAF6: testing::internal::UnitTestImpl::RunAllTests() (gtest.cc:4261)
  822. ==19106== by 0x1FF1163: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (gtest.cc:2078)
  823. ==19106== by 0x1FEC6E9: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (gtest.cc:2114)
  824. ==19106== by 0x1FD96DF: testing::UnitTest::Run() (gtest.cc:3875)
  825. ==19106==
  826. ==19106== LEAK SUMMARY:
  827. ==19106== definitely lost: 528 bytes in 6 blocks
  828. ==19106== indirectly lost: 25,752 bytes in 48 blocks
  829. ==19106== possibly lost: 0 bytes in 0 blocks
  830. ==19106== still reachable: 116 bytes in 6 blocks
  831. ==19106== suppressed: 0 bytes in 0 blocks
  832. ==19106==
  833. ==19106== For counts of detected and suppressed errors, rerun with: -v
  834. ==19106== ERROR SUMMARY: 6 errors from 6 contexts (suppressed: 14 from 6)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement