MantisBT - ParaView |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0008334 | ParaView | Bug | public | 2008-12-29 15:43 | 2011-03-21 21:51 |
|
| Reporter | Berk Geveci | |
| Assigned To | Utkarsh Ayachit | |
| Priority | low | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | no change required | |
| Platform | | OS | | OS Version | |
| Product Version | | |
| Target Version | 3.8 | Fixed in Version | | |
| Project | |
| Topic Name | |
| Type | |
|
| Summary | 0008334: ParaView crashes with cell data + triangle strips |
| Description | 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. |
| Steps To Reproduce | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | | has duplicate | 0008300 | closed | Utkarsh Ayachit | Crash during surface rendering of 3D vtkImageData datasets containing fields on cell. |
|
| Attached Files | trianglestripbug.vtk (718,527) 2008-12-29 15:43 https://www.vtk.org/Bug/file/6950/trianglestripbug.vtk |
|
| 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 |
|
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. |
|