MantisBT - VTK
View Issue Details
0012776VTK(No Category)public2011-12-08 04:192016-08-12 09:55
Mathieu Malaterre 
Dave DeMarle 
highminorhave not tried
closedmoved 
 
 
TBD
crash
0012776: Crashes when importing VRML file (containing PROTO)
VTK is crashing on the attached VRML file:


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

Python code is:

>>> import vtk
>>> reader = vtk.vtkVRMLImporter()
>>> reader.SetFileName('mayavi-crash.wrl')
>>> reader.Update()

No tags attached.
? mayavi-crash.wrl (282) 2011-12-08 04:19
https://www.vtk.org/Bug/file/9083/mayavi-crash.wrl
Issue History
2011-12-08 04:19Mathieu MalaterreNew Issue
2011-12-08 04:19Mathieu MalaterreFile Added: mayavi-crash.wrl
2013-07-22 12:43Dave DeMarleNote Added: 0031152
2013-07-22 12:43Dave DeMarleStatusbacklog => expired
2013-07-22 12:43Dave DeMarleResolutionopen => fixed
2013-07-22 12:43Dave DeMarleAssigned To => Dave DeMarle
2016-05-07 09:06Drew ParsonsNote Added: 0035937
2016-08-12 09:55Kitware RobotNote Added: 0037258
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionfixed => moved

Notes
(0031152)
Dave DeMarle   
2013-07-22 12:43   
feel free to reopen if you find this is not working in 6.0.0
(0035937)
Drew Parsons   
2016-05-07 09:06   
This bug is still present in VTK 6.2.0.
(0037258)
Kitware Robot   
2016-08-12 09:55   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.