[vtk-developers] [VTK 0013361]: Possible bug in VTK 5.10.0

Mantis Bug Tracker mantis at public.kitware.com
Wed Aug 15 08:36:23 EDT 2012


The following issue has been SUBMITTED. 
====================================================================== 
http://vtk.org/Bug/view.php?id=13361 
====================================================================== 
Reported By:                Boris
Assigned To:                
====================================================================== 
Project:                    VTK
Issue ID:                   13361
Category:                   (No Category)
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     backlog
Project:                    TBD 
Type:                       crash 
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             2012-08-15 08:36 EDT
Last Modified:              2012-08-15 08:36 EDT
====================================================================== 
Summary:                    Possible bug in VTK 5.10.0
Description: 
Hello, 

Line http://vtk.org/Bug/view.php?id=650 in src/IO/vtkXMLWriterC.cxx 
array->SetArray(cells, ncells*cellsSize, 1); 
looks suspicious as this function description states cellsSize to be the size of
cells 

In VTK 5.0.1 it looks more sensible:
Line http://vtk.org/Bug/view.php?id=622 the same file:
array->SetArray(cells, cellsSize, 1);
and works pretty well

thanks, boris
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-08-15 08:36 Boris          New Issue                                    
======================================================================




More information about the vtk-developers mailing list