Skip to content

Instantly share code, notes, and snippets.

@karlnapf
Created February 21, 2017 13:22
Show Gist options
  • Save karlnapf/6c6fea39c7c4b98fffe10383657eb8c7 to your computer and use it in GitHub Desktop.
Save karlnapf/6c6fea39c7c4b98fffe10383657eb8c7 to your computer and use it in GitHub Desktop.
==6208== Memcheck, a memory error detector
==6208== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==6208== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info
==6208== Command: ./bin/shogun-unit-test --gtest_filter=StreamingDense*reset*
==6208==
Note: Google Test filter = StreamingDense*reset*
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from StreamingDenseFeaturesTest
[ RUN ] StreamingDenseFeaturesTest.reset_stream
terminate called without an active exception
==6208==
==6208== Process terminating with default action of signal 6 (SIGABRT)
==6208== at 0xA8B6428: raise (raise.c:54)
==6208== by 0xA8B8029: abort (abort.c:89)
==6208== by 0xA06F84C: __gnu_cxx::__verbose_terminate_handler() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21)
==6208== by 0xA06D6B5: ??? (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21)
==6208== by 0xA06D700: std::terminate() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21)
==6208== by 0x1A963EE: std::thread::~thread() (thread:151)
==6208== by 0x800FD31: std::_Sp_counted_ptr<std::thread*, (__gnu_cxx::_Lock_policy)2>::_M_dispose() (in /home/heiko/git/shogun/shogun_develop/shogun/build/src/shogun/libshogun.so.17.2)
==6208== by 0x19A3187: std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release() (shared_ptr_base.h:150)
==6208== by 0x199A87E: std::__shared_count<(__gnu_cxx::_Lock_policy)2>::~__shared_count() (shared_ptr_base.h:659)
==6208== by 0x7FECEC7: std::__shared_ptr<std::thread, (__gnu_cxx::_Lock_policy)2>::~__shared_ptr() (shared_ptr_base.h:925)
==6208== by 0x7FF81E3: std::__shared_ptr<std::thread, (__gnu_cxx::_Lock_policy)2>::reset() (shared_ptr_base.h:1022)
==6208== by 0x7FF70EA: shogun::CInputParser<double>::exit_parser() (InputParser.h:749)
==6208==
==6208== HEAP SUMMARY:
==6208== in use at exit: 4,542,858 bytes in 47,362 blocks
==6208== total heap usage: 140,533 allocs, 93,171 frees, 8,678,373 bytes allocated
==6208==
==6208== LEAK SUMMARY:
==6208== definitely lost: 0 bytes in 0 blocks
==6208== indirectly lost: 0 bytes in 0 blocks
==6208== possibly lost: 1,408 bytes in 4 blocks
==6208== still reachable: 4,541,450 bytes in 47,358 blocks
==6208== suppressed: 0 bytes in 0 blocks
==6208== Rerun with --leak-check=full to see details of leaked memory
==6208==
==6208== For counts of detected and suppressed errors, rerun with: -v
==6208== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
Killed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment