MantisBT - ParaView
View Issue Details
0006003ParaView(No Category)public2007-11-04 06:172009-05-13 13:59
Martin Kuettler 
Berk Geveci 
normalcrashalways
closedunable to reproduce 
 
3.43.4 
0006003: crash when applying the 'Plot Point over Time' filter
Whenever I use this filter Paraview quits with a Segmentation fault. Since I have no other datafiles I have only tried this with Ensight Gold files.

The problem is in the file VTK/Graphics/vtkExtractArraysOverTime.cxx in line 847 or 853, depending on which of the blocks is executed. The expression input->GetInformation()->Get(vtkDataObject::DATA_TIME_STEPS()) evaluates to 0 but is used as a pointer.
Unlike some other Readers the vtkEnSightReader does not set a value for vtkDataObject::DATA_TIME_STEPS() in its output, but adding the corresponding line to VTK/IO/vtkEnSightReader.cxx did not solve the problem.
No tags attached.
Issue History
2007-11-04 06:17Martin KuettlerNew Issue
2008-04-08 11:45Ken MorelandStatusbacklog => tabled
2008-04-08 11:45Ken MorelandAssigned To => Berk Geveci
2008-04-08 11:45Ken MorelandCategory => 3.4
2008-08-13 11:56Berk GeveciNote Added: 0013001
2008-08-13 11:56Berk GeveciStatustabled => @20@
2008-08-14 13:49Ken MorelandStatus@20@ => @80@
2008-08-14 13:49Ken MorelandResolutionopen => unable to reproduce
2008-08-14 13:49Ken MorelandNote Added: 0013015
2008-08-14 16:54Alan ScottStatus@80@ => closed
2008-08-14 16:54Alan ScottNote Added: 0013026
2009-05-13 13:58Utkarsh AyachitTarget Version => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0013001)
Berk Geveci   
2008-08-13 11:56   
I cannot reproduce this with cvs paraview and the ensight gold files I have. Note that the filter is now "Plot selection over time". If this bug is still valid, please provide example dataset.
(0013015)
Ken Moreland   
2008-08-14 13:49   
This filter has changed a lot since this bug was reported. The problem seems to have resolved itself.
(0013026)
Alan Scott   
2008-08-14 16:54   
Tested client/server, single and multiple cells and points. Seems fixed to me.