View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010070VTK(No Category)public2009-12-18 19:322016-08-12 09:55
ReporterYoyi 
Assigned ToKitware Robot 
PrioritynormalSeveritycrashReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0010070: segmentation fault: vtkContourFilter
Descriptionthe 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
Additional InformationThe VTK version used correspond to the CVS 2009-12-03.
TagsNo tags attached.
Project
Type
Attached Files7z file icon it5.vtk.7z [^] (2,834,409 bytes) 2009-12-21 10:33

 Relationships

  Notes
(0018959)
Yoyi (reporter)
2009-12-21 10:19

is there any way to upload a 7MB file long?
(0018976)
Yoyi (reporter)
2009-12-22 10:38

itk5.vtk has being uploaded compressed with 7z
(0037130)
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
2009-12-18 19:32 Yoyi New Issue
2009-12-21 10:19 Yoyi Note Added: 0018959
2009-12-21 10:33 Yoyi File Added: it5.vtk.7z
2009-12-22 10:38 Yoyi Note Added: 0018976
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:55 Kitware Robot Note Added: 0037130
2016-08-12 09:55 Kitware Robot Status expired => closed
2016-08-12 09:55 Kitware Robot Resolution open => moved
2016-08-12 09:55 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team