Advertisement
Guest User

Untitled

a guest
May 7th, 2012
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. ==70855== Memcheck, a memory error detector
  2. ==70855== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
  3. ==70855== Using Valgrind-3.8.0.SVN and LibVEX; rerun with -h for copyright info
  4. ==70855== Command: ./evaluation_cross_validation_multiclass
  5. ==70855== Parent PID: 392
  6. ==70855==
  7. --70855-- /Users/wiking/shogun-build/lib/libshogun.12.0.dylib:
  8. --70855-- dSYM directory is missing; consider using --dsymutil=yes
  9. ==70855== Invalid free() / delete / delete[] / realloc()
  10. ==70855== at 0xD4AE: free (vg_replace_malloc.c:430)
  11. ==70855== by 0x100002C8F: shogun::SGMatrix<double>::free_data() (SGMatrix.h:131)
  12. ==70855== by 0x100002DB9: shogun::SGReferencedData::unref() (SGReferencedData.h:110)
  13. ==70855== by 0x100002E35: shogun::SGMatrix<double>::~SGMatrix() (SGMatrix.h:52)
  14. ==70855== by 0x1000027E4: shogun::SGMatrix<double>::~SGMatrix() (SGMatrix.h:51)
  15. ==70855== by 0x100002453: test_cross_validation() (evaluation_cross_validation_multiclass.cpp:146)
  16. ==70855== by 0x10000252D: main (evaluation_cross_validation_multiclass.cpp:154)
  17. ==70855== Address 0x1000b5790 is 0 bytes inside a block of size 16,000 free'd
  18. ==70855== at 0xD4AE: free (vg_replace_malloc.c:430)
  19. ==70855== by 0xFB071: shogun::CSimpleFeatures<double>::free_feature_matrix() (in /Users/wiking/shogun-build/lib/libshogun.12.0.dylib)
  20. ==70855== by 0xFB01D: shogun::CSimpleFeatures<double>::free_features() (in /Users/wiking/shogun-build/lib/libshogun.12.0.dylib)
  21. ==70855== by 0xFAFCF: shogun::CSimpleFeatures<double>::~CSimpleFeatures() (in /Users/wiking/shogun-build/lib/libshogun.12.0.dylib)
  22. ==70855== by 0xFAF71: shogun::CSimpleFeatures<double>::~CSimpleFeatures() (in /Users/wiking/shogun-build/lib/libshogun.12.0.dylib)
  23. ==70855== by 0x49BE9: shogun::CSGObject::unref() (in /Users/wiking/shogun-build/lib/libshogun.12.0.dylib)
  24. ==70855== by 0x1F7E07: shogun::CKernel::remove_lhs_and_rhs() (in /Users/wiking/shogun-build/lib/libshogun.12.0.dylib)
  25. ==70855== by 0x1F316F: shogun::CGaussianKernel::~CGaussianKernel() (in /Users/wiking/shogun-build/lib/libshogun.12.0.dylib)
  26. ==70855== by 0x1F3111: shogun::CGaussianKernel::~CGaussianKernel() (in /Users/wiking/shogun-build/lib/libshogun.12.0.dylib)
  27. ==70855== by 0x49BE9: shogun::CSGObject::unref() (in /Users/wiking/shogun-build/lib/libshogun.12.0.dylib)
  28. ==70855== by 0x100002390: test_cross_validation() (evaluation_cross_validation_multiclass.cpp:143)
  29. ==70855== by 0x10000252D: main (evaluation_cross_validation_multiclass.cpp:154)
  30. ==70855==
  31. ==70855==
  32. ==70855== HEAP SUMMARY:
  33. ==70855== in use at exit: 11,193 bytes in 52 blocks
  34. ==70855== total heap usage: 1,589,973 allocs, 1,589,922 frees, 33,754,761 bytes allocated
  35. ==70855==
  36. ==70855== LEAK SUMMARY:
  37. ==70855== definitely lost: 0 bytes in 0 blocks
  38. ==70855== indirectly lost: 0 bytes in 0 blocks
  39. ==70855== possibly lost: 0 bytes in 0 blocks
  40. ==70855== still reachable: 11,193 bytes in 52 blocks
  41. ==70855== suppressed: 0 bytes in 0 blocks
  42. ==70855== Reachable blocks (those to which a pointer was found) are not shown.
  43. ==70855== To see them, rerun with: --leak-check=full --show-reachable=yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement