View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008334ParaViewBugpublic2008-12-29 15:432011-03-21 21:51
ReporterBerk Geveci 
Assigned ToUtkarsh Ayachit 
PrioritylowSeverityminorReproducibilityhave not tried
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target Version3.8Fixed in Version 
Summary0008334: ParaView crashes with cell data + triangle strips
DescriptionTo 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.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files? file icon trianglestripbug.vtk [^] (718,527 bytes) 2008-12-29 15:43

 Relationships
has duplicate 0008300closedUtkarsh Ayachit Crash during surface rendering of 3D vtkImageData datasets containing fields on cell. 

  Notes
(0014487)
Utkarsh Ayachit (administrator)
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 (administrator)
2011-03-18 14:08

TStrips mode is no longer supported.
(0025855)
Alan Scott (manager)
2011-03-21 21:51

Tested trunk, local server, Windows. Used directions above.

 Issue History
Date Modified Username Field Change
2008-12-29 15:43 Berk Geveci New Issue
2008-12-29 15:43 Berk Geveci File Added: trianglestripbug.vtk
2009-01-08 10:05 Utkarsh Ayachit Note Added: 0014487
2009-01-08 10:17 Utkarsh Ayachit Relationship added has duplicate 0008300
2009-02-17 16:01 Utkarsh Ayachit Status backlog => tabled
2009-02-17 16:01 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2009-02-17 16:01 Utkarsh Ayachit Priority normal => low
2009-05-13 13:46 Utkarsh Ayachit Target Version => 3.6
2009-08-25 18:40 Utkarsh Ayachit Category => Bug
2009-08-25 18:40 Utkarsh Ayachit Target Version 3.6 => 3.8
2011-03-18 14:08 Utkarsh Ayachit Note Added: 0025819
2011-03-18 14:08 Utkarsh Ayachit Status tabled => @80@
2011-03-18 14:08 Utkarsh Ayachit Resolution open => no change required
2011-03-21 21:51 Alan Scott Note Added: 0025855
2011-03-21 21:51 Alan Scott Status @80@ => closed


Copyright © 2000 - 2018 MantisBT Team