MantisBT - ParaView
View Issue Details
0015644ParaView(No Category)public2015-08-13 12:462015-12-15 19:52
Andy Bauer 
David C. Lonie 
normalminorhave not tried
closedfixed 
git-master 
5.0 
ERDC
crash
0015644: cannot do mulitple Extract Subset filters in parallel
Steps to reproduce:
1) start pvserver with 4 processes
2) start the client gui and connect
3) create a wavelet source
4) create an Extract Subset filter with VOI [-8, 10, -10, 10, -10, 10]
5) create a second Extract Subset filter with VOI [-6, -3, 4, 10, -10, -2]

In the information tab it now lists RTData as a partial array.

Trying to create a Process Id Scalars filter now will cause PV to crash.
No tags attached.
Issue History
2015-08-13 12:46Andy BauerNew Issue
2015-08-13 12:46Andy BauerAssigned To => Berk Geveci
2015-09-11 10:09Andy BauerProjectTBD => ERDC
2015-09-11 10:09Andy BauerAssigned ToBerk Geveci => David C. Lonie
2015-09-28 08:57David C. LonieStatusbacklog => active development
2015-09-28 08:57David C. LonieNote Added: 0035244
2015-09-28 08:57David C. LonieStatusactive development => gatekeeper review
2015-09-28 08:57David C. LonieResolutionopen => fixed
2015-09-28 10:12Andy BauerNote Added: 0035245
2015-10-02 10:30Andy BauerNote Added: 0035255
2015-10-06 12:47David C. LonieNote Added: 0035266
2015-12-11 15:00Utkarsh AyachitStatusgatekeeper review => customer review
2015-12-11 15:00Utkarsh AyachitFixed in Version => 5.0
2015-12-15 19:52Alan ScottNote Added: 0035561
2015-12-15 19:52Alan ScottStatuscustomer review => closed

Notes
(0035244)
David C. Lonie   
2015-09-28 08:57   
https://gitlab.kitware.com/vtk/vtk/merge_requests/690 [^]
(0035245)
Andy Bauer   
2015-09-28 10:12   
This still shows that the RTData is a partial array. I suppose this is probably because process 0 doesn't have any points or cells though.
(0035255)
Andy Bauer   
2015-10-02 10:30   
Do you think similar changes need to be made to vtkStructuredGrid::Crop() and vtkRectilinearGrid::Crop() ?
(0035266)
David C. Lonie   
2015-10-06 12:47   
Yes...yes it should...


Here ya go https://gitlab.kitware.com/vtk/vtk/merge_requests/732 [^]
(0035561)
Alan Scott   
2015-12-15 19:52   
Good test example. Thanks.

Tested Linux, remote server, 5.0.0-RC2