View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005018VTK(No Category)public2007-05-11 12:592008-02-14 10:01
Reportermahall 
Assigned ToDave DeMarle 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionduplicate 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0005018: Crash in vtkArrayCalculator::AddScalarArrayName
DescriptionUpon adding a second scalar array name, the method causes a segfault:
The offending lines are in the first loop:
...
this->ScalarArrayNames[i] = NULL;
varNames[i] = new char[strlen(this->ScalarArrayNames[i]) + 1];

I think you meant to use "ScalarVariableNames" in the line above.

This same code also appears in the source for 5.0.3, but I haven't tested that
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0010475)
Dave DeMarle (administrator)
2008-02-13 11:21

duplicate of bug 4603, and fixed.

 Issue History
Date Modified Username Field Change
2008-02-06 10:03 Jeff Baumes Assigned To Will Schroeder => Dave DeMarle
2008-02-13 11:21 Dave DeMarle Note Added: 0010475
2008-02-13 11:21 Dave DeMarle Status tabled => @80@
2008-02-13 11:21 Dave DeMarle Resolution open => duplicate
2008-02-14 10:01 Dave DeMarle Status @80@ => closed
2011-06-16 13:11 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team