MantisBT - ParaView
View Issue Details
0008334ParaViewBugpublic2008-12-29 15:432011-03-21 21:51
Berk Geveci 
Utkarsh Ayachit 
lowminorhave not tried
closedno change required 
 
3.8 
0008334: ParaView crashes with cell data + triangle strips
To reproduce this bug, make sure to turn on triangle strips.

(1) Open the vtk file.
(2) Change "Outline" to "Surface".
(3) Drag the object. Then I get the error message.
(4) Change "Solid Color" to "dens", which is a scalar data. Then
paraview suddenly crashes.
No tags attached.
has duplicate 0008300closed Utkarsh Ayachit Crash during surface rendering of 3D vtkImageData datasets containing fields on cell. 
? trianglestripbug.vtk (718,527) 2008-12-29 15:43
https://www.vtk.org/Bug/file/6950/trianglestripbug.vtk
Issue History
2008-12-29 15:43Berk GeveciNew Issue
2008-12-29 15:43Berk GeveciFile Added: trianglestripbug.vtk
2009-01-08 10:05Utkarsh AyachitNote Added: 0014487
2009-01-08 10:17Utkarsh AyachitRelationship addedhas duplicate 0008300
2009-02-17 16:01Utkarsh AyachitStatusbacklog => tabled
2009-02-17 16:01Utkarsh AyachitAssigned To => Utkarsh Ayachit
2009-02-17 16:01Utkarsh AyachitPrioritynormal => low
2009-05-13 13:46Utkarsh AyachitTarget Version => 3.6
2009-08-25 18:40Utkarsh AyachitCategory => Bug
2009-08-25 18:40Utkarsh AyachitTarget Version3.6 => 3.8
2011-03-18 14:08Utkarsh AyachitNote Added: 0025819
2011-03-18 14:08Utkarsh AyachitStatustabled => @80@
2011-03-18 14:08Utkarsh AyachitResolutionopen => no change required
2011-03-21 21:51Alan ScottNote Added: 0025855
2011-03-21 21:51Alan ScottStatus@80@ => closed

Notes
(0014487)
Utkarsh Ayachit   
2009-01-08 10:05   
The problem appears to be in vtkDataSetSurfaceFilter. Typically, for polydata input when TStrips is on we use vtkStripper which ensures that the cell data is passed through as field data and then scalar coloring with cell arrays works just fine. In case of RectilinearGrid input, the vtkDataSetSurfaceFilter does not use vtkStripper nor does it take any effort to pass cell data as field data so that cell array coloring can still work. This needs to be fixed.
(0025819)
Utkarsh Ayachit   
2011-03-18 14:08   
TStrips mode is no longer supported.
(0025855)
Alan Scott   
2011-03-21 21:51   
Tested trunk, local server, Windows. Used directions above.