MantisBT - VTK
View Issue Details
0010070VTK(No Category)public2009-12-18 19:322016-08-12 09:55
Yoyi 
Kitware Robot 
normalcrashalways
closedmoved 
 
 
0010070: segmentation fault: vtkContourFilter
the following script with the attached data fails with seg. fault. If the vector data is removed then it runs ok. The script is:

package require vtk

vtkStructuredPointsReader reader
    reader SetFileName "it5.vtk"
vtkContourFilter iso
    iso SetInput [reader GetOutput]
    iso SetValue 0 128
iso Update
The VTK version used correspond to the CVS 2009-12-03.
No tags attached.
7z it5.vtk.7z (2,834,409) 2009-12-21 10:33
https://www.vtk.org/Bug/file/7737/it5.vtk.7z
Issue History
2009-12-18 19:32YoyiNew Issue
2009-12-21 10:19YoyiNote Added: 0018959
2009-12-21 10:33YoyiFile Added: it5.vtk.7z
2009-12-22 10:38YoyiNote Added: 0018976
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:55Kitware RobotNote Added: 0037130
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved
2016-08-12 09:55Kitware RobotAssigned To => Kitware Robot

Notes
(0018959)
Yoyi   
2009-12-21 10:19   
is there any way to upload a 7MB file long?
(0018976)
Yoyi   
2009-12-22 10:38   
itk5.vtk has being uploaded compressed with 7z
(0037130)
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.