MantisBT - ParaView
View Issue Details
0015022ParaView(No Category)public2014-10-01 06:442015-06-04 21:16
Jean M. Favre 
David C. Lonie 
normalminorhave not tried
closedfixed 
4.2 
4.3 
TBD
15022_fix_extract_subset
incorrect functionality
0015022: ExtractSubset broken in parallel
read a partitioned structured grid with 2 pvserver processes:

ExtractSubset will return some bogus (infinite numbers) coordinates and the data is not visible.

brickpvtr = XMLPartitionedRectilinearGridReader(FileName=['/tmp/brick.pvtr'])
brickpvtrDisplay = Show(brickpvtr)

extractSubset1 = ExtractSubset(Input=brickpvtr)
extractSubset1.VOI = [0, 13, 0, 7, 0, 3]

extractSubset1Display = Show(extractSubset1)
No tags attached.
tar bricks.tar (10,240) 2014-10-01 06:44
https://www.vtk.org/Bug/file/9732/bricks.tar
? rectGrid_par41.py (2,289) 2014-12-01 03:22
https://www.vtk.org/Bug/file/9776/rectGrid_par41.py
Issue History
2014-10-01 06:44Jean M. FavreNew Issue
2014-10-01 06:44Jean M. FavreFile Added: bricks.tar
2014-11-20 09:14Utkarsh AyachitAssigned To => David C. Lonie
2014-12-01 03:22Jean M. FavreFile Added: rectGrid_par41.py
2014-12-01 03:26Jean M. FavreNote Added: 0033865
2014-12-08 12:11David C. LonieStatusbacklog => active development
2014-12-12 15:26David C. LonieNote Added: 0033946
2014-12-18 11:50David C. LonieNote Added: 0033985
2014-12-24 09:15Utkarsh AyachitTopic Name => 15022_fix_extract_subset
2014-12-24 09:15Utkarsh AyachitNote Added: 0034013
2014-12-24 09:15Utkarsh AyachitStatusactive development => gatekeeper review
2014-12-24 09:15Utkarsh AyachitFixed in Version => git-master
2014-12-24 09:15Utkarsh AyachitResolutionopen => fixed
2015-01-02 10:43Utkarsh AyachitFixed in Versiongit-master => 4.3
2015-01-08 08:01Utkarsh AyachitFixed in Version4.3 => git-master
2015-01-08 08:01Utkarsh AyachitStatusgatekeeper review => customer review
2015-01-08 08:01Utkarsh AyachitNote Added: 0034023
2015-01-11 09:25Utkarsh AyachitFixed in Versiongit-master => 4.3
2015-06-04 21:16Alan ScottNote Added: 0034509
2015-06-04 21:16Alan ScottStatuscustomer review => closed

Notes
(0033865)
Jean M. Favre   
2014-12-01 03:26   
I submitted a new python test. I start paraview, get a parallel server. get a python shell, runscript, load file rectGrid_par41.py, and Extract a Subset.

Works well in 4.1, does not work in 4.2. It crashes the server, or dumps the following errors:

*** Error in `/home/local/apps/PV/4.2/lib/paraview-4.2/pvserver': free(): invalid next size (fast): 0x00000000040b3c70 ***
*** Error in `/home/local/apps/PV/4.2/lib/paraview-4.2/pvserver': corrupted double-linked list: 0x00000000040b3c60 **
Jean Favre
(0033946)
David C. Lonie   
2014-12-12 15:26   
Just to update -- this branch fixes the issue from the VTK side of things:

http://review.source.kitware.com/#/t/5152/ [^]

Once that's merged into VTK's master branch, I'll enable the parallel filters in ParaView and push this issue to gatekeeper review.
(0033985)
David C. Lonie   
2014-12-18 11:50   
I've pushed the branch 15022_fix_extract_subset to stage, which brings in the VTK fixes and updates ParaView to use the proper filters.

This can't be merged until the VTK topic goes in, but I wanted to leave this fix ready-to-go in case we decide to release ParaView before I return from vacation.
(0034013)
Utkarsh Ayachit   
2014-12-24 09:15   
commit b5af90e3b3d499661b8da2237073fa0730eff6bc
Author: David C. Lonie <david.lonie@kitware.com>
Date: Thu Dec 18 11:46:02 2014 -0500

    Use the parallel extract VOI filters in the metafilter.

    Change-Id: If3f6463ca50d5a5bf137009780f376c0fd74577e

commit f49a508bc47dc8ff292bd4317513ecbfa030c42a
Author: David C. Lonie <david.lonie@kitware.com>
Date: Thu Dec 18 11:45:25 2014 -0500

    Bump VTK for extent fixes.

    Change-Id: Ieb5c5d8060ca9aee2a15bf599ff0ce5d96835fca
(0034023)
Utkarsh Ayachit   
2015-01-08 08:01   
Topics merged into master (v4.3.0-RC1-28-gca67a44):
(VTK) 15022_fix_extract_subset
(VTK) adios-update
        cgns_plugin_fixes
        pv-interactor-auto-render-optional
(VTK) python-calc-15125
        render_on_settings_change
        return-codes-for-help-and-version
        server_without_mpi
(VTK) update-vtk-20150106
(0034509)
Alan Scott   
2015-06-04 21:16   
Old bug in customer review. Closing.