MantisBT - ParaView
View Issue Details
0009143ParaViewBugpublic2009-06-11 19:372011-01-13 17:00
Alan Scott 
Utkarsh Ayachit 
highcrashalways
closedfixed 
 
3.6.2 
0009143: Showing a plot filter into a spreadsheet crashes ParaView.
* ParaView 3.6.0, 8 servers, Linux.
* Open g1s1-10fps.e.10.*. All variables, Apply.
* Integrate Variables. Notice that it brings up Point Data, but we want Cell Data (where the volume is).
* Select Attribute Cell Data. Highlight the row by clicking on it.
* Filter/ Data Analysis/ Plot Selection over Time. (Don't do anything else)
* Notice on the spreadsheet view that Attribute has changed back to Point Data. But, we want to plot cells! Select Attribute Cell Data once again. NOW, hit the Apply button.
* Now, highlight the spreadsheet view. Next, in the pipeline browser, select the plot selection over time filter, and turn it's eyeball on.

ParaView will never come back.
No tags attached.
Issue History
2009-06-11 19:37Alan ScottNew Issue
2009-07-20 09:33Utkarsh AyachitNote Added: 0016913
2009-07-20 09:33Utkarsh AyachitStatusbacklog => @80@
2009-07-20 09:33Utkarsh AyachitFixed in Version => 3.6.2
2009-07-20 09:33Utkarsh AyachitResolutionopen => fixed
2009-07-20 09:33Utkarsh AyachitAssigned To => Utkarsh Ayachit
2009-07-31 13:58Alan ScottNote Added: 0017040
2009-07-31 13:58Alan ScottStatus@80@ => closed
2011-01-13 17:00Source_changeset_attached => VTK master a2bd8391
2011-01-13 17:00Source_changeset_attached => VTK master 020ef709

Notes
(0016913)
Utkarsh Ayachit   
2009-07-20 09:33   
vtkPExtractArraysOverTime was breaking the First Law of
Composite Datasets: All processes must have the same structure. This was
resulting in deadlocks when streaming the data for viewing by the spreadsheet
view. Fixed that.

/cvsroot/ParaView3/ParaView3/VTK/Parallel/vtkPExtractArraysOverTime.cxx,v <-- ./VTK/Parallel/vtkPExtractArraysOverTime.cxx
new revision: 1.10; previous revision: 1.9
/cvsroot/ParaView3/ParaView3/VTK/Parallel/vtkPExtractArraysOverTime.h,v <-- ./VTK/Parallel/vtkPExtractArraysOverTime.h
new revision: 1.5; previous revision: 1.4

3.6 Branch Commit------------------------------------
/cvsroot/ParaView3/ParaView3/VTK/Parallel/vtkPExtractArraysOverTime.cxx,v <-- VTK/Parallel/vtkPExtractArraysOverTime.cxx
new revision: 1.9.2.1; previous revision: 1.9
/cvsroot/ParaView3/ParaView3/VTK/Parallel/vtkPExtractArraysOverTime.h,v <-- VTK/Parallel/vtkPExtractArraysOverTime.h
new revision: 1.4.2.1; previous revision: 1.4
(0017040)
Alan Scott   
2009-07-31 13:58   
Tested remote server.