opensim-core: exit code 139 (interrupted by signal 11: SIGSEGV) python

Hi Chris, Unfortunately, I could do scaling in the python API because I’ve got some errors setting the markers of a model. A piece of the code where the error is presented is shown below:

scalesetup = motionHenryDir+"/Henryscaledef.xml"
Newmarkers = osim.MarkerSet(model,markerspath)
mystate = model.initSystem()
model.replaceMarkerSet(mystate,Newmarkers)

And I got the error of the title. So, I don’t know if something in the API is not working well or If I’m doing something wrong.

Thanks and regards.

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 18 (11 by maintainers)

Most upvoted comments

Please provide a minimal working example. If it helps, this test demonstrates using the InverseKinematicsTool in C++.

Or, in this case, a minimal failing example. 😆