View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012776VTK(No Category)public2011-12-08 04:192016-08-12 09:55
ReporterMathieu Malaterre 
Assigned ToDave DeMarle 
PriorityhighSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0012776: Crashes when importing VRML file (containing PROTO)
DescriptionVTK 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()

TagsNo tags attached.
ProjectTBD
Typecrash
Attached Files? file icon mayavi-crash.wrl [^] (282 bytes) 2011-12-08 04:19

 Relationships

  Notes
(0031152)
Dave DeMarle (administrator)
2013-07-22 12:43

feel free to reopen if you find this is not working in 6.0.0
(0035937)
Drew Parsons (reporter)
2016-05-07 09:06

This bug is still present in VTK 6.2.0.
(0037258)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2011-12-08 04:19 Mathieu Malaterre New Issue
2011-12-08 04:19 Mathieu Malaterre File Added: mayavi-crash.wrl
2013-07-22 12:43 Dave DeMarle Note Added: 0031152
2013-07-22 12:43 Dave DeMarle Status backlog => expired
2013-07-22 12:43 Dave DeMarle Resolution open => fixed
2013-07-22 12:43 Dave DeMarle Assigned To => Dave DeMarle
2016-05-07 09:06 Drew Parsons Note Added: 0035937
2016-08-12 09:55 Kitware Robot Note Added: 0037258
2016-08-12 09:55 Kitware Robot Status expired => closed
2016-08-12 09:55 Kitware Robot Resolution fixed => moved


Copyright © 2000 - 2018 MantisBT Team