MantisBT - ParaView
View Issue Details
0007253ParaView(No Category)public2008-06-27 10:552008-06-30 19:59
Robert Maynard 
Ken Moreland 
normalcrashalways
closedfixed 
Apple MacOS X10.4.10
 
 
0007253: vtkFileSeriesReader Crash
I have been able to crash vtkFileSeriesReader, inside of of RequestUpdateExtent. I have a Multiblock dataset, which allows the user to select what blocks they want to load. If the user selects the non default choice, and than animates ParaView crashes. Commenting out the code block:


  if(outInfo->Has(vtkStreamingDemandDrivenPipeline::UPDATE_TIME_STEPS()))
    {
    vtkstd::vector<double> times
      = this->Internal->TimeRanges->GetTimesForInput(index, outInfo);
    //outInfo->Set(vtkStreamingDemandDrivenPipeline::UPDATE_TIME_STEPS(),
     // &times[0], times.size());
    }

Seems to fix the problem.
No tags attached.
Issue History
2008-06-27 10:55Robert MaynardNew Issue
2008-06-27 11:22Ken MorelandStatusbacklog => tabled
2008-06-27 11:22Ken MorelandAssigned To => Ken Moreland
2008-06-27 11:22Ken MorelandStatustabled => @80@
2008-06-27 11:22Ken MorelandResolutionopen => fixed
2008-06-27 11:22Ken MorelandNote Added: 0012558
2008-06-30 19:59Alan ScottStatus@80@ => closed
2008-06-30 19:59Alan ScottNote Added: 0012591
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0012558)
Ken Moreland   
2008-06-27 11:22   
I commented out the offending code, which does not seem to be necessary anyway.

/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkFileSeriesReader.cxx,v <-- vtkFileSeriesReader.cxx
new revision: 1.11; previous revision: 1.10
(0012591)
Alan Scott   
2008-06-30 19:59   
Taking Ken's word for it...