View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003690VTK(No Category)public2006-09-01 06:462011-01-13 17:00
Reporterwenwu yang 
Assigned ToMathieu Malaterre 
PriorityurgentSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003690: An error in function: vtkFieldData::AllocateArrays(int nSize)
DescriptionThe error can be produced by the follwing codes:
{
 vtkFieldData *pFieldData = vtkFieldData::New();
 pFieldData->AllocateArrays(10);
 pFieldData->AllocateArrays(5);
 ....
}
Because in the function AllocateArrays(5), the null pointers will be used to invoke function.
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0004861)
Mathieu Malaterre (developer)
2006-09-05 19:23

Fixed in VTK5 and VTK CVS. Thanks for report.
$ cvs ci -m"BUG: Fix Bug 0003690 - An error in function: vtkFieldData::AllocateArrays(int nSize)"
/cvsroot/ParaView/ParaView/VTK/Filtering/vtkFieldData.cxx,v <-- vtkFieldData.cxx
new revision: 1.2.6.2; previous revision: 1.2.6.1

$ cvs ci -m"BUG: Fix Bug 0003690 - An error in function: vtkFieldData::AllocateArrays(int nSize)"
/cvsroot/VTK/VTK/Filtering/vtkFieldData.cxx,v <-- vtkFieldData.cxx
new revision: 1.7; previous revision: 1.6

 Issue History
Date Modified Username Field Change
2011-01-13 17:00 Source_changeset_attached => VTK master a2bd8391
2011-01-13 17:00 Source_changeset_attached => VTK master 020ef709
2011-06-16 13:11 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team