Skip to content

Instantly share code, notes, and snippets.

@votjakovr
Created February 5, 2014 21:58
Show Gist options
  • Save votjakovr/8834064 to your computer and use it in GitHub Desktop.
Save votjakovr/8834064 to your computer and use it in GitHub Desktop.
==4799== Memcheck, a memory error detector
==4799== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==4799== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info
==4799== Command: ./clone_crash2
==4799==
==4799== Conditional jump or move depends on uninitialised value(s)
==4799== at 0x5F8CC70: shogun::TParameter::copy_ptype(shogun::EPrimitiveType, void*, void*) (Parameter.cpp:3656)
==4799== by 0x5F8CEE0: shogun::TParameter::copy_stype(shogun::EStructType, shogun::EPrimitiveType, void*, void*) (Parameter.cpp:3823)
==4799== by 0x5F8E041: shogun::TParameter::copy(shogun::TParameter*) (Parameter.cpp:4040)
==4799== by 0x5F964A5: shogun::CSGObject::clone() (SGObject.cpp:1286)
==4799== by 0x5F8CCAF: shogun::TParameter::copy_ptype(shogun::EPrimitiveType, void*, void*) (Parameter.cpp:3657)
==4799== by 0x5F8CEE0: shogun::TParameter::copy_stype(shogun::EStructType, shogun::EPrimitiveType, void*, void*) (Parameter.cpp:3823)
==4799== by 0x5F8DB9A: shogun::TParameter::copy(shogun::TParameter*) (Parameter.cpp:3990)
==4799== by 0x5F964A5: shogun::CSGObject::clone() (SGObject.cpp:1286)
==4799== by 0x5F8CCAF: shogun::TParameter::copy_ptype(shogun::EPrimitiveType, void*, void*) (Parameter.cpp:3657)
==4799== by 0x5F8CEE0: shogun::TParameter::copy_stype(shogun::EStructType, shogun::EPrimitiveType, void*, void*) (Parameter.cpp:3823)
==4799== by 0x5F8DB9A: shogun::TParameter::copy(shogun::TParameter*) (Parameter.cpp:3990)
==4799== by 0x5F964A5: shogun::CSGObject::clone() (SGObject.cpp:1286)
==4799==
==4799==
==4799== HEAP SUMMARY:
==4799== in use at exit: 0 bytes in 0 blocks
==4799== total heap usage: 1,377 allocs, 1,377 frees, 82,561 bytes allocated
==4799==
==4799== All heap blocks were freed -- no leaks are possible
==4799==
==4799== For counts of detected and suppressed errors, rerun with: -v
==4799== Use --track-origins=yes to see where uninitialised values come from
==4799== ERROR SUMMARY: 2 errors from 1 contexts (suppressed: 2 from 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment