Skip to content

Instantly share code, notes, and snippets.

@AdamStelmaszczyk
Last active August 22, 2017 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamStelmaszczyk/d112fd88c151b76a71c531b515283a6e to your computer and use it in GitHub Desktop.
Save AdamStelmaszczyk/d112fd88c151b76a71c531b515283a6e to your computer and use it in GitHub Desktop.
valgrind --leak-check=full python memleak.py
==47003== HEAP SUMMARY:
==47003== in use at exit: 10,310,600 bytes in 10,626 blocks
==47003== total heap usage: 34,382,917 allocs, 34,372,291 frees, 6,408,626,531 bytes allocated
==47003==
==47003== 48 bytes in 1 blocks are definitely lost in loss record 1,256 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x6EA8FBD: SwigPyClientData_New (in /home/astelma/miniconda3/envs/py2/lib/python2.7/site-packages/opensim/_simbody.so)
==47003== by 0x6EB4B73: SwigPyIterator_swigregister (in /home/astelma/miniconda3/envs/py2/lib/python2.7/site-packages/opensim/_simbody.so)
==47003== by 0x4F351E4: call_function (ceval.c:4352)
==47003== by 0x4F351E4: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F36D51: PyEval_EvalCode (ceval.c:669)
==47003== by 0x4F48BD1: PyImport_ExecCodeModuleEx (import.c:731)
==47003== by 0x4F4B31D: load_source_module (import.c:1121)
==47003== by 0x4F4C0D0: import_submodule (import.c:2725)
==47003== by 0x4F4C343: load_next (import.c:2539)
==47003== by 0x4F4C983: import_module_level (import.c:2247)
==47003== by 0x4F4C983: PyImport_ImportModuleLevel (import.c:2312)
==47003== by 0x4F2C2CE: builtin___import__ (bltinmodule.c:49)
==47003==
==47003== 48 bytes in 1 blocks are definitely lost in loss record 1,257 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x6EA8FBD: SwigPyClientData_New (in /home/astelma/miniconda3/envs/py2/lib/python2.7/site-packages/opensim/_simbody.so)
==47003== by 0x702EB5B: StdVectorState_swigregister (in /home/astelma/miniconda3/envs/py2/lib/python2.7/site-packages/opensim/_simbody.so)
==47003== by 0x4F351E4: call_function (ceval.c:4352)
==47003== by 0x4F351E4: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F36D51: PyEval_EvalCode (ceval.c:669)
==47003== by 0x4F48BD1: PyImport_ExecCodeModuleEx (import.c:731)
==47003== by 0x4F4B31D: load_source_module (import.c:1121)
==47003== by 0x4F4C0D0: import_submodule (import.c:2725)
==47003== by 0x4F4C343: load_next (import.c:2539)
==47003== by 0x4F4C983: import_module_level (import.c:2247)
==47003== by 0x4F4C983: PyImport_ImportModuleLevel (import.c:2312)
==47003== by 0x4F2C2CE: builtin___import__ (bltinmodule.c:49)
==47003==
==47003== 48 bytes in 1 blocks are definitely lost in loss record 1,258 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0xA6194BD: SwigPyClientData_New (in /home/astelma/miniconda3/envs/py2/lib/python2.7/site-packages/opensim/_common.so)
==47003== by 0xA623D73: SwigPyIterator_swigregister (in /home/astelma/miniconda3/envs/py2/lib/python2.7/site-packages/opensim/_common.so)
==47003== by 0x4F351E4: call_function (ceval.c:4352)
==47003== by 0x4F351E4: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F36D51: PyEval_EvalCode (ceval.c:669)
==47003== by 0x4F48BD1: PyImport_ExecCodeModuleEx (import.c:731)
==47003== by 0x4F4B31D: load_source_module (import.c:1121)
==47003== by 0x4F4C0D0: import_submodule (import.c:2725)
==47003== by 0x4F4C343: load_next (import.c:2539)
==47003== by 0x4F4C983: import_module_level (import.c:2247)
==47003== by 0x4F4C983: PyImport_ImportModuleLevel (import.c:2312)
==47003== by 0x4F2C2CE: builtin___import__ (bltinmodule.c:49)
==47003==
==47003== 48 bytes in 1 blocks are definitely lost in loss record 1,259 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0xCA70C0D: SwigPyClientData_New (in /home/astelma/miniconda3/envs/py2/lib/python2.7/site-packages/opensim/_simulation.so)
==47003== by 0xCA77DFA: SwigPyIterator_swigregister (in /home/astelma/miniconda3/envs/py2/lib/python2.7/site-packages/opensim/_simulation.so)
==47003== by 0x4F351E4: call_function (ceval.c:4352)
==47003== by 0x4F351E4: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F36D51: PyEval_EvalCode (ceval.c:669)
==47003== by 0x4F48BD1: PyImport_ExecCodeModuleEx (import.c:731)
==47003== by 0x4F4B31D: load_source_module (import.c:1121)
==47003== by 0x4F4C0D0: import_submodule (import.c:2725)
==47003== by 0x4F4C343: load_next (import.c:2539)
==47003== by 0x4F4C983: import_module_level (import.c:2247)
==47003== by 0x4F4C983: PyImport_ImportModuleLevel (import.c:2312)
==47003== by 0x4F2C2CE: builtin___import__ (bltinmodule.c:49)
==47003==
==47003== 48 bytes in 1 blocks are definitely lost in loss record 1,260 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0xF89017D: SwigPyClientData_New (in /home/astelma/miniconda3/envs/py2/lib/python2.7/site-packages/opensim/_actuators.so)
==47003== by 0xF895C70: SwigPyIterator_swigregister (in /home/astelma/miniconda3/envs/py2/lib/python2.7/site-packages/opensim/_actuators.so)
==47003== by 0x4F351E4: call_function (ceval.c:4352)
==47003== by 0x4F351E4: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F36D51: PyEval_EvalCode (ceval.c:669)
==47003== by 0x4F48BD1: PyImport_ExecCodeModuleEx (import.c:731)
==47003== by 0x4F4B31D: load_source_module (import.c:1121)
==47003== by 0x4F4C0D0: import_submodule (import.c:2725)
==47003== by 0x4F4C343: load_next (import.c:2539)
==47003== by 0x4F4C983: import_module_level (import.c:2247)
==47003== by 0x4F4C983: PyImport_ImportModuleLevel (import.c:2312)
==47003== by 0x4F2C2CE: builtin___import__ (bltinmodule.c:49)
==47003==
==47003== 48 bytes in 1 blocks are definitely lost in loss record 1,261 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0xFCA8E3D: SwigPyClientData_New (in /home/astelma/miniconda3/envs/py2/lib/python2.7/site-packages/opensim/_analyses.so)
==47003== by 0xFCAE8BC: SwigPyIterator_swigregister (in /home/astelma/miniconda3/envs/py2/lib/python2.7/site-packages/opensim/_analyses.so)
==47003== by 0x4F351E4: call_function (ceval.c:4352)
==47003== by 0x4F351E4: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F36D51: PyEval_EvalCode (ceval.c:669)
==47003== by 0x4F48BD1: PyImport_ExecCodeModuleEx (import.c:731)
==47003== by 0x4F4B31D: load_source_module (import.c:1121)
==47003== by 0x4F4C0D0: import_submodule (import.c:2725)
==47003== by 0x4F4C343: load_next (import.c:2539)
==47003== by 0x4F4C983: import_module_level (import.c:2247)
==47003== by 0x4F4C983: PyImport_ImportModuleLevel (import.c:2312)
==47003== by 0x4F2C2CE: builtin___import__ (bltinmodule.c:49)
==47003==
==47003== 520 bytes in 1 blocks are possibly lost in loss record 1,413 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4F6E7B8: _PyObject_GC_Malloc (gcmodule.c:1499)
==47003== by 0x4F6E8FD: _PyObject_GC_NewVar (gcmodule.c:1531)
==47003== by 0x4EB1150: PyFrame_New (frameobject.c:680)
==47003== by 0x4F36416: PyEval_EvalCodeEx (ceval.c:3365)
==47003== by 0x4EB1A60: function_call (funcobject.c:523)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4E86A65: PyObject_CallFunctionObjArgs (abstract.c:2774)
==47003== by 0x37C76840: ufunc_get_doc (ufunc_object.c:5623)
==47003== by 0x4ECD37A: _PyObject_GenericGetAttrWithDict (object.c:1439)
==47003== by 0x4F2A5D0: builtin_getattr (bltinmodule.c:848)
==47003== by 0x4F351E4: call_function (ceval.c:4352)
==47003== by 0x4F351E4: PyEval_EvalFrameEx (ceval.c:2989)
==47003==
==47003== 520 bytes in 1 blocks are possibly lost in loss record 1,414 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4F6E7B8: _PyObject_GC_Malloc (gcmodule.c:1499)
==47003== by 0x4F6E8FD: _PyObject_GC_NewVar (gcmodule.c:1531)
==47003== by 0x4EB1150: PyFrame_New (frameobject.c:680)
==47003== by 0x4F36251: fast_function (ceval.c:4426)
==47003== by 0x4F36251: call_function (ceval.c:4372)
==47003== by 0x4F36251: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4EB1B67: function_call (funcobject.c:523)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4E9464E: instancemethod_call (classobject.c:2602)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4EF1E6F: slot_tp_init (typeobject.c:5806)
==47003==
==47003== 528 bytes in 1 blocks are possibly lost in loss record 1,420 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4F6E7B8: _PyObject_GC_Malloc (gcmodule.c:1499)
==47003== by 0x4F6E8FD: _PyObject_GC_NewVar (gcmodule.c:1531)
==47003== by 0x4EB1150: PyFrame_New (frameobject.c:680)
==47003== by 0x4F36416: PyEval_EvalCodeEx (ceval.c:3365)
==47003== by 0x4EB1A60: function_call (funcobject.c:523)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4EE585C: slot_tp_new (typeobject.c:5849)
==47003== by 0x4EE5522: type_call (typeobject.c:749)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4E86A65: PyObject_CallFunctionObjArgs (abstract.c:2774)
==47003== by 0x4F301EB: build_class (ceval.c:4964)
==47003== by 0x4F301EB: PyEval_EvalFrameEx (ceval.c:2160)
==47003==
==47003== 528 bytes in 1 blocks are possibly lost in loss record 1,421 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4F6E7B8: _PyObject_GC_Malloc (gcmodule.c:1499)
==47003== by 0x4F6E8FD: _PyObject_GC_NewVar (gcmodule.c:1531)
==47003== by 0x4EE341E: PyTuple_New (tupleobject.c:90)
==47003== by 0x4F4EA3D: r_object (marshal.c:885)
==47003== by 0x4F4EBFF: r_object (marshal.c:1027)
==47003== by 0x4F4EA81: r_object (marshal.c:891)
==47003== by 0x4F4EBEB: r_object (marshal.c:1024)
==47003== by 0x4F4EA81: r_object (marshal.c:891)
==47003== by 0x4F4EBEB: r_object (marshal.c:1024)
==47003== by 0x4F4F717: PyMarshal_ReadObjectFromString (marshal.c:1188)
==47003== by 0x4F4F83E: PyMarshal_ReadLastObjectFromFile (marshal.c:1149)
==47003==
==47003== 536 bytes in 1 blocks are possibly lost in loss record 1,425 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4F6E7B8: _PyObject_GC_Malloc (gcmodule.c:1499)
==47003== by 0x4F6E8FD: _PyObject_GC_NewVar (gcmodule.c:1531)
==47003== by 0x4EB1150: PyFrame_New (frameobject.c:680)
==47003== by 0x4F36416: PyEval_EvalCodeEx (ceval.c:3365)
==47003== by 0x4EB1B67: function_call (funcobject.c:523)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4EE585C: slot_tp_new (typeobject.c:5849)
==47003== by 0x4EE5522: type_call (typeobject.c:749)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4F3480C: do_call (ceval.c:4569)
==47003== by 0x4F3480C: call_function (ceval.c:4374)
==47003== by 0x4F3480C: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003==
==47003== 536 bytes in 1 blocks are possibly lost in loss record 1,426 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4F6E7B8: _PyObject_GC_Malloc (gcmodule.c:1499)
==47003== by 0x4F6E8FD: _PyObject_GC_NewVar (gcmodule.c:1531)
==47003== by 0x4EB1150: PyFrame_New (frameobject.c:680)
==47003== by 0x4F36416: PyEval_EvalCodeEx (ceval.c:3365)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4EB1A60: function_call (funcobject.c:523)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4E9464E: instancemethod_call (classobject.c:2602)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4EF1E6F: slot_tp_init (typeobject.c:5806)
==47003==
==47003== 536 bytes in 1 blocks are possibly lost in loss record 1,427 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4F6E7B8: _PyObject_GC_Malloc (gcmodule.c:1499)
==47003== by 0x4F6E8FD: _PyObject_GC_NewVar (gcmodule.c:1531)
==47003== by 0x4EB1150: PyFrame_New (frameobject.c:680)
==47003== by 0x4F36416: PyEval_EvalCodeEx (ceval.c:3365)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4EB1B67: function_call (funcobject.c:523)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4F33885: ext_do_call (ceval.c:4666)
==47003== by 0x4F33885: PyEval_EvalFrameEx (ceval.c:3028)
==47003==
==47003== 544 bytes in 1 blocks are possibly lost in loss record 1,428 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4F6E7B8: _PyObject_GC_Malloc (gcmodule.c:1499)
==47003== by 0x4F6E8FD: _PyObject_GC_NewVar (gcmodule.c:1531)
==47003== by 0x4EB1150: PyFrame_New (frameobject.c:680)
==47003== by 0x4F36416: PyEval_EvalCodeEx (ceval.c:3365)
==47003== by 0x4EB1B67: function_call (funcobject.c:523)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4EE585C: slot_tp_new (typeobject.c:5849)
==47003== by 0x4EE5522: type_call (typeobject.c:749)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4F3480C: do_call (ceval.c:4569)
==47003== by 0x4F3480C: call_function (ceval.c:4374)
==47003== by 0x4F3480C: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003==
==47003== 560 bytes in 1 blocks are possibly lost in loss record 1,433 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4F6E7B8: _PyObject_GC_Malloc (gcmodule.c:1499)
==47003== by 0x4F6E8FD: _PyObject_GC_NewVar (gcmodule.c:1531)
==47003== by 0x4EB1150: PyFrame_New (frameobject.c:680)
==47003== by 0x4F36416: PyEval_EvalCodeEx (ceval.c:3365)
==47003== by 0x4EB1A60: function_call (funcobject.c:523)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4E9464E: instancemethod_call (classobject.c:2602)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4EF22AB: slot_tp_call (typeobject.c:5546)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4F3480C: do_call (ceval.c:4569)
==47003== by 0x4F3480C: call_function (ceval.c:4374)
==47003== by 0x4F3480C: PyEval_EvalFrameEx (ceval.c:2989)
==47003==
==47003== 560 bytes in 1 blocks are possibly lost in loss record 1,434 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4ECFD54: PyObject_Realloc (obmalloc.c:1272)
==47003== by 0x4F6D4C8: _PyObject_GC_Resize (gcmodule.c:1544)
==47003== by 0x4EB10FC: PyFrame_New (frameobject.c:693)
==47003== by 0x4F36416: PyEval_EvalCodeEx (ceval.c:3365)
==47003== by 0x4EB1A60: function_call (funcobject.c:523)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4E9464E: instancemethod_call (classobject.c:2602)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4EF1E6F: slot_tp_init (typeobject.c:5806)
==47003== by 0x4EE5567: type_call (typeobject.c:765)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003==
==47003== 568 bytes in 1 blocks are possibly lost in loss record 1,436 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4F6E7B8: _PyObject_GC_Malloc (gcmodule.c:1499)
==47003== by 0x4F6E8FD: _PyObject_GC_NewVar (gcmodule.c:1531)
==47003== by 0x4EB1150: PyFrame_New (frameobject.c:680)
==47003== by 0x4F36416: PyEval_EvalCodeEx (ceval.c:3365)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F36D51: PyEval_EvalCode (ceval.c:669)
==47003== by 0x4F48BD1: PyImport_ExecCodeModuleEx (import.c:731)
==47003== by 0x4F4B31D: load_source_module (import.c:1121)
==47003== by 0x4F4BB79: load_package (import.c:1188)
==47003== by 0x4F4C0D0: import_submodule (import.c:2725)
==47003==
==47003== 584 bytes in 1 blocks are possibly lost in loss record 1,439 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4F6E7B8: _PyObject_GC_Malloc (gcmodule.c:1499)
==47003== by 0x4F6E8FD: _PyObject_GC_NewVar (gcmodule.c:1531)
==47003== by 0x4EB1150: PyFrame_New (frameobject.c:680)
==47003== by 0x4F36251: fast_function (ceval.c:4426)
==47003== by 0x4F36251: call_function (ceval.c:4372)
==47003== by 0x4F36251: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F36D51: PyEval_EvalCode (ceval.c:669)
==47003== by 0x4F5744F: run_mod (pythonrun.c:1376)
==47003== by 0x4F5744F: PyRun_FileExFlags (pythonrun.c:1362)
==47003==
==47003== 640 bytes in 1 blocks are possibly lost in loss record 1,448 of 1,984
==47003== at 0x4C2DDCF: realloc (vg_replace_malloc.c:785)
==47003== by 0x4F6D4C8: _PyObject_GC_Resize (gcmodule.c:1544)
==47003== by 0x4EB10FC: PyFrame_New (frameobject.c:693)
==47003== by 0x4F36251: fast_function (ceval.c:4426)
==47003== by 0x4F36251: call_function (ceval.c:4372)
==47003== by 0x4F36251: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003==
==47003== 640 bytes in 1 blocks are possibly lost in loss record 1,449 of 1,984
==47003== at 0x4C2DDCF: realloc (vg_replace_malloc.c:785)
==47003== by 0x4F6D4C8: _PyObject_GC_Resize (gcmodule.c:1544)
==47003== by 0x4EB10FC: PyFrame_New (frameobject.c:693)
==47003== by 0x4F36251: fast_function (ceval.c:4426)
==47003== by 0x4F36251: call_function (ceval.c:4372)
==47003== by 0x4F36251: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003==
==47003== 728 bytes in 1 blocks are possibly lost in loss record 1,463 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4ECFD54: PyObject_Realloc (obmalloc.c:1272)
==47003== by 0x4F6D4C8: _PyObject_GC_Resize (gcmodule.c:1544)
==47003== by 0x4EB10FC: PyFrame_New (frameobject.c:693)
==47003== by 0x4F36251: fast_function (ceval.c:4426)
==47003== by 0x4F36251: call_function (ceval.c:4372)
==47003== by 0x4F36251: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003==
==47003== 728 bytes in 1 blocks are possibly lost in loss record 1,464 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4ECFD54: PyObject_Realloc (obmalloc.c:1272)
==47003== by 0x4F6D4C8: _PyObject_GC_Resize (gcmodule.c:1544)
==47003== by 0x4EB10FC: PyFrame_New (frameobject.c:693)
==47003== by 0x4F36251: fast_function (ceval.c:4426)
==47003== by 0x4F36251: call_function (ceval.c:4372)
==47003== by 0x4F36251: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003==
==47003== 736 bytes in 1 blocks are possibly lost in loss record 1,465 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4F6E7B8: _PyObject_GC_Malloc (gcmodule.c:1499)
==47003== by 0x4F6E8FD: _PyObject_GC_NewVar (gcmodule.c:1531)
==47003== by 0x4EB1150: PyFrame_New (frameobject.c:680)
==47003== by 0x4F36416: PyEval_EvalCodeEx (ceval.c:3365)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4EB1B67: function_call (funcobject.c:523)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4E9464E: instancemethod_call (classobject.c:2602)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4EF1E6F: slot_tp_init (typeobject.c:5806)
==47003==
==47003== 800 bytes in 1 blocks are possibly lost in loss record 1,578 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4F6E7B8: _PyObject_GC_Malloc (gcmodule.c:1499)
==47003== by 0x4F6E8FD: _PyObject_GC_NewVar (gcmodule.c:1531)
==47003== by 0x4EB1150: PyFrame_New (frameobject.c:680)
==47003== by 0x4F36251: fast_function (ceval.c:4426)
==47003== by 0x4F36251: call_function (ceval.c:4372)
==47003== by 0x4F36251: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4EB1A60: function_call (funcobject.c:523)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4E9464E: instancemethod_call (classobject.c:2602)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4E86A65: PyObject_CallFunctionObjArgs (abstract.c:2774)
==47003== by 0x4F31E04: PyEval_EvalFrameEx (ceval.c:2950)
==47003==
==47003== 1,088 bytes in 2 blocks are possibly lost in loss record 1,743 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4F6E7B8: _PyObject_GC_Malloc (gcmodule.c:1499)
==47003== by 0x4F6E8FD: _PyObject_GC_NewVar (gcmodule.c:1531)
==47003== by 0x4EB1150: PyFrame_New (frameobject.c:680)
==47003== by 0x4F36251: fast_function (ceval.c:4426)
==47003== by 0x4F36251: call_function (ceval.c:4372)
==47003== by 0x4F36251: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F36D51: PyEval_EvalCode (ceval.c:669)
==47003== by 0x4F5744F: run_mod (pythonrun.c:1376)
==47003== by 0x4F5744F: PyRun_FileExFlags (pythonrun.c:1362)
==47003==
==47003== 1,168 bytes in 2 blocks are possibly lost in loss record 1,747 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4ECFD54: PyObject_Realloc (obmalloc.c:1272)
==47003== by 0x4F6D4C8: _PyObject_GC_Resize (gcmodule.c:1544)
==47003== by 0x4EB10FC: PyFrame_New (frameobject.c:693)
==47003== by 0x4F36416: PyEval_EvalCodeEx (ceval.c:3365)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003==
==47003== 1,280 bytes in 2 blocks are possibly lost in loss record 1,753 of 1,984
==47003== at 0x4C2DDCF: realloc (vg_replace_malloc.c:785)
==47003== by 0x4F6D4C8: _PyObject_GC_Resize (gcmodule.c:1544)
==47003== by 0x4EB10FC: PyFrame_New (frameobject.c:693)
==47003== by 0x4F36251: fast_function (ceval.c:4426)
==47003== by 0x4F36251: call_function (ceval.c:4372)
==47003== by 0x4F36251: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003==
==47003== 1,398 (680 direct, 718 indirect) bytes in 1 blocks are definitely lost in loss record 1,760 of 1,984
==47003== at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
==47003== by 0xDCB6DCA: OpenSim::Delp1990Muscle_Deprecated::setupProperties() (in /home/astelma/miniconda3/envs/py2/lib/libosimActuators.so)
==47003== by 0xDCB7984: OpenSim::Delp1990Muscle_Deprecated::Delp1990Muscle_Deprecated(OpenSim::Delp1990Muscle_Deprecated const&) (in /home/astelma/miniconda3/envs/py2/lib/libosimActuators.so)
==47003== by 0xDCBDA50: OpenSim::Delp1990Muscle_Deprecated::clone() const (in /home/astelma/miniconda3/envs/py2/lib/libosimActuators.so)
==47003== by 0xAFEE6F2: OpenSim::Object::registerType(OpenSim::Object const&) (in /home/astelma/miniconda3/envs/py2/lib/libosimCommon.so)
==47003== by 0xDD37B8D: RegisterTypes_osimActuators (in /home/astelma/miniconda3/envs/py2/lib/libosimActuators.so)
==47003== by 0x400F8A9: call_init.part.0 (dl-init.c:72)
==47003== by 0x400F9BA: call_init (dl-init.c:30)
==47003== by 0x400F9BA: _dl_init (dl-init.c:120)
==47003== by 0x4013F37: dl_open_worker (dl-open.c:575)
==47003== by 0x400F753: _dl_catch_error (dl-error.c:187)
==47003== by 0x40136E8: _dl_open (dl-open.c:660)
==47003== by 0x5451EE8: dlopen_doit (dlopen.c:66)
==47003==
==47003== 1,760 bytes in 3 blocks are possibly lost in loss record 1,776 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4F6E7B8: _PyObject_GC_Malloc (gcmodule.c:1499)
==47003== by 0x4F6E8FD: _PyObject_GC_NewVar (gcmodule.c:1531)
==47003== by 0x4EB1150: PyFrame_New (frameobject.c:680)
==47003== by 0x4F36251: fast_function (ceval.c:4426)
==47003== by 0x4F36251: call_function (ceval.c:4372)
==47003== by 0x4F36251: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4EB1B67: function_call (funcobject.c:523)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4E9464E: instancemethod_call (classobject.c:2602)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4EF1E6F: slot_tp_init (typeobject.c:5806)
==47003== by 0x4EE5567: type_call (typeobject.c:765)
==47003==
==47003== 2,038 (680 direct, 1,358 indirect) bytes in 1 blocks are definitely lost in loss record 1,789 of 1,984
==47003== at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
==47003== by 0xDCB6A31: OpenSim::Delp1990Muscle_Deprecated::setupProperties() (in /home/astelma/miniconda3/envs/py2/lib/libosimActuators.so)
==47003== by 0xDCB7984: OpenSim::Delp1990Muscle_Deprecated::Delp1990Muscle_Deprecated(OpenSim::Delp1990Muscle_Deprecated const&) (in /home/astelma/miniconda3/envs/py2/lib/libosimActuators.so)
==47003== by 0xDCBDA50: OpenSim::Delp1990Muscle_Deprecated::clone() const (in /home/astelma/miniconda3/envs/py2/lib/libosimActuators.so)
==47003== by 0xAFEE6F2: OpenSim::Object::registerType(OpenSim::Object const&) (in /home/astelma/miniconda3/envs/py2/lib/libosimCommon.so)
==47003== by 0xDD37B8D: RegisterTypes_osimActuators (in /home/astelma/miniconda3/envs/py2/lib/libosimActuators.so)
==47003== by 0x400F8A9: call_init.part.0 (dl-init.c:72)
==47003== by 0x400F9BA: call_init (dl-init.c:30)
==47003== by 0x400F9BA: _dl_init (dl-init.c:120)
==47003== by 0x4013F37: dl_open_worker (dl-open.c:575)
==47003== by 0x400F753: _dl_catch_error (dl-error.c:187)
==47003== by 0x40136E8: _dl_open (dl-open.c:660)
==47003== by 0x5451EE8: dlopen_doit (dlopen.c:66)
==47003==
==47003== 2,038 (680 direct, 1,358 indirect) bytes in 1 blocks are definitely lost in loss record 1,790 of 1,984
==47003== at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
==47003== by 0xDCB6B5B: OpenSim::Delp1990Muscle_Deprecated::setupProperties() (in /home/astelma/miniconda3/envs/py2/lib/libosimActuators.so)
==47003== by 0xDCB7984: OpenSim::Delp1990Muscle_Deprecated::Delp1990Muscle_Deprecated(OpenSim::Delp1990Muscle_Deprecated const&) (in /home/astelma/miniconda3/envs/py2/lib/libosimActuators.so)
==47003== by 0xDCBDA50: OpenSim::Delp1990Muscle_Deprecated::clone() const (in /home/astelma/miniconda3/envs/py2/lib/libosimActuators.so)
==47003== by 0xAFEE6F2: OpenSim::Object::registerType(OpenSim::Object const&) (in /home/astelma/miniconda3/envs/py2/lib/libosimCommon.so)
==47003== by 0xDD37B8D: RegisterTypes_osimActuators (in /home/astelma/miniconda3/envs/py2/lib/libosimActuators.so)
==47003== by 0x400F8A9: call_init.part.0 (dl-init.c:72)
==47003== by 0x400F9BA: call_init (dl-init.c:30)
==47003== by 0x400F9BA: _dl_init (dl-init.c:120)
==47003== by 0x4013F37: dl_open_worker (dl-open.c:575)
==47003== by 0x400F753: _dl_catch_error (dl-error.c:187)
==47003== by 0x40136E8: _dl_open (dl-open.c:660)
==47003== by 0x5451EE8: dlopen_doit (dlopen.c:66)
==47003==
==47003== 2,184 bytes in 3 blocks are possibly lost in loss record 1,795 of 1,984
==47003== at 0x4C2DDCF: realloc (vg_replace_malloc.c:785)
==47003== by 0x4F6D4C8: _PyObject_GC_Resize (gcmodule.c:1544)
==47003== by 0x4EB10FC: PyFrame_New (frameobject.c:693)
==47003== by 0x4F36251: fast_function (ceval.c:4426)
==47003== by 0x4F36251: call_function (ceval.c:4372)
==47003== by 0x4F36251: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003==
==47003== 2,200 bytes in 4 blocks are possibly lost in loss record 1,796 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4F6E7B8: _PyObject_GC_Malloc (gcmodule.c:1499)
==47003== by 0x4F6E8FD: _PyObject_GC_NewVar (gcmodule.c:1531)
==47003== by 0x4EB1150: PyFrame_New (frameobject.c:680)
==47003== by 0x4F36416: PyEval_EvalCodeEx (ceval.c:3365)
==47003== by 0x4EB1B67: function_call (funcobject.c:523)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4E9464E: instancemethod_call (classobject.c:2602)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4EF1E6F: slot_tp_init (typeobject.c:5806)
==47003== by 0x4EE5567: type_call (typeobject.c:765)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003==
==47003== 2,560 bytes in 4 blocks are possibly lost in loss record 1,800 of 1,984
==47003== at 0x4C2DDCF: realloc (vg_replace_malloc.c:785)
==47003== by 0x4F6D4C8: _PyObject_GC_Resize (gcmodule.c:1544)
==47003== by 0x4EB10FC: PyFrame_New (frameobject.c:693)
==47003== by 0x4F36251: fast_function (ceval.c:4426)
==47003== by 0x4F36251: call_function (ceval.c:4372)
==47003== by 0x4F36251: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003==
==47003== 2,712 bytes in 5 blocks are possibly lost in loss record 1,801 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4F6E7B8: _PyObject_GC_Malloc (gcmodule.c:1499)
==47003== by 0x4F6E8FD: _PyObject_GC_NewVar (gcmodule.c:1531)
==47003== by 0x4EB1150: PyFrame_New (frameobject.c:680)
==47003== by 0x4F36416: PyEval_EvalCodeEx (ceval.c:3365)
==47003== by 0x4EB1A60: function_call (funcobject.c:523)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4E9464E: instancemethod_call (classobject.c:2602)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003== by 0x4EF1E6F: slot_tp_init (typeobject.c:5806)
==47003== by 0x4EE5567: type_call (typeobject.c:765)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003==
==47003== 2,912 bytes in 4 blocks are possibly lost in loss record 1,805 of 1,984
==47003== at 0x4C2DDCF: realloc (vg_replace_malloc.c:785)
==47003== by 0x4F6D4C8: _PyObject_GC_Resize (gcmodule.c:1544)
==47003== by 0x4EB10FC: PyFrame_New (frameobject.c:693)
==47003== by 0x4F36251: fast_function (ceval.c:4426)
==47003== by 0x4F36251: call_function (ceval.c:4372)
==47003== by 0x4F36251: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003==
==47003== 3,076 (216 direct, 2,860 indirect) bytes in 1 blocks are definitely lost in loss record 1,878 of 1,984
==47003== at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
==47003== by 0x7D86F94: SimTK::TiXmlElement::Clone() const (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D7E0D4: SimTK::Xml::Element::clone() const (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0xE3402CA: OpenSim::Model::updateFromXMLNode(SimTK::Xml::Element&, int) (in /home/astelma/miniconda3/envs/py2/lib/libosimSimulation.so)
==47003== by 0xAFE8427: OpenSim::Object::updateFromXMLDocument() (in /home/astelma/miniconda3/envs/py2/lib/libosimCommon.so)
==47003== by 0xE34529D: OpenSim::Model::Model(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (in /home/astelma/miniconda3/envs/py2/lib/libosimSimulation.so)
==47003== by 0xCEB9238: _wrap_new_Model__SWIG_1 (in /home/astelma/miniconda3/envs/py2/lib/python2.7/site-packages/opensim/_simulation.so)
==47003== by 0xCEB95AA: _wrap_new_Model (in /home/astelma/miniconda3/envs/py2/lib/python2.7/site-packages/opensim/_simulation.so)
==47003== by 0x4F35BAC: ext_do_call (ceval.c:4663)
==47003== by 0x4F35BAC: PyEval_EvalFrameEx (ceval.c:3028)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4EB1A60: function_call (funcobject.c:523)
==47003== by 0x4E81E92: PyObject_Call (abstract.c:2547)
==47003==
==47003== 3,318 (680 direct, 2,638 indirect) bytes in 1 blocks are definitely lost in loss record 1,880 of 1,984
==47003== at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
==47003== by 0xDCB6EF7: OpenSim::Delp1990Muscle_Deprecated::setupProperties() (in /home/astelma/miniconda3/envs/py2/lib/libosimActuators.so)
==47003== by 0xDCB7984: OpenSim::Delp1990Muscle_Deprecated::Delp1990Muscle_Deprecated(OpenSim::Delp1990Muscle_Deprecated const&) (in /home/astelma/miniconda3/envs/py2/lib/libosimActuators.so)
==47003== by 0xDCBDA50: OpenSim::Delp1990Muscle_Deprecated::clone() const (in /home/astelma/miniconda3/envs/py2/lib/libosimActuators.so)
==47003== by 0xAFEE6F2: OpenSim::Object::registerType(OpenSim::Object const&) (in /home/astelma/miniconda3/envs/py2/lib/libosimCommon.so)
==47003== by 0xDD37B8D: RegisterTypes_osimActuators (in /home/astelma/miniconda3/envs/py2/lib/libosimActuators.so)
==47003== by 0x400F8A9: call_init.part.0 (dl-init.c:72)
==47003== by 0x400F9BA: call_init (dl-init.c:30)
==47003== by 0x400F9BA: _dl_init (dl-init.c:120)
==47003== by 0x4013F37: dl_open_worker (dl-open.c:575)
==47003== by 0x400F753: _dl_catch_error (dl-error.c:187)
==47003== by 0x40136E8: _dl_open (dl-open.c:660)
==47003== by 0x5451EE8: dlopen_doit (dlopen.c:66)
==47003==
==47003== 5,824 bytes in 8 blocks are possibly lost in loss record 1,903 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4F6E7B8: _PyObject_GC_Malloc (gcmodule.c:1499)
==47003== by 0x4F6E8FD: _PyObject_GC_NewVar (gcmodule.c:1531)
==47003== by 0x4EB1150: PyFrame_New (frameobject.c:680)
==47003== by 0x4F36251: fast_function (ceval.c:4426)
==47003== by 0x4F36251: call_function (ceval.c:4372)
==47003== by 0x4F36251: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36344: fast_function (ceval.c:4437)
==47003== by 0x4F36344: call_function (ceval.c:4372)
==47003== by 0x4F36344: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003==
==47003== 7,352 bytes in 13 blocks are possibly lost in loss record 1,913 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4F6E7B8: _PyObject_GC_Malloc (gcmodule.c:1499)
==47003== by 0x4F6E8FD: _PyObject_GC_NewVar (gcmodule.c:1531)
==47003== by 0x4EB1150: PyFrame_New (frameobject.c:680)
==47003== by 0x4F36416: PyEval_EvalCodeEx (ceval.c:3365)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003==
==47003== 12,792 (4,368 direct, 8,424 indirect) bytes in 39 blocks are definitely lost in loss record 1,930 of 1,984
==47003== at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
==47003== by 0x7D8ADA4: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8B3E5: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8AE85: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8B3E5: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8AE85: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8B3E5: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8AE85: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8B3E5: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8AE85: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8B3E5: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8AE85: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003==
==47003== 25,962 (312 direct, 25,650 indirect) bytes in 3 blocks are definitely lost in loss record 1,947 of 1,984
==47003== at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
==47003== by 0x7D88F09: SimTK::TiXmlNode::Identify(char const*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8AE67: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8B3E5: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8AE85: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8B3E5: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8AE85: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8B3E5: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8AE85: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8B3E5: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8AE85: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8B3E5: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003==
==47003== 89,031 (18,144 direct, 70,887 indirect) bytes in 84 blocks are definitely lost in loss record 1,971 of 1,984
==47003== at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
==47003== by 0x7D88FB9: SimTK::TiXmlNode::Identify(char const*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8AE67: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8B3E5: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8AE85: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8B3E5: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8AE85: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8B3E5: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8AE85: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8B3E5: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8AE85: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003== by 0x7D8B3E5: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py2/lib/libSimTKcommon.so.3.6)
==47003==
==47003== 154,502 bytes in 82 blocks are possibly lost in loss record 1,975 of 1,984
==47003== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==47003== by 0x4ED7A79: PyString_FromStringAndSize (stringobject.c:88)
==47003== by 0x4F351E4: call_function (ceval.c:4352)
==47003== by 0x4F351E4: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F361F6: fast_function (ceval.c:4447)
==47003== by 0x4F361F6: call_function (ceval.c:4372)
==47003== by 0x4F361F6: PyEval_EvalFrameEx (ceval.c:2989)
==47003== by 0x4F36C3D: PyEval_EvalCodeEx (ceval.c:3584)
==47003== by 0x4F36D51: PyEval_EvalCode (ceval.c:669)
==47003== by 0x4F48BD1: PyImport_ExecCodeModuleEx (import.c:731)
==47003== by 0x4F4B31D: load_source_module (import.c:1121)
==47003== by 0x4F4C0D0: import_submodule (import.c:2725)
==47003== by 0x4F4C60B: ensure_fromlist (import.c:2631)
==47003== by 0x4F4CAF3: import_module_level (import.c:2293)
==47003== by 0x4F4CAF3: PyImport_ImportModuleLevel (import.c:2312)
==47003==
==47003== LEAK SUMMARY:
==47003== definitely lost: 26,048 bytes in 137 blocks
==47003== indirectly lost: 113,893 bytes in 850 blocks
==47003== possibly lost: 196,334 bytes in 150 blocks
==47003== still reachable: 9,974,325 bytes in 9,489 blocks
==47003== suppressed: 0 bytes in 0 blocks
==47003== Reachable blocks (those to which a pointer was found) are not shown.
==47003== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==47003==
==47003== For counts of detected and suppressed errors, rerun with: -v
==47003== Use --track-origins=yes to see where uninitialised values come from
==47003== ERROR SUMMARY: 3943 errors from 178 contexts (suppressed: 0 from 0)
==35560== HEAP SUMMARY:
==35560== in use at exit: 5,259,299 bytes in 7,817 blocks
==35560== total heap usage: 61,565,926 allocs, 61,558,109 frees, 11,494,519,306 bytes allocated
==35560==
==35560== 48 bytes in 1 blocks are definitely lost in loss record 1,199 of 1,735
==35560== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==35560== by 0x74EBF69: SwigPyClientData_New (in /home/astelma/miniconda3/envs/py3/lib/python3.6/site-packages/opensim/_simbody.so)
==35560== by 0x74F7ADB: SwigPyIterator_swigregister (in /home/astelma/miniconda3/envs/py3/lib/python3.6/site-packages/opensim/_simbody.so)
==35560== by 0x4EFB428: _PyCFunction_FastCallDict (methodobject.c:234)
==35560== by 0x4F80B8B: call_function (ceval.c:4809)
==35560== by 0x4F83D3F: _PyEval_EvalFrameDefault (ceval.c:3295)
==35560== by 0x4F7F0FF: _PyEval_EvalCodeWithName (ceval.c:4139)
==35560== by 0x4F7F582: PyEval_EvalCodeEx (ceval.c:4160)
==35560== by 0x4F7F5CA: PyEval_EvalCode (ceval.c:695)
==35560== by 0x4F7CF6D: builtin_exec_impl (bltinmodule.c:974)
==35560== by 0x4F7CF6D: builtin_exec (bltinmodule.c.h:281)
==35560== by 0x4EFB6A8: PyCFunction_Call (methodobject.c:114)
==35560== by 0x4F88581: do_call_core (ceval.c:5074)
==35560== by 0x4F88581: _PyEval_EvalFrameDefault (ceval.c:3377)
==35560==
==35560== 48 bytes in 1 blocks are definitely lost in loss record 1,200 of 1,735
==35560== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==35560== by 0x74EBF69: SwigPyClientData_New (in /home/astelma/miniconda3/envs/py3/lib/python3.6/site-packages/opensim/_simbody.so)
==35560== by 0x7671AC3: StdVectorState_swigregister (in /home/astelma/miniconda3/envs/py3/lib/python3.6/site-packages/opensim/_simbody.so)
==35560== by 0x4EFB428: _PyCFunction_FastCallDict (methodobject.c:234)
==35560== by 0x4F80B8B: call_function (ceval.c:4809)
==35560== by 0x4F83D3F: _PyEval_EvalFrameDefault (ceval.c:3295)
==35560== by 0x4F7F0FF: _PyEval_EvalCodeWithName (ceval.c:4139)
==35560== by 0x4F7F582: PyEval_EvalCodeEx (ceval.c:4160)
==35560== by 0x4F7F5CA: PyEval_EvalCode (ceval.c:695)
==35560== by 0x4F7CF6D: builtin_exec_impl (bltinmodule.c:974)
==35560== by 0x4F7CF6D: builtin_exec (bltinmodule.c.h:281)
==35560== by 0x4EFB6A8: PyCFunction_Call (methodobject.c:114)
==35560== by 0x4F88581: do_call_core (ceval.c:5074)
==35560== by 0x4F88581: _PyEval_EvalFrameDefault (ceval.c:3377)
==35560==
==35560== 48 bytes in 1 blocks are definitely lost in loss record 1,201 of 1,735
==35560== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==35560== by 0x5B4F6F19: SwigPyClientData_New (in /home/astelma/miniconda3/envs/py3/lib/python3.6/site-packages/opensim/_common.so)
==35560== by 0x5B501BA6: SwigPyIterator_swigregister (in /home/astelma/miniconda3/envs/py3/lib/python3.6/site-packages/opensim/_common.so)
==35560== by 0x4EFB428: _PyCFunction_FastCallDict (methodobject.c:234)
==35560== by 0x4F80B8B: call_function (ceval.c:4809)
==35560== by 0x4F83D3F: _PyEval_EvalFrameDefault (ceval.c:3295)
==35560== by 0x4F7F0FF: _PyEval_EvalCodeWithName (ceval.c:4139)
==35560== by 0x4F7F582: PyEval_EvalCodeEx (ceval.c:4160)
==35560== by 0x4F7F5CA: PyEval_EvalCode (ceval.c:695)
==35560== by 0x4F7CF6D: builtin_exec_impl (bltinmodule.c:974)
==35560== by 0x4F7CF6D: builtin_exec (bltinmodule.c.h:281)
==35560== by 0x4EFB6A8: PyCFunction_Call (methodobject.c:114)
==35560== by 0x4F88581: do_call_core (ceval.c:5074)
==35560== by 0x4F88581: _PyEval_EvalFrameDefault (ceval.c:3377)
==35560==
==35560== 48 bytes in 1 blocks are definitely lost in loss record 1,202 of 1,735
==35560== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==35560== by 0x5E0299F9: SwigPyClientData_New (in /home/astelma/miniconda3/envs/py3/lib/python3.6/site-packages/opensim/_simulation.so)
==35560== by 0x5E030BA2: SwigPyIterator_swigregister (in /home/astelma/miniconda3/envs/py3/lib/python3.6/site-packages/opensim/_simulation.so)
==35560== by 0x4EFB428: _PyCFunction_FastCallDict (methodobject.c:234)
==35560== by 0x4F80B8B: call_function (ceval.c:4809)
==35560== by 0x4F83D3F: _PyEval_EvalFrameDefault (ceval.c:3295)
==35560== by 0x4F7F0FF: _PyEval_EvalCodeWithName (ceval.c:4139)
==35560== by 0x4F7F582: PyEval_EvalCodeEx (ceval.c:4160)
==35560== by 0x4F7F5CA: PyEval_EvalCode (ceval.c:695)
==35560== by 0x4F7CF6D: builtin_exec_impl (bltinmodule.c:974)
==35560== by 0x4F7CF6D: builtin_exec (bltinmodule.c.h:281)
==35560== by 0x4EFB6A8: PyCFunction_Call (methodobject.c:114)
==35560== by 0x4F88581: do_call_core (ceval.c:5074)
==35560== by 0x4F88581: _PyEval_EvalFrameDefault (ceval.c:3377)
==35560==
==35560== 48 bytes in 1 blocks are definitely lost in loss record 1,203 of 1,735
==35560== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==35560== by 0x607A1339: SwigPyClientData_New (in /home/astelma/miniconda3/envs/py3/lib/python3.6/site-packages/opensim/_actuators.so)
==35560== by 0x607A6DE8: SwigPyIterator_swigregister (in /home/astelma/miniconda3/envs/py3/lib/python3.6/site-packages/opensim/_actuators.so)
==35560== by 0x4EFB428: _PyCFunction_FastCallDict (methodobject.c:234)
==35560== by 0x4F80B8B: call_function (ceval.c:4809)
==35560== by 0x4F83D3F: _PyEval_EvalFrameDefault (ceval.c:3295)
==35560== by 0x4F7F0FF: _PyEval_EvalCodeWithName (ceval.c:4139)
==35560== by 0x4F7F582: PyEval_EvalCodeEx (ceval.c:4160)
==35560== by 0x4F7F5CA: PyEval_EvalCode (ceval.c:695)
==35560== by 0x4F7CF6D: builtin_exec_impl (bltinmodule.c:974)
==35560== by 0x4F7CF6D: builtin_exec (bltinmodule.c.h:281)
==35560== by 0x4EFB6A8: PyCFunction_Call (methodobject.c:114)
==35560== by 0x4F88581: do_call_core (ceval.c:5074)
==35560== by 0x4F88581: _PyEval_EvalFrameDefault (ceval.c:3377)
==35560==
==35560== 48 bytes in 1 blocks are definitely lost in loss record 1,204 of 1,735
==35560== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==35560== by 0x60BBA009: SwigPyClientData_New (in /home/astelma/miniconda3/envs/py3/lib/python3.6/site-packages/opensim/_analyses.so)
==35560== by 0x60BBFA44: SwigPyIterator_swigregister (in /home/astelma/miniconda3/envs/py3/lib/python3.6/site-packages/opensim/_analyses.so)
==35560== by 0x4EFB428: _PyCFunction_FastCallDict (methodobject.c:234)
==35560== by 0x4F80B8B: call_function (ceval.c:4809)
==35560== by 0x4F83D3F: _PyEval_EvalFrameDefault (ceval.c:3295)
==35560== by 0x4F7F0FF: _PyEval_EvalCodeWithName (ceval.c:4139)
==35560== by 0x4F7F582: PyEval_EvalCodeEx (ceval.c:4160)
==35560== by 0x4F7F5CA: PyEval_EvalCode (ceval.c:695)
==35560== by 0x4F7CF6D: builtin_exec_impl (bltinmodule.c:974)
==35560== by 0x4F7CF6D: builtin_exec (bltinmodule.c.h:281)
==35560== by 0x4EFB6A8: PyCFunction_Call (methodobject.c:114)
==35560== by 0x4F88581: do_call_core (ceval.c:5074)
==35560== by 0x4F88581: _PyEval_EvalFrameDefault (ceval.c:3377)
==35560==
==35560== 93 bytes in 3 blocks are possibly lost in loss record 1,209 of 1,735
==35560== at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
==35560== by 0x8989AE8: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_mutate(unsigned long, unsigned long, char const*, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22)
==35560== by 0x898A82A: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace(unsigned long, unsigned long, char const*, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22)
==35560== by 0x83CC2F4: SimTK::TiXmlBase::ReadName(char const*, SimTK::String*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF26C: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560==
==35560== 384 bytes in 6 blocks are definitely lost in loss record 1,292 of 1,735
==35560== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==35560== by 0x40143E3: dl_open_worker (dl-open.c:485)
==35560== by 0x400F753: _dl_catch_error (dl-error.c:187)
==35560== by 0x40136E8: _dl_open (dl-open.c:660)
==35560== by 0x555DEE8: dlopen_doit (dlopen.c:66)
==35560== by 0x400F753: _dl_catch_error (dl-error.c:187)
==35560== by 0x555E530: _dlerror_run (dlerror.c:163)
==35560== by 0x555DF81: dlopen@@GLIBC_2.2.5 (dlopen.c:87)
==35560== by 0x4FCA4A2: _PyImport_FindSharedFuncptr (dynload_shlib.c:95)
==35560== by 0x4FA51A6: _PyImport_LoadDynamicModuleWithSpec (importdl.c:124)
==35560== by 0x4FA1FAE: _imp_create_dynamic_impl (import.c:2008)
==35560== by 0x4FA1FAE: _imp_create_dynamic (import.c.h:289)
==35560== by 0x4EFB6A8: PyCFunction_Call (methodobject.c:114)
==35560==
==35560== 520 bytes in 1 blocks are possibly lost in loss record 1,308 of 1,735
==35560== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==35560== by 0x4F0114C: _PyObject_Alloc (obmalloc.c:1427)
==35560== by 0x4FD0324: _PyObject_GC_Alloc (gcmodule.c:1714)
==35560== by 0x4FD04E1: _PyObject_GC_NewVar (gcmodule.c:1765)
==35560== by 0x4ED63DB: PyFrame_New (frameobject.c:665)
==35560== by 0x4F7E882: _PyEval_EvalCodeWithName (ceval.c:3902)
==35560== by 0x4F80B29: fast_function (ceval.c:4950)
==35560== by 0x4F80B29: call_function (ceval.c:4830)
==35560== by 0x4F83D3F: _PyEval_EvalFrameDefault (ceval.c:3295)
==35560== by 0x4F7F0FF: _PyEval_EvalCodeWithName (ceval.c:4139)
==35560== by 0x4F80B29: fast_function (ceval.c:4950)
==35560== by 0x4F80B29: call_function (ceval.c:4830)
==35560== by 0x4F83D3F: _PyEval_EvalFrameDefault (ceval.c:3295)
==35560== by 0x4F7F0FF: _PyEval_EvalCodeWithName (ceval.c:4139)
==35560==
==35560== 528 bytes in 1 blocks are possibly lost in loss record 1,315 of 1,735
==35560== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==35560== by 0x4F0114C: _PyObject_Alloc (obmalloc.c:1427)
==35560== by 0x4FD0324: _PyObject_GC_Alloc (gcmodule.c:1714)
==35560== by 0x4FD04E1: _PyObject_GC_NewVar (gcmodule.c:1765)
==35560== by 0x4ED63DB: PyFrame_New (frameobject.c:665)
==35560== by 0x4F7E882: _PyEval_EvalCodeWithName (ceval.c:3902)
==35560== by 0x4F80B29: fast_function (ceval.c:4950)
==35560== by 0x4F80B29: call_function (ceval.c:4830)
==35560== by 0x4F83D3F: _PyEval_EvalFrameDefault (ceval.c:3295)
==35560== by 0x4F7F0FF: _PyEval_EvalCodeWithName (ceval.c:4139)
==35560== by 0x4F7F582: PyEval_EvalCodeEx (ceval.c:4160)
==35560== by 0x4F7DA4A: builtin___build_class__ (bltinmodule.c:170)
==35560== by 0x4EFB301: _PyCFunction_FastCallDict (methodobject.c:231)
==35560==
==35560== 528 bytes in 1 blocks are possibly lost in loss record 1,316 of 1,735
==35560== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==35560== by 0x4F0114C: _PyObject_Alloc (obmalloc.c:1427)
==35560== by 0x4F0167A: _PyObject_Realloc (obmalloc.c:1709)
==35560== by 0x4FCEF14: _PyObject_GC_Resize (gcmodule.c:1778)
==35560== by 0x4ED63B4: PyFrame_New (frameobject.c:678)
==35560== by 0x4F7E882: _PyEval_EvalCodeWithName (ceval.c:3902)
==35560== by 0x4F80B29: fast_function (ceval.c:4950)
==35560== by 0x4F80B29: call_function (ceval.c:4830)
==35560== by 0x4F83D3F: _PyEval_EvalFrameDefault (ceval.c:3295)
==35560== by 0x4F7F0FF: _PyEval_EvalCodeWithName (ceval.c:4139)
==35560== by 0x4F7F582: PyEval_EvalCodeEx (ceval.c:4160)
==35560== by 0x4F7F5CA: PyEval_EvalCode (ceval.c:695)
==35560== by 0x4F7CF6D: builtin_exec_impl (bltinmodule.c:974)
==35560== by 0x4F7CF6D: builtin_exec (bltinmodule.c.h:281)
==35560==
==35560== 536 bytes in 1 blocks are possibly lost in loss record 1,317 of 1,735
==35560== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==35560== by 0x4F0114C: _PyObject_Alloc (obmalloc.c:1427)
==35560== by 0x4FD0324: _PyObject_GC_Alloc (gcmodule.c:1714)
==35560== by 0x4FD04E1: _PyObject_GC_NewVar (gcmodule.c:1765)
==35560== by 0x4ED63DB: PyFrame_New (frameobject.c:665)
==35560== by 0x4F7E882: _PyEval_EvalCodeWithName (ceval.c:3902)
==35560== by 0x4F7F39B: _PyFunction_FastCallDict (ceval.c:5042)
==35560== by 0x4EA3CE5: _PyObject_FastCallDict (abstract.c:2295)
==35560== by 0x4EA3F3B: _PyObject_Call_Prepend (abstract.c:2358)
==35560== by 0x4F11447: slot_tp_new (typeobject.c:6432)
==35560== by 0x4F12262: type_call (typeobject.c:895)
==35560== by 0x4EA3C1D: _PyObject_FastCallDict (abstract.c:2316)
==35560==
==35560== 560 bytes in 1 blocks are possibly lost in loss record 1,321 of 1,735
==35560== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==35560== by 0x4F0114C: _PyObject_Alloc (obmalloc.c:1427)
==35560== by 0x4FD0324: _PyObject_GC_Alloc (gcmodule.c:1714)
==35560== by 0x4FD04E1: _PyObject_GC_NewVar (gcmodule.c:1765)
==35560== by 0x4ED63DB: PyFrame_New (frameobject.c:665)
==35560== by 0x4F7E882: _PyEval_EvalCodeWithName (ceval.c:3902)
==35560== by 0x4F7F582: PyEval_EvalCodeEx (ceval.c:4160)
==35560== by 0x4ED7081: function_call (funcobject.c:604)
==35560== by 0x4EA3FD5: PyObject_Call (abstract.c:2246)
==35560== by 0x4F84FC8: do_call_core (ceval.c:5078)
==35560== by 0x4F84FC8: _PyEval_EvalFrameDefault (ceval.c:3377)
==35560== by 0x4F7E513: _PyFunction_FastCall (ceval.c:4891)
==35560== by 0x4F80C87: fast_function (ceval.c:4926)
==35560== by 0x4F80C87: call_function (ceval.c:4830)
==35560==
==35560== 568 bytes in 1 blocks are possibly lost in loss record 1,325 of 1,735
==35560== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==35560== by 0x4F0114C: _PyObject_Alloc (obmalloc.c:1427)
==35560== by 0x4FD0324: _PyObject_GC_Alloc (gcmodule.c:1714)
==35560== by 0x4FD04E1: _PyObject_GC_NewVar (gcmodule.c:1765)
==35560== by 0x4ED63DB: PyFrame_New (frameobject.c:665)
==35560== by 0x4F7E4D9: _PyFunction_FastCall (ceval.c:4880)
==35560== by 0x4F80C87: fast_function (ceval.c:4926)
==35560== by 0x4F80C87: call_function (ceval.c:4830)
==35560== by 0x4F83D3F: _PyEval_EvalFrameDefault (ceval.c:3295)
==35560== by 0x4F7E513: _PyFunction_FastCall (ceval.c:4891)
==35560== by 0x4F7F514: _PyFunction_FastCallDict (ceval.c:4993)
==35560== by 0x4EA3CE5: _PyObject_FastCallDict (abstract.c:2295)
==35560== by 0x4EA708E: _PyObject_CallMethodIdObjArgs (abstract.c:2781)
==35560==
==35560== 632 bytes in 1 blocks are possibly lost in loss record 1,406 of 1,735
==35560== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==35560== by 0x4F0114C: _PyObject_Alloc (obmalloc.c:1427)
==35560== by 0x4FD0324: _PyObject_GC_Alloc (gcmodule.c:1714)
==35560== by 0x4FD04E1: _PyObject_GC_NewVar (gcmodule.c:1765)
==35560== by 0x4ED63DB: PyFrame_New (frameobject.c:665)
==35560== by 0x4F7E882: _PyEval_EvalCodeWithName (ceval.c:3902)
==35560== by 0x4F80B29: fast_function (ceval.c:4950)
==35560== by 0x4F80B29: call_function (ceval.c:4830)
==35560== by 0x4F842CB: _PyEval_EvalFrameDefault (ceval.c:3311)
==35560== by 0x4F7E513: _PyFunction_FastCall (ceval.c:4891)
==35560== by 0x4F80C87: fast_function (ceval.c:4926)
==35560== by 0x4F80C87: call_function (ceval.c:4830)
==35560== by 0x4F83D3F: _PyEval_EvalFrameDefault (ceval.c:3295)
==35560== by 0x4F7F0FF: _PyEval_EvalCodeWithName (ceval.c:4139)
==35560==
==35560== 664 bytes in 1 blocks are possibly lost in loss record 1,411 of 1,735
==35560== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==35560== by 0x4F0114C: _PyObject_Alloc (obmalloc.c:1427)
==35560== by 0x4FD0324: _PyObject_GC_Alloc (gcmodule.c:1714)
==35560== by 0x4FD04E1: _PyObject_GC_NewVar (gcmodule.c:1765)
==35560== by 0x4ED63DB: PyFrame_New (frameobject.c:665)
==35560== by 0x4F7E882: _PyEval_EvalCodeWithName (ceval.c:3902)
==35560== by 0x4F7F39B: _PyFunction_FastCallDict (ceval.c:5042)
==35560== by 0x4EA3CE5: _PyObject_FastCallDict (abstract.c:2295)
==35560== by 0x4EA3F3B: _PyObject_Call_Prepend (abstract.c:2358)
==35560== by 0x4EA3FD5: PyObject_Call (abstract.c:2246)
==35560== by 0x4F1C44E: slot_tp_call (typeobject.c:6194)
==35560== by 0x4EA3C1D: _PyObject_FastCallDict (abstract.c:2316)
==35560==
==35560== 1,128 bytes in 2 blocks are possibly lost in loss record 1,607 of 1,735
==35560== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==35560== by 0x4F0114C: _PyObject_Alloc (obmalloc.c:1427)
==35560== by 0x4FD0324: _PyObject_GC_Alloc (gcmodule.c:1714)
==35560== by 0x4FD04E1: _PyObject_GC_NewVar (gcmodule.c:1765)
==35560== by 0x4ED63DB: PyFrame_New (frameobject.c:665)
==35560== by 0x4F7E4D9: _PyFunction_FastCall (ceval.c:4880)
==35560== by 0x4F80C87: fast_function (ceval.c:4926)
==35560== by 0x4F80C87: call_function (ceval.c:4830)
==35560== by 0x4F83D3F: _PyEval_EvalFrameDefault (ceval.c:3295)
==35560== by 0x4F7E513: _PyFunction_FastCall (ceval.c:4891)
==35560== by 0x4F80C87: fast_function (ceval.c:4926)
==35560== by 0x4F80C87: call_function (ceval.c:4830)
==35560== by 0x4F83D3F: _PyEval_EvalFrameDefault (ceval.c:3295)
==35560== by 0x4F7F0FF: _PyEval_EvalCodeWithName (ceval.c:4139)
==35560==
==35560== 1,168 bytes in 2 blocks are possibly lost in loss record 1,609 of 1,735
==35560== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==35560== by 0x4F0114C: _PyObject_Alloc (obmalloc.c:1427)
==35560== by 0x4FD0324: _PyObject_GC_Alloc (gcmodule.c:1714)
==35560== by 0x4FD04E1: _PyObject_GC_NewVar (gcmodule.c:1765)
==35560== by 0x4ED63DB: PyFrame_New (frameobject.c:665)
==35560== by 0x4F7E4D9: _PyFunction_FastCall (ceval.c:4880)
==35560== by 0x4F80C87: fast_function (ceval.c:4926)
==35560== by 0x4F80C87: call_function (ceval.c:4830)
==35560== by 0x4F83D3F: _PyEval_EvalFrameDefault (ceval.c:3295)
==35560== by 0x4F7F0FF: _PyEval_EvalCodeWithName (ceval.c:4139)
==35560== by 0x4F80B29: fast_function (ceval.c:4950)
==35560== by 0x4F80B29: call_function (ceval.c:4830)
==35560== by 0x4F83D3F: _PyEval_EvalFrameDefault (ceval.c:3295)
==35560== by 0x4F7F0FF: _PyEval_EvalCodeWithName (ceval.c:4139)
==35560==
==35560== 1,398 (680 direct, 718 indirect) bytes in 1 blocks are definitely lost in loss record 1,620 of 1,735
==35560== at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
==35560== by 0x5F2B12AA: OpenSim::Delp1990Muscle_Deprecated::setupProperties() (in /home/astelma/miniconda3/envs/py3/lib/libosimActuators.so)
==35560== by 0x5F2B1E64: OpenSim::Delp1990Muscle_Deprecated::Delp1990Muscle_Deprecated(OpenSim::Delp1990Muscle_Deprecated const&) (in /home/astelma/miniconda3/envs/py3/lib/libosimActuators.so)
==35560== by 0x5F2B7F30: OpenSim::Delp1990Muscle_Deprecated::clone() const (in /home/astelma/miniconda3/envs/py3/lib/libosimActuators.so)
==35560== by 0x5BEF63F2: OpenSim::Object::registerType(OpenSim::Object const&) (in /home/astelma/miniconda3/envs/py3/lib/libosimCommon.so)
==35560== by 0x5F3324ED: RegisterTypes_osimActuators (in /home/astelma/miniconda3/envs/py3/lib/libosimActuators.so)
==35560== by 0x400F8A9: call_init.part.0 (dl-init.c:72)
==35560== by 0x400F9BA: call_init (dl-init.c:30)
==35560== by 0x400F9BA: _dl_init (dl-init.c:120)
==35560== by 0x4013F37: dl_open_worker (dl-open.c:575)
==35560== by 0x400F753: _dl_catch_error (dl-error.c:187)
==35560== by 0x40136E8: _dl_open (dl-open.c:660)
==35560== by 0x555DEE8: dlopen_doit (dlopen.c:66)
==35560==
==35560== 2,038 (680 direct, 1,358 indirect) bytes in 1 blocks are definitely lost in loss record 1,632 of 1,735
==35560== at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
==35560== by 0x5F2B0F11: OpenSim::Delp1990Muscle_Deprecated::setupProperties() (in /home/astelma/miniconda3/envs/py3/lib/libosimActuators.so)
==35560== by 0x5F2B1E64: OpenSim::Delp1990Muscle_Deprecated::Delp1990Muscle_Deprecated(OpenSim::Delp1990Muscle_Deprecated const&) (in /home/astelma/miniconda3/envs/py3/lib/libosimActuators.so)
==35560== by 0x5F2B7F30: OpenSim::Delp1990Muscle_Deprecated::clone() const (in /home/astelma/miniconda3/envs/py3/lib/libosimActuators.so)
==35560== by 0x5BEF63F2: OpenSim::Object::registerType(OpenSim::Object const&) (in /home/astelma/miniconda3/envs/py3/lib/libosimCommon.so)
==35560== by 0x5F3324ED: RegisterTypes_osimActuators (in /home/astelma/miniconda3/envs/py3/lib/libosimActuators.so)
==35560== by 0x400F8A9: call_init.part.0 (dl-init.c:72)
==35560== by 0x400F9BA: call_init (dl-init.c:30)
==35560== by 0x400F9BA: _dl_init (dl-init.c:120)
==35560== by 0x4013F37: dl_open_worker (dl-open.c:575)
==35560== by 0x400F753: _dl_catch_error (dl-error.c:187)
==35560== by 0x40136E8: _dl_open (dl-open.c:660)
==35560== by 0x555DEE8: dlopen_doit (dlopen.c:66)
==35560==
==35560== 2,038 (680 direct, 1,358 indirect) bytes in 1 blocks are definitely lost in loss record 1,633 of 1,735
==35560== at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
==35560== by 0x5F2B103B: OpenSim::Delp1990Muscle_Deprecated::setupProperties() (in /home/astelma/miniconda3/envs/py3/lib/libosimActuators.so)
==35560== by 0x5F2B1E64: OpenSim::Delp1990Muscle_Deprecated::Delp1990Muscle_Deprecated(OpenSim::Delp1990Muscle_Deprecated const&) (in /home/astelma/miniconda3/envs/py3/lib/libosimActuators.so)
==35560== by 0x5F2B7F30: OpenSim::Delp1990Muscle_Deprecated::clone() const (in /home/astelma/miniconda3/envs/py3/lib/libosimActuators.so)
==35560== by 0x5BEF63F2: OpenSim::Object::registerType(OpenSim::Object const&) (in /home/astelma/miniconda3/envs/py3/lib/libosimCommon.so)
==35560== by 0x5F3324ED: RegisterTypes_osimActuators (in /home/astelma/miniconda3/envs/py3/lib/libosimActuators.so)
==35560== by 0x400F8A9: call_init.part.0 (dl-init.c:72)
==35560== by 0x400F9BA: call_init (dl-init.c:30)
==35560== by 0x400F9BA: _dl_init (dl-init.c:120)
==35560== by 0x4013F37: dl_open_worker (dl-open.c:575)
==35560== by 0x400F753: _dl_catch_error (dl-error.c:187)
==35560== by 0x40136E8: _dl_open (dl-open.c:660)
==35560== by 0x555DEE8: dlopen_doit (dlopen.c:66)
==35560==
==35560== 2,689 bytes in 2 blocks are definitely lost in loss record 1,671 of 1,735
==35560== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==35560== by 0x4F0114C: _PyObject_Alloc (obmalloc.c:1427)
==35560== by 0x4EB4278: _PyBytes_FromSize (bytesobject.c:83)
==35560== by 0x4EB4339: PyBytes_FromStringAndSize (bytesobject.c:117)
==35560== by 0x62C3FDCA: arr_add_docstring (compiled_base.c:1415)
==35560== by 0x4EFB428: _PyCFunction_FastCallDict (methodobject.c:234)
==35560== by 0x4F80B8B: call_function (ceval.c:4809)
==35560== by 0x4F83D3F: _PyEval_EvalFrameDefault (ceval.c:3295)
==35560== by 0x4F7E513: _PyFunction_FastCall (ceval.c:4891)
==35560== by 0x4F80C87: fast_function (ceval.c:4926)
==35560== by 0x4F80C87: call_function (ceval.c:4830)
==35560== by 0x4F83D3F: _PyEval_EvalFrameDefault (ceval.c:3295)
==35560== by 0x4F7F0FF: _PyEval_EvalCodeWithName (ceval.c:4139)
==35560==
==35560== 3,024 bytes in 27 blocks are possibly lost in loss record 1,674 of 1,735
==35560== at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
==35560== by 0x83CEFF4: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560==
==35560== 3,076 (216 direct, 2,860 indirect) bytes in 1 blocks are definitely lost in loss record 1,676 of 1,735
==35560== at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
==35560== by 0x83CB1E4: SimTK::TiXmlElement::Clone() const (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83C2324: SimTK::Xml::Element::clone() const (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x5F968FCA: OpenSim::Model::updateFromXMLNode(SimTK::Xml::Element&, int) (in /home/astelma/miniconda3/envs/py3/lib/libosimSimulation.so)
==35560== by 0x5BEF0127: OpenSim::Object::updateFromXMLDocument() (in /home/astelma/miniconda3/envs/py3/lib/libosimCommon.so)
==35560== by 0x5F96DAC5: OpenSim::Model::Model(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (in /home/astelma/miniconda3/envs/py3/lib/libosimSimulation.so)
==35560== by 0x5E471EB6: _wrap_new_Model__SWIG_1 (in /home/astelma/miniconda3/envs/py3/lib/python3.6/site-packages/opensim/_simulation.so)
==35560== by 0x5E472228: _wrap_new_Model (in /home/astelma/miniconda3/envs/py3/lib/python3.6/site-packages/opensim/_simulation.so)
==35560== by 0x4EFB6A8: PyCFunction_Call (methodobject.c:114)
==35560== by 0x4F88581: do_call_core (ceval.c:5074)
==35560== by 0x4F88581: _PyEval_EvalFrameDefault (ceval.c:3377)
==35560== by 0x4F7F0FF: _PyEval_EvalCodeWithName (ceval.c:4139)
==35560== by 0x4F7F39B: _PyFunction_FastCallDict (ceval.c:5042)
==35560==
==35560== 3,318 (680 direct, 2,638 indirect) bytes in 1 blocks are definitely lost in loss record 1,677 of 1,735
==35560== at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
==35560== by 0x5F2B13D7: OpenSim::Delp1990Muscle_Deprecated::setupProperties() (in /home/astelma/miniconda3/envs/py3/lib/libosimActuators.so)
==35560== by 0x5F2B1E64: OpenSim::Delp1990Muscle_Deprecated::Delp1990Muscle_Deprecated(OpenSim::Delp1990Muscle_Deprecated const&) (in /home/astelma/miniconda3/envs/py3/lib/libosimActuators.so)
==35560== by 0x5F2B7F30: OpenSim::Delp1990Muscle_Deprecated::clone() const (in /home/astelma/miniconda3/envs/py3/lib/libosimActuators.so)
==35560== by 0x5BEF63F2: OpenSim::Object::registerType(OpenSim::Object const&) (in /home/astelma/miniconda3/envs/py3/lib/libosimCommon.so)
==35560== by 0x5F3324ED: RegisterTypes_osimActuators (in /home/astelma/miniconda3/envs/py3/lib/libosimActuators.so)
==35560== by 0x400F8A9: call_init.part.0 (dl-init.c:72)
==35560== by 0x400F9BA: call_init (dl-init.c:30)
==35560== by 0x400F9BA: _dl_init (dl-init.c:120)
==35560== by 0x4013F37: dl_open_worker (dl-open.c:575)
==35560== by 0x400F753: _dl_catch_error (dl-error.c:187)
==35560== by 0x40136E8: _dl_open (dl-open.c:660)
==35560== by 0x555DEE8: dlopen_doit (dlopen.c:66)
==35560==
==35560== 4,370 bytes in 50 blocks are possibly lost in loss record 1,684 of 1,735
==35560== at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
==35560== by 0x8989AE8: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_mutate(unsigned long, unsigned long, char const*, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22)
==35560== by 0x898B072: std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_append(char const*, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22)
==35560== by 0x83CD98D: SimTK::TiXmlComment::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560==
==35560== 4,680 bytes in 9 blocks are possibly lost in loss record 1,692 of 1,735
==35560== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==35560== by 0x4F0114C: _PyObject_Alloc (obmalloc.c:1427)
==35560== by 0x4FD0324: _PyObject_GC_Alloc (gcmodule.c:1714)
==35560== by 0x4FD04E1: _PyObject_GC_NewVar (gcmodule.c:1765)
==35560== by 0x4ED63DB: PyFrame_New (frameobject.c:665)
==35560== by 0x4F7E882: _PyEval_EvalCodeWithName (ceval.c:3902)
==35560== by 0x4F7F39B: _PyFunction_FastCallDict (ceval.c:5042)
==35560== by 0x4EA3CE5: _PyObject_FastCallDict (abstract.c:2295)
==35560== by 0x4EA3F3B: _PyObject_Call_Prepend (abstract.c:2358)
==35560== by 0x4EA3FD5: PyObject_Call (abstract.c:2246)
==35560== by 0x4F1CAD2: slot_tp_init (typeobject.c:6407)
==35560== by 0x4F122AB: type_call (typeobject.c:915)
==35560==
==35560== 5,200 bytes in 50 blocks are possibly lost in loss record 1,693 of 1,735
==35560== at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
==35560== by 0x83CD159: SimTK::TiXmlNode::Identify(char const*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0B7: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560==
==35560== 9,184 (3,136 direct, 6,048 indirect) bytes in 28 blocks are definitely lost in loss record 1,699 of 1,735
==35560== at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
==35560== by 0x83CEFF4: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560==
==35560== 10,584 bytes in 49 blocks are possibly lost in loss record 1,703 of 1,735
==35560== at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
==35560== by 0x83CD209: SimTK::TiXmlNode::Identify(char const*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0B7: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560==
==35560== 11,926 (208 direct, 11,718 indirect) bytes in 2 blocks are definitely lost in loss record 1,704 of 1,735
==35560== at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
==35560== by 0x83CD159: SimTK::TiXmlNode::Identify(char const*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0B7: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560==
==35560== 83,076 (19,872 direct, 63,204 indirect) bytes in 92 blocks are definitely lost in loss record 1,724 of 1,735
==35560== at 0x4C2C21F: operator new(unsigned long) (vg_replace_malloc.c:334)
==35560== by 0x83CD209: SimTK::TiXmlNode::Identify(char const*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0B7: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF0D5: SimTK::TiXmlElement::ReadValue(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560== by 0x83CF635: SimTK::TiXmlElement::Parse(char const*, SimTK::TiXmlParsingData*, SimTK::TiXmlEncoding) (in /home/astelma/miniconda3/envs/py3/lib/libSimTKcommon.so.3.6)
==35560==
==35560== 153,543 bytes in 81 blocks are possibly lost in loss record 1,728 of 1,735
==35560== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==35560== by 0x4F0114C: _PyObject_Alloc (obmalloc.c:1427)
==35560== by 0x4EB4278: _PyBytes_FromSize (bytesobject.c:83)
==35560== by 0x4EB4339: PyBytes_FromStringAndSize (bytesobject.c:117)
==35560== by 0x62C3FDCA: arr_add_docstring (compiled_base.c:1415)
==35560== by 0x4EFB428: _PyCFunction_FastCallDict (methodobject.c:234)
==35560== by 0x4F80B8B: call_function (ceval.c:4809)
==35560== by 0x4F83D3F: _PyEval_EvalFrameDefault (ceval.c:3295)
==35560== by 0x4F7E513: _PyFunction_FastCall (ceval.c:4891)
==35560== by 0x4F80C87: fast_function (ceval.c:4926)
==35560== by 0x4F80C87: call_function (ceval.c:4830)
==35560== by 0x4F83D3F: _PyEval_EvalFrameDefault (ceval.c:3295)
==35560== by 0x4F7F0FF: _PyEval_EvalCodeWithName (ceval.c:4139)
==35560==
==35560== 154,839 bytes in 81 blocks are definitely lost in loss record 1,729 of 1,735
==35560== at 0x4C2BBAF: malloc (vg_replace_malloc.c:299)
==35560== by 0x4F0114C: _PyObject_Alloc (obmalloc.c:1427)
==35560== by 0x4F27269: PyUnicode_New (unicodeobject.c:1281)
==35560== by 0x4F3025C: _PyUnicode_FromASCII (unicodeobject.c:2122)
==35560== by 0x4F4700C: do_argstrip (unicodeobject.c:12417)
==35560== by 0x4F4700C: unicode_strip (unicodeobject.c:12434)
==35560== by 0x4EFB428: _PyCFunction_FastCallDict (methodobject.c:234)
==35560== by 0x4F80B8B: call_function (ceval.c:4809)
==35560== by 0x4F83D3F: _PyEval_EvalFrameDefault (ceval.c:3295)
==35560== by 0x4F7E513: _PyFunction_FastCall (ceval.c:4891)
==35560== by 0x4F80C87: fast_function (ceval.c:4926)
==35560== by 0x4F80C87: call_function (ceval.c:4830)
==35560== by 0x4F83D3F: _PyEval_EvalFrameDefault (ceval.c:3295)
==35560== by 0x4F7F0FF: _PyEval_EvalCodeWithName (ceval.c:4139)
==35560==
==35560== LEAK SUMMARY:
==35560== definitely lost: 184,352 bytes in 222 blocks
==35560== indirectly lost: 89,902 bytes in 673 blocks
==35560== possibly lost: 188,326 bytes in 281 blocks
==35560== still reachable: 4,796,719 bytes in 6,641 blocks
==35560== of which reachable via heuristic:
==35560== multipleinheritance: 10,584 bytes in 49 blocks
==35560== suppressed: 0 bytes in 0 blocks
==35560== Reachable blocks (those to which a pointer was found) are not shown.
==35560== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==35560==
==35560== For counts of detected and suppressed errors, rerun with: -v
==35560== Use --track-origins=yes to see where uninitialised values come from
==35560== ERROR SUMMARY: 16942 errors from 252 contexts (suppressed: 0 from 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment