View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0007253ParaView(No Category)public2008-06-27 10:552008-06-30 19:59
ReporterRobert Maynard 
Assigned ToKen Moreland 
PrioritynormalSeveritycrashReproducibilityalways
StatusclosedResolutionfixed 
PlatformApple MacOSOS XOS Version10.4.10
Product Version 
Target VersionFixed in Version 
Summary0007253: vtkFileSeriesReader Crash
DescriptionI 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.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0012558)
Ken Moreland (manager)
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 (manager)
2008-06-30 19:59

Taking Ken's word for it...

 Issue History
Date Modified Username Field Change
2008-06-27 10:55 Robert Maynard New Issue
2008-06-27 11:22 Ken Moreland Status backlog => tabled
2008-06-27 11:22 Ken Moreland Assigned To => Ken Moreland
2008-06-27 11:22 Ken Moreland Status tabled => @80@
2008-06-27 11:22 Ken Moreland Resolution open => fixed
2008-06-27 11:22 Ken Moreland Note Added: 0012558
2008-06-30 19:59 Alan Scott Status @80@ => closed
2008-06-30 19:59 Alan Scott Note Added: 0012591
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team