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. |
|