MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013361 | VTK | (No Category) | public | 2012-08-15 08:36 | 2013-12-16 13:33 |
Reporter | Boris | ||||
Assigned To | Dave DeMarle | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | no change required | ||
Platform | OS | OS Version | |||
Product Version | 5.10.0 | ||||
Target Version | Fixed in Version | ||||
Project | TBD | ||||
Type | crash | ||||
Summary | 0013361: Possible bug in vtkXMLWriterC.cxx | ||||
Description | Hello, Line #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 #622 the same file: array->SetArray(cells, cellsSize, 1); and works pretty well thanks, boris | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-08-15 08:36 | Boris | New Issue | |||
2013-06-24 21:46 | Dave DeMarle | Note Added: 0031033 | |||
2013-07-22 21:10 | Dave DeMarle | Product Version | => 5.10.0 | ||
2013-07-22 21:10 | Dave DeMarle | Summary | Possible bug in VTK 5.10.0 => Possible bug in vtkXMLWriterC.cxx | ||
2013-12-16 13:33 | Dave DeMarle | Status | backlog => closed | ||
2013-12-16 13:33 | Dave DeMarle | Assigned To | => Dave DeMarle | ||
2013-12-16 13:33 | Dave DeMarle | Resolution | open => no change required |
Notes | |||||
|
|||||
|
|