[vtkusers] Bug in XML Image IO?
Kevin H. Hobbs
hobbsk at ohiou.edu
Thu Jun 8 16:14:48 EDT 2006
The random numbers don't seem to make a difference except in the
compression ratio, so I took them out and used an image full of zeros. I
also tried other image sizes and numbers of streamed pieces and
reproduced the errors.
x y z pieces
10 10 10 1 // works
100 100 100 1 // works
100 100 100 2 // works
100 100 100 4 // works
100 100 100 8 // works
100 100 100 10 // produces errors reading extents
100 100 100 100 // produces a backtrace
200 200 200 1 // works
200 200 200 8 // works
200 200 200 10 // produces errors reading extents
200 200 200 100 // segfaults
-------------- next part --------------
A non-text attachment was scrubbed...
Name: huge_streamed_test.cxx
Type: text/x-c++src
Size: 2082 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060608/f2b0da4e/attachment.cxx>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060608/f2b0da4e/attachment.pgp>
More information about the vtkusers
mailing list