Runtime Crash with VTK?
soulslicer opened this issue · 0 comments
soulslicer commented
*** Error in `./ShapePrior': free(): invalid next size (normal): 0x0000000002263c70 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7f6ce6f587e5]
/lib/x86_64-linux-gnu/libc.so.6(+0x8037a)[0x7f6ce6f6137a]
/lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7f6ce6f6553c]
/opt/VTK-7.0.0/lib/libvtkCommonCore-7.0.so.1(+0x224ccc)[0x7f6ce7a67ccc]
/opt/VTK-7.0.0/lib/libvtkCommonCore-7.0.so.1(_ZN19vtkGarbageCollector7CollectEP13vtkObjectBase+0x3d)[0x7f6ce7a68efd]
/usr/lib/x86_64-linux-gnu/libvtkRenderingOpenGL-6.2.so.6.2(_ZN10vtkPainterC1Ev+0xcc)[0x7f6ce2d2ed6c]
/usr/lib/x86_64-linux-gnu/libvtkRenderingOpenGL-6.2.so.6.2(_ZN17vtkDefaultPainterC2Ev+0xe)[0x7f6ce2c5e3de]
/usr/lib/x86_64-linux-gnu/libvtkRenderingOpenGL-6.2.so.6.2(_ZN17vtkDefaultPainter3NewEv+0x1b)[0x7f6ce2c5e55b]
/usr/lib/x86_64-linux-gnu/libvtkRenderingOpenGL-6.2.so.6.2(_ZN24vtkPainterPolyDataMapperC2Ev+0x6c)[0x7f6ce2d309dc]
/usr/lib/x86_64-linux-gnu/libvtkRenderingOpenGL-6.2.so.6.2(_ZN24vtkPainterPolyDataMapper3NewEv+0x1b)[0x7f6ce2d30a9b]
/opt/VTK-7.0.0/lib/libvtkCommonCore-7.0.so.1(_ZN16vtkObjectFactory14CreateInstanceEPKc+0xc3)[0x7f6ce7abe813]
/opt/VTK-7.0.0/lib/libvtkRenderingCore-7.0.so.1(_ZN17vtkPolyDataMapper3NewEv+0x22)[0x7f6ce5a5de42]
/opt/VTK-7.0.0/lib/libvtkRenderingCore-7.0.so.1(_ZN18vtkInteractorStyleC1Ev+0xaa)[0x7f6ce5aab9ba]
/opt/VTK-7.0.0/lib/libvtkInteractionStyle-7.0.so.1(_ZN31vtkInteractorStyleJoystickActorC1Ev+0xe)[0x7f6ce824078e]
/opt/VTK-7.0.0/lib/libvtkInteractionStyle-7.0.so.1(_ZN31vtkInteractorStyleJoystickActor3NewEv+0x1b)[0x7f6ce824085b]
/opt/VTK-7.0.0/lib/libvtkInteractionStyle-7.0.so.1(_ZN24vtkInteractorStyleSwitchC1Ev+0x21)[0x7f6ce8252741]
/opt/VTK-7.0.0/lib/libvtkInteractionStyle-7.0.so.1(_ZN24vtkInteractorStyleSwitch3NewEv+0x1b)[0x7f6ce82527db]
/opt/VTK-7.0.0/lib/libvtkCommonCore-7.0.so.1(_ZN16vtkObjectFactory14CreateInstanceEPKc+0xc3)[0x7f6ce7abe813]
/opt/VTK-7.0.0/lib/libvtkRenderingCore-7.0.so.1(_ZN28vtkInteractorStyleSwitchBase3NewEv+0x12)[0x7f6ce5aaf382]
/opt/VTK-7.0.0/lib/libvtkRenderingCore-7.0.so.1(_ZN25vtkRenderWindowInteractorC2Ev+0x31)[0x7f6ce5a7a611]
/opt/VTK-7.0.0/lib/libvtkRenderingOpenGL2-7.0.so.1(_ZN26vtkXRenderWindowInteractorC2Ev+0xe)[0x7f6ce7fcea6e]
/opt/VTK-7.0.0/lib/libvtkRenderingOpenGL2-7.0.so.1(_ZN26vtkXRenderWindowInteractor3NewEv+0x1b)[0x7f6ce7fceb3b]
/opt/VTK-7.0.0/lib/libvtkCommonCore-7.0.so.1(_ZN16vtkObjectFactory14CreateInstanceEPKc+0xc3)[0x7f6ce7abe813]
/opt/VTK-7.0.0/lib/libvtkRenderingCore-7.0.so.1(_ZN25vtkRenderWindowInteractor3NewEv+0x12)[0x7f6ce5a7a862]
/home/raaj/ShapePriors_GCPR16/external/viz/lib/libVIZ.so.0.0.1(_ZN3viz13VisualizationC1Eiiib+0x232)[0x7f6ce8d95562]
./ShapePrior(main+0x332)[0x4324c5]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f6ce6f01830]
./ShapePrior(_start+0x29)[0x432029]
Unfortunately, it crashes with this error. It seems to have mixed different versions of VTK for me? Currently, I require VTK due to ROS. Is there a way that VTK 7 can be installed and linked correctly?