MantisBT - ParaView
View Issue Details
0013817ParaView(No Category)public2013-01-23 15:262015-01-11 08:28
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
git-master 
3.98.1 
SDAV
13817_fix_memory_issues
incorrect functionality
0013817: Segfaults/Hangs when rendering streamlines with translucent surfaces in parallel
Load the attached state (with included data file) on a ParaView connected to a pvserver with 2 processes. Once the state is loaded (ensure remote rendering), change the opacity for the ....vtu file source to anything less than 1. You'll either get segfaults on hangs.
No tags attached.
? trans-test-01.pvsm (133,044) 2013-01-23 15:28
https://www.vtk.org/Bug/file/9385/trans-test-01.pvsm
? velocity_test_01.vtu (227,177) 2013-01-23 15:28
https://www.vtk.org/Bug/file/9386/velocity_test_01.vtu
Issue History
2013-01-23 15:26Utkarsh AyachitNew Issue
2013-01-23 15:28Utkarsh AyachitFile Added: trans-test-01.pvsm
2013-01-23 15:28Utkarsh AyachitFile Added: velocity_test_01.vtu
2013-01-23 15:31Utkarsh AyachitTopic Name => 13817_fix_memory_issues
2013-01-23 15:31Utkarsh AyachitNote Added: 0030234
2013-01-23 15:31Utkarsh AyachitStatusbacklog => gatekeeper review
2013-01-23 15:31Utkarsh AyachitFixed in Version => git-next
2013-01-23 15:31Utkarsh AyachitResolutionopen => fixed
2013-01-23 15:31Utkarsh AyachitAssigned To => Utkarsh Ayachit
2013-01-26 10:27Utkarsh AyachitFixed in Versiongit-next => git-master
2013-01-26 10:27Utkarsh AyachitStatusgatekeeper review => customer review
2013-01-26 10:27Utkarsh AyachitNote Added: 0030259
2013-01-30 10:40Utkarsh AyachitFixed in Versiongit-master => 3.98.1
2013-02-11 16:02Utkarsh AyachitStatuscustomer review => closed
2015-01-11 08:28Utkarsh AyachitSource_changeset_attached => ParaView master ae94b67c
2015-01-11 08:28Utkarsh AyachitSource_changeset_attached => ParaView master 2708997f

Notes
(0030234)
Utkarsh Ayachit   
2013-01-23 15:31   
commit 19532d37584d18d133b99c0467d0456a640e02de
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri Jan 18 15:02:54 2013 -0500

    BUG 13817: Fix issues when num-pts in > VTK_CELL_SIZE.
    
    When vtkBoxClipDataSet was applied to dataset with cells have large number of
    points per cell, e.g. output of a streamline filter, it would end up corrupting
    memory. Changing the code to ensure temporary arrays created to collect the
    points in a cell are large enogh, no matter the number of points in the cell.
    
    Change-Id: Idd6b542f9f2d6544ea94d14a973da431f03db6ee
(0030259)
Utkarsh Ayachit   
2013-01-26 10:27   
SUMMARY
---------------------------------------------
Topics merged into master:
        0013365-huge-state-file
(VTK) 0013470-CTH-AMR-OutlineFilter
        13311_fix_time_marker
        13784_cleanup_chart_settings_dialog
        13799_comparative_view_fixes
        13811_fix_3Dwidgets
(VTK) 13817_fix_memory_issues
        13818_fix_plot_min_max
(VTK) 13821_fix_leaks_on_exit
        13824_fix_calculator
        PvxFullScreenBorders
        vr-fixInteractors
        vr-missingIncludes