forwarded 346182 http://vtk.org/Bug/view.php?id=12776
thanks
I can reproduce this issue on my machine too:
Here is the full backtrace with vtk compiled in debug mode:
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff701ec32 in vtkPoints::GetPoint (this=0x7ffff7f63a98, id=0)
at /home/mathieu/Kitware/VTK/Common/vtkPoints.h:117
117 double *GetPoint(vtkIdType id) { return this->Data->GetTuple(id);};
(gdb) bt
#0 0x00007ffff701ec32 in vtkPoints::GetPoint (this=0x7ffff7f63a98,
id=0) at /home/mathieu/Kitware/VTK/Common/vtkPoints.h:117
#1 0x00007ffff719237d in vtkVRMLImporter::exitField (this=0x639240)
at /home/mathieu/Kitware/VTK/Hybrid/vtkVRMLImporter.cxx:6056
#2 0x00007ffff718ba94 in yyparse (self=0x639240) at
/home/mathieu/Kitware/VTK/Hybrid/vtkVRMLImporter.cxx:1358
#3 0x00007ffff718e8e3 in vtkVRMLImporter::ImportBegin (this=0x639240)
at /home/mathieu/Kitware/VTK/Hybrid/vtkVRMLImporter.cxx:5413
#4 0x00007ffff67e2625 in vtkImporter::Read (this=0x639240) at
/home/mathieu/Kitware/VTK/Rendering/vtkImporter.cxx:79
#5 0x0000000000400b6c in vtkImporter::Update (this=0x639240) at
/home/mathieu/Kitware/VTK/Rendering/vtkImporter.h:76
#6 0x0000000000400af7 in main (argc=2, argv=0x7fffffffe678) at /tmp/v/bla.cxx:8
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]