|
Notes |
|
|
(0013618)
|
|
zippy
|
2008-09-29 18:42
(edited on: 2008-10-02 20:38) |
|
reader with: DebugOn():
Debug: In /var/tmp/portage/sci-libs/vtk-5.2.0/work/VTK/IO/vtkImageReader2.h, line 93
vtkTIFFReader (0x861320): vtkTIFFReader (0x861320): setting NumberOfScalarComponents to 1
Debug: In /var/tmp/portage/sci-libs/vtk-5.2.0/work/VTK/Filtering/vtkAlgorithm.h, line 150
vtkTIFFReader (0x861320): vtkTIFFReader (0x861320): setting AbortExecute to 0
Debug: In /var/tmp/portage/sci-libs/vtk-5.2.0/work/VTK/IO/vtkImageReader2.h, line 89
vtkTIFFReader (0x861320): vtkTIFFReader (0x861320): returning DataScalarType of 5
Debug: In /var/tmp/portage/sci-libs/vtk-5.2.0/work/VTK/IO/vtkImageReader2.h, line 89
vtkTIFFReader (0x861320): vtkTIFFReader (0x861320): returning DataScalarType of 5
Debug: In /var/tmp/portage/sci-libs/vtk-5.2.0/work/VTK/IO/vtkImageReader2.h, line 89
vtkTIFFReader (0x861320): vtkTIFFReader (0x861320): returning DataScalarType of 5
Debug: In /var/tmp/portage/sci-libs/vtk-5.2.0/work/VTK/IO/vtkImageReader2.h, line 89
vtkTIFFReader (0x861320): vtkTIFFReader (0x861320): returning DataScalarType of 5
Segmentation fault
|
|
|
|
(0013922)
|
|
zippy
|
|
2008-10-23 17:00
|
|
|
|
|
(0032237)
|
|
Richard Whitehead
|
|
2014-01-30 05:49
|
|
Still present in VTK 6.0.0.
Possible patch (works for my case): in vtkTIFFReader::ReadVolume and vtkTIFFReader::ReadTiles, add a second parameter "int* outExtent".
In these calls, add a line:
this->OutputExtent = outExtent;
Where called from vtkTIFFReaderUpdate, pass the outExtent local variable as this second parameter. |
|
|
|
(0037022)
|
|
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. |
|