Advertisement
Guest User

Untitled

a guest
Aug 14th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. ==30920==
  2. ==30920== HEAP SUMMARY:
  3. ==30920== in use at exit: 2,476,670 bytes in 48,861 blocks
  4. ==30920== total heap usage: 445,078 allocs, 396,217 frees, 23,801,793 bytes allocated
  5. ==30920==
  6. ==30920== 2,688 bytes in 7 blocks are possibly lost in loss record 303 of 449
  7. ==30920== at 0x4C2DBC5: calloc (vg_replace_malloc.c:711)
  8. ==30920== by 0x4011F41: allocate_dtv (dl-tls.c:322)
  9. ==30920== by 0x40128CD: _dl_allocate_tls (dl-tls.c:539)
  10. ==30920== by 0xB55700B: allocate_stack (allocatestack.c:580)
  11. ==30920== by 0xB55700B: pthread_create@@GLIBC_2.2.5 (pthread_create.c:539)
  12. ==30920== by 0xD50DC5F: ??? (in /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0)
  13. ==30920== by 0xD504CF9: GOMP_parallel (in /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0)
  14. ==30920== by 0x8D44D3C: shogun::CEuclideanDistance::precompute_lhs() (EuclideanDistance.cpp:92)
  15. ==30920== by 0x8D449CE: shogun::CEuclideanDistance::init(shogun::CFeatures*, shogun::CFeatures*) (EuclideanDistance.cpp:52)
  16. ==30920== by 0x900379D: shogun::CShiftInvariantKernel::init(shogun::CFeatures*, shogun::CFeatures*) (ShiftInvariantKernel.cpp:58)
  17. ==30920== by 0x8FF29A5: shogun::CGaussianKernel::init(shogun::CFeatures*, shogun::CFeatures*) (GaussianKernel.cpp:88)
  18. ==30920== by 0x8FE059D: shogun::CCombinedKernel::init(shogun::CFeatures*, shogun::CFeatures*) (CombinedKernel.cpp:141)
  19. ==30920== by 0x10DC77: test_mkl_cross_validation() (evaluation_cross_validation_mkl_weight_storage.cpp:115)
  20. ==30920==
  21. ==30920== 2,470,338 (3,528 direct, 2,466,810 indirect) bytes in 9 blocks are definitely lost in loss record 449 of 449
  22. ==30920== at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
  23. ==30920== by 0x9DC1C53: __new_CCombinedKernel(shogun::EPrimitiveType) (class_list.cpp:720)
  24. ==30920== by 0x9DCF3FC: shogun::create(char const*, shogun::EPrimitiveType) (class_list.cpp:2384)
  25. ==30920== by 0x8BA2076: shogun::CSGObject::clone() (SGObject.cpp:737)
  26. ==30920== by 0x8B9B99C: shogun::TParameter::copy_ptype(shogun::EPrimitiveType, void*, void*) (Parameter.cpp:3481)
  27. ==30920== by 0x8B9C542: shogun::TParameter::copy_stype(shogun::EStructType, shogun::EPrimitiveType, void*, void*) (Parameter.cpp:3647)
  28. ==30920== by 0x8B9D16D: shogun::TParameter::copy(shogun::TParameter*) (Parameter.cpp:3814)
  29. ==30920== by 0x8BA24B7: shogun::CSGObject::clone_parameters(shogun::CSGObject*) (SGObject.cpp:776)
  30. ==30920== by 0x8BA2184: shogun::CSGObject::clone() (SGObject.cpp:747)
  31. ==30920== by 0x8BED1B0: shogun::CMKL::clone() (MKL.cpp:295)
  32. ==30920== by 0x8D80B2F: shogun::CCrossValidation::evaluate_one_run(long, shogun::CrossValidationStorage*) (CrossValidation.cpp:308)
  33. ==30920== by 0x8D7F971: shogun::CCrossValidation::evaluate() (CrossValidation.cpp:125)
  34. ==30920==
  35. ==30920== LEAK SUMMARY:
  36. ==30920== definitely lost: 3,528 bytes in 9 blocks
  37. ==30920== indirectly lost: 2,466,810 bytes in 48,834 blocks
  38. ==30920== possibly lost: 2,688 bytes in 7 blocks
  39. ==30920== still reachable: 3,644 bytes in 11 blocks
  40. ==30920== suppressed: 0 bytes in 0 blocks
  41. ==30920== Reachable blocks (those to which a pointer was found) are not shown.
  42. ==30920== To see them, rerun with: --leak-check=full --show-leak-kinds=all
  43. ==30920==
  44. ==30920== For counts of detected and suppressed errors, rerun with: -v
  45. ==30920== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement